Color: #47615D

#47615D Color Information

#47615D is a dark color. The closest websafe version is #47615D. A complement of this color would be #61484B, perceived brightness is 0.35, and the grayscale version is #545454.

In the HSL color space, this color has a hue angle of 171°,a saturation of 15%, and a lightness of 33%.The HSV representation shows a hue of 171°, a saturation of 27%, and a value of 38%.

In a RGB color space, #47615D is composed of 28% red, 38% green and 36% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 0% magenta, 4% yellow and 62% black.

In the Yxy color space, this color is represented as Y: 10.63, x: 0.3117, and y: 0.3714.

Color Code #47615D

#47615Drgb(71, 97, 93)
HEX
#47615D
RGB
rgb(71, 97, 93)
HSL
hsl(171, 15%, 33%)
HSV
hsv(171, 27%, 38%)
CMYK
27%, 0%, 4%, 62%
XYZ
X: 8.92, Y: 10.63, Z: 9.07
Lab
L: 38.96, a: -10.78, b: -1.03
Name

Shades of Color #47615D

Shades are created by darkening the original color #47615D 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 #47615D

Tints are created by lightening the original color #47615D 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.

#47615Drgb(71, 97, 93)

About #47615D Color Code

In the HSL color space, this color has a hue angle of 171°, a saturation of 15%, and a lightness of 33%. The HSV representation shows a hue of 171°, a saturation of 27%, and a value of 38%.

  • HEX: #47615D
  • RGB: rgb(71, 97, 93)
  • HSL: hsl(171, 15%, 33%)
  • HSV: hsv(171, 27%, 38%)
  • CMYK: 27.00% cyan, 0.00% magenta, 4.00% yellow, 62.00% black
  • XYZ: 8.92, 10.63, 9.07
  • Yxy: 10.63, 0.3117, 0.3714
  • Hunter Lab: 38.96, -10.78, -1.03
  • CIE-Lab: 38.96, -10.78, -1.03

In the XYZ color space, this color is represented as X: 8.92, Y: 10.63, Z: 9.07. The Yxy representation further refines this as Y: 10.63, x: 0.3117, and y: 0.3714.

In the Hunter Lab color space, this color is represented as L: 38.96, a: -10.78, and b: -1.03. Similarly, in the CIE-Lab color space, it is represented as L: 38.96, a: -10.78, and b: -1.03.

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 #47615D

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

Analogous Colors of #47615D

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

Split Complementary Colors of #47615D

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

Tetradic Colors of #47615D

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

Monochromatic Colors of #47615D

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

Complementary Color of #47615D

The complementary color of #47615D 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 #47615D

/* Using HEX */
body {
  background-color: #47615d;
}
/* Using RGB */
body {
  background-color: rgb(71, 97, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(71, 97, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(171, 15%, 33%);
}
/* Text color */
p {
  color: #47615d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #47615d;
}
/* Border color */
.box {
  border: 4px solid #47615d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #47615d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #47615d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#47615D
On Black Background
#47615D
On White Background
#47615D

HTML Examples of #47615D

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

Related Colors of #47615D

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