Color Hex Logo

#577050 Color Hex

#577050
(87,112,80)
0 Favorites   0 Comments

Color spaces of #577050

RGB 8711280
HSL0.300.170.38
HSV107°29°44°
CMYK 0.220.000.29   0.56
XYZ11.172614.19389.7402
Yxy14.19380.31820.4043
Hunter Lab37.6747-12.995611.0438
CIE-Lab44.5096-15.887214.8799

#577050 color RGB value is (87,112,80).

#577050 hex color red value is 87, green value is 112 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #577050 hue: 0.30 , saturation: 0.17 and the lightness value of 577050 is 0.38.

The process color (four color CMYK) of #577050 color hex is 0.22, 0.00, 0.29, 0.56. Web safe color of #577050 is #666666. Color #577050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110000 01010000
Octal 127 160 120
Decimal 87 112 80
Hex 57 70 50

RGB Percentages of Color #577050

%31.18
%40.14
%28.67

CMYK Percentages of Color #577050

%22
%0
%29
%56

Triadic Colors of #577050

#577050 #505770 #705057

Analogous Colors of #577050

#577050 #507059 #677050

Monochromatic Colors of #577050

#577050

Complementary Color

#577050 #695070

#577050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577050 Color CSS Codes

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

#577050 Text Font Color

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

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


#577050 Background Color

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

This div background color is #577050


#577050 Border Color

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

This div border color is #577050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577050


Comments

No comments written yet.

Please login to write comment.