Color Hex Logo

#574942 Color Hex

#574942
(87,73,66)
0 Favorites   0 Comments

Color spaces of #574942

RGB 877366
HSL0.060.140.30
HSV20°24°34°
CMYK 0.000.160.24   0.66
XYZ7.29647.18476.1565
Yxy7.18470.35350.3481
Hunter Lab26.80431.68205.1451
CIE-Lab32.22374.63966.3809

#574942 color RGB value is (87,73,66).

#574942 hex color red value is 87, green value is 73 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #574942 hue: 0.06 , saturation: 0.14 and the lightness value of 574942 is 0.30.

The process color (four color CMYK) of #574942 color hex is 0.00, 0.16, 0.24, 0.66. Web safe color of #574942 is #663333. Color #574942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01000010
Octal 127 111 102
Decimal 87 73 66
Hex 57 49 42

RGB Percentages of Color #574942

%38.50
%32.30
%29.20

CMYK Percentages of Color #574942

%0
%16
%24
%66

Triadic Colors of #574942

#574942 #425749 #494257

Analogous Colors of #574942

#574942 #575442 #574246

Monochromatic Colors of #574942

#574942

Complementary Color

#574942 #425057

#574942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574942 Color CSS Codes

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

#574942 Text Font Color

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

This sample text font color is #574942
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.


#574942 Background Color

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

This div background color is #574942


#574942 Border Color

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

This div border color is #574942


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,73,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574942; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574942;
  -webkit-box-shadow: 1px 1px 3px 2px #574942;
  box-shadow:         1px 1px 3px 2px #574942; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574942


Comments

No comments written yet.

Please login to write comment.