Color Hex Logo

#576048 Color Hex

#576048
(87,96,72)
0 Favorites   0 Comments

Color spaces of #576048

RGB 879672
HSL0.230.140.33
HSV83°25°38°
CMYK 0.090.000.25   0.62
XYZ9.283010.85997.7378
Yxy10.85990.33300.3895
Hunter Lab32.9544-7.38809.1466
CIE-Lab39.3435-8.288812.5781

#576048 color RGB value is (87,96,72).

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

The process color (four color CMYK) of #576048 color hex is 0.09, 0.00, 0.25, 0.62. Web safe color of #576048 is #666633. Color #576048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 01001000
Octal 127 140 110
Decimal 87 96 72
Hex 57 60 48

RGB Percentages of Color #576048

%34.12
%37.65
%28.24

CMYK Percentages of Color #576048

%9
%0
%25
%62

Triadic Colors of #576048

#576048 #485760 #604857

Analogous Colors of #576048

#576048 #4b6048 #605d48

Monochromatic Colors of #576048

#576048

Complementary Color

#576048 #514860

#576048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576048 Color CSS Codes

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

#576048 Text Font Color

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

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


#576048 Background Color

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

This div background color is #576048


#576048 Border Color

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

This div border color is #576048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576048


Comments

No comments written yet.

Please login to write comment.