Color Hex Logo

#574820 Color Hex

#574820
(87,72,32)
0 Favorites   0 Comments

Color spaces of #574820

RGB 877232
HSL0.120.460.23
HSV44°63°34°
CMYK 0.000.170.63   0.66
XYZ6.50866.76532.3293
Yxy6.76530.41710.4336
Hunter Lab26.0102-0.851312.8975
CIE-Lab31.26650.824525.9737

#574820 color RGB value is (87,72,32).

#574820 hex color red value is 87, green value is 72 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #574820 hue: 0.12 , saturation: 0.46 and the lightness value of 574820 is 0.23.

The process color (four color CMYK) of #574820 color hex is 0.00, 0.17, 0.63, 0.66. Web safe color of #574820 is #663333. Color #574820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 00100000
Octal 127 110 40
Decimal 87 72 32
Hex 57 48 20

RGB Percentages of Color #574820

%45.55
%37.70
%16.75

CMYK Percentages of Color #574820

%0
%17
%63
%66

Triadic Colors of #574820

#574820 #205748 #482057

Analogous Colors of #574820

#574820 #4b5720 #572d20

Monochromatic Colors of #574820

#574820

Complementary Color

#574820 #202f57

#574820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574820 Color CSS Codes

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

#574820 Text Font Color

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

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


#574820 Background Color

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

This div background color is #574820


#574820 Border Color

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

This div border color is #574820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574820


Comments

No comments written yet.

Please login to write comment.