Color Hex Logo

#574212 Color Hex

#574212
(87,66,18)
0 Favorites   0 Comments

Color spaces of #574212

RGB 876618
HSL0.120.660.21
HSV42°79°34°
CMYK 0.000.240.79   0.66
XYZ5.98795.96631.4083
Yxy5.96630.44810.4465
Hunter Lab24.42601.012813.6798
CIE-Lab29.32733.576031.2034

#574212 color RGB value is (87,66,18).

#574212 hex color red value is 87, green value is 66 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #574212 hue: 0.12 , saturation: 0.66 and the lightness value of 574212 is 0.21.

The process color (four color CMYK) of #574212 color hex is 0.00, 0.24, 0.79, 0.66. Web safe color of #574212 is #663300. Color #574212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 00010010
Octal 127 102 22
Decimal 87 66 18
Hex 57 42 12

RGB Percentages of Color #574212

%50.88
%38.60
%10.53

CMYK Percentages of Color #574212

%0
%24
%79
%66

Triadic Colors of #574212

#574212 #125742 #421257

Analogous Colors of #574212

#574212 #4a5712 #572012

Monochromatic Colors of #574212

#574212

Complementary Color

#574212 #122757

#574212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574212 Color CSS Codes

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

#574212 Text Font Color

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

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


#574212 Background Color

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

This div background color is #574212


#574212 Border Color

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

This div border color is #574212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574212


Comments

No comments written yet.

Please login to write comment.