Color Hex Logo

#577f5f Color Hex

#577F5F
(87,127,95)
0 Favorites   0 Comments

Color spaces of #577f5f

RGB 8712795
HSL0.370.190.42
HSV132°31°50°
CMYK 0.310.000.25   0.50
XYZ13.585418.031213.5908
Yxy18.03120.30050.3989
Hunter Lab42.4632-17.202310.7478
CIE-Lab49.5339-21.048313.0375

#577f5f color RGB value is (87,127,95).

#577f5f hex color red value is 87, green value is 127 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #577f5f hue: 0.37 , saturation: 0.19 and the lightness value of 577f5f is 0.42.

The process color (four color CMYK) of #577f5f color hex is 0.31, 0.00, 0.25, 0.50. Web safe color of #577f5f is #666666. Color #577f5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 01011111
Octal 127 177 137
Decimal 87 127 95
Hex 57 7F 5F

RGB Percentages of Color #577f5f

%28.16
%41.10
%30.74

CMYK Percentages of Color #577f5f

%31
%0
%25
%50

Triadic Colors of #577f5f

#577f5f #5f577f #7f5f57

Analogous Colors of #577f5f

#577f5f #577f73 #637f57

Monochromatic Colors of #577f5f

#577f5f

Complementary Color

#577f5f #7f5777

#577f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#577f5f Color CSS Codes

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

#577f5f Text Font Color

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

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


#577f5f Background Color

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

This div background color is #577f5f


#577f5f Border Color

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

This div border color is #577f5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,127,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #577f5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #577f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #577f5f;
  box-shadow:         1px 1px 3px 2px #577f5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577f5f

#577f5f Color Palettes


Comments

No comments written yet.

Please login to write comment.