Color: #503747

#503747 Color Information

#503747 is a dark color. The closest websafe version is #503747. A complement of this color would be #364F3F, perceived brightness is 0.25, and the grayscale version is #444444.

In the HSL color space, this color has a hue angle of 322°,a saturation of 19%, and a lightness of 26%.The HSV representation shows a hue of 322°, a saturation of 31%, and a value of 31%.

In a RGB color space, #503747 is composed of 31% red, 22% green and 28% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 11% yellow and 69% black.

In the Yxy color space, this color is represented as Y: 4.91, x: 0.3725, and y: 0.3115.

Color Code #503747

#503747rgb(80, 55, 71)
HEX
#503747
RGB
rgb(80, 55, 71)
HSL
hsl(322, 19%, 26%)
HSV
hsv(322, 31%, 31%)
CMYK
0%, 31%, 11%, 69%
XYZ
X: 5.87, Y: 4.91, Z: 4.98
Lab
L: 26.46, a: 13.67, b: -5.25
Name

Shades of Color #503747

Shades are created by darkening the original color #503747 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #503747

Tints are created by lightening the original color #503747 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#503747rgb(80, 55, 71)

About #503747 Color Code

In the HSL color space, this color has a hue angle of 322°, a saturation of 19%, and a lightness of 26%. The HSV representation shows a hue of 322°, a saturation of 31%, and a value of 31%.

  • HEX: #503747
  • RGB: rgb(80, 55, 71)
  • HSL: hsl(322, 19%, 26%)
  • HSV: hsv(322, 31%, 31%)
  • CMYK: 0.00% cyan, 31.00% magenta, 11.00% yellow, 69.00% black
  • XYZ: 5.87, 4.91, 4.98
  • Yxy: 4.91, 0.3725, 0.3115
  • Hunter Lab: 26.46, 13.67, -5.25
  • CIE-Lab: 26.46, 13.67, -5.25

In the XYZ color space, this color is represented as X: 5.87, Y: 4.91, Z: 4.98. The Yxy representation further refines this as Y: 4.91, x: 0.3725, and y: 0.3115.

In the Hunter Lab color space, this color is represented as L: 26.46, a: 13.67, and b: -5.25. Similarly, in the CIE-Lab color space, it is represented as L: 26.46, a: 13.67, and b: -5.25.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #503747

Triadic colors are three colors evenly spaced around the color wheel, including #503747. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #503747

Analogous colors are adjacent to #503747 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #503747

Split complementary colors are two colors adjacent to the complementary color of #503747. They create a balanced and visually appealing color scheme.

Tetradic Colors of #503747

Tetradic colors form a rectangle on the color wheel, including #503747. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #503747

Monochromatic colors are variations of #503747, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #503747

The complementary color of #503747 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #503747

/* Using HEX */
body {
  background-color: #503747;
}
/* Using RGB */
body {
  background-color: rgb(80, 55, 71);
}
/* Using RGB with opacity */
body {
  background-color: rgba(80, 55, 71, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 19%, 26%);
}
/* Text color */
p {
  color: #503747;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #503747;
}
/* Border color */
.box {
  border: 4px solid #503747;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #503747;
}
Text Shadow Preview
/* Background with text */
div {
  background: #503747;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#503747
On Black Background
#503747
On White Background
#503747

HTML Examples of #503747

<!-- Using HEX -->
<div style="background-color: #503747; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(80, 55, 71); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(80, 55, 71, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(322, 19%, 26%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #503747;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #503747; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #503747; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #503747;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #503747; color: #fff; padding: 16px; border-radius: 8px;">
  #503747
</div>
#503747
On Black Background
#503747
On White Background
#503747

Related Colors of #503747

These colors are similar to #503747, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.