Color Hex Logo

#57875c Color Hex

#57875C
(87,135,92)
0 Favorites   0 Comments

Color spaces of #57875c

RGB 8713592
HSL0.350.220.44
HSV126°36°53°
CMYK 0.360.000.32   0.47
XYZ14.526220.126913.2445
Yxy20.12690.30330.4202
Hunter Lab44.8630-20.713713.9005
CIE-Lab51.9804-25.692918.1118

#57875c color RGB value is (87,135,92).

#57875c hex color red value is 87, green value is 135 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #57875c hue: 0.35 , saturation: 0.22 and the lightness value of 57875c is 0.44.

The process color (four color CMYK) of #57875c color hex is 0.36, 0.00, 0.32, 0.47. Web safe color of #57875c is #669966. Color #57875c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000111 01011100
Octal 127 207 134
Decimal 87 135 92
Hex 57 87 5C

RGB Percentages of Color #57875c

%27.71
%42.99
%29.30

CMYK Percentages of Color #57875c

%36
%0
%32
%47

Triadic Colors of #57875c

#57875c #5c5787 #875c57

Analogous Colors of #57875c

#57875c #578774 #6a8757

Monochromatic Colors of #57875c

#57875c

Complementary Color

#57875c #875782

#57875c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57875c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57875c Color CSS Codes

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

#57875c Text Font Color

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

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


#57875c Background Color

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

This div background color is #57875c


#57875c Border Color

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

This div border color is #57875c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,135,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57875c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57875c;
  -webkit-box-shadow: 1px 1px 3px 2px #57875c;
  box-shadow:         1px 1px 3px 2px #57875c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57875c


Comments

No comments written yet.

Please login to write comment.