Color Hex Logo

#574221 Color Hex

#574221
(87,66,33)
0 Favorites   0 Comments

Color spaces of #574221

RGB 876633
HSL0.100.450.24
HSV37°62°34°
CMYK 0.000.240.62   0.66
XYZ6.15326.03252.2789
Yxy6.03250.42540.4171
Hunter Lab24.56111.736811.6916
CIE-Lab29.49434.670223.3215

#574221 color RGB value is (87,66,33).

#574221 hex color red value is 87, green value is 66 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #574221 hue: 0.10 , saturation: 0.45 and the lightness value of 574221 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000010 00100001
Octal 127 102 41
Decimal 87 66 33
Hex 57 42 21

RGB Percentages of Color #574221

%46.77
%35.48
%17.74

CMYK Percentages of Color #574221

%0
%24
%62
%66

Triadic Colors of #574221

#574221 #215742 #422157

Analogous Colors of #574221

#574221 #515721 #572721

Monochromatic Colors of #574221

#574221

Complementary Color

#574221 #213657

#574221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574221 Color CSS Codes

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

#574221 Text Font Color

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

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


#574221 Background Color

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

This div background color is #574221


#574221 Border Color

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

This div border color is #574221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574221


Comments

No comments written yet.

Please login to write comment.