Color Hex Logo

#574c47 Color Hex

#574C47
(87,76,71)
0 Favorites   0 Comments

Color spaces of #574c47

RGB 877671
HSL0.050.100.31
HSV19°18°34°
CMYK 0.000.130.18   0.66
XYZ7.65237.65017.0345
Yxy7.65010.34260.3425
Hunter Lab27.65880.98234.2819
CIE-Lab33.24333.64544.6505

#574c47 color RGB value is (87,76,71).

#574c47 hex color red value is 87, green value is 76 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #574c47 hue: 0.05 , saturation: 0.10 and the lightness value of 574c47 is 0.31.

The process color (four color CMYK) of #574c47 color hex is 0.00, 0.13, 0.18, 0.66. Web safe color of #574c47 is #663333. Color #574c47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001100 01000111
Octal 127 114 107
Decimal 87 76 71
Hex 57 4C 47

RGB Percentages of Color #574c47

%37.18
%32.48
%30.34

CMYK Percentages of Color #574c47

%0
%13
%18
%66

Triadic Colors of #574c47

#574c47 #47574c #4c4757

Analogous Colors of #574c47

#574c47 #575447 #57474a

Monochromatic Colors of #574c47

#574c47

Complementary Color

#574c47 #475257

#574c47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574c47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574c47 Color CSS Codes

.mybgcolor {background-color:#574c47; } 
.myforecolor {color:#574c47; }
.mybordercolor {border:3px solid #574c47; }

#574c47 Text Font Color

<p style="color:#574c47">Text here</p>

This sample text font color is #574c47
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#574c47 Background Color

<div style="background-color:#574c47">
Div content here</div>

This div background color is #574c47


#574c47 Border Color

<div style="border:3px solid #574c47">
Div here</div>

This div border color is #574c47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,76,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574c47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574c47;
  -webkit-box-shadow: 1px 1px 3px 2px #574c47;
  box-shadow:         1px 1px 3px 2px #574c47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,76,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #574c47">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #574c47;
  -webkit-box-shadow: 1px 1px 3px 2px #574c47;
  box-shadow:         1px 1px 3px 2px #574c47;">
Div content here</div>

This div box has shadow with color #574c47


Comments

No comments written yet.

Please login to write comment.