Color Hex Logo

#57705f Color Hex

#57705F
(87,112,95)
0 Favorites   0 Comments

Color spaces of #57705f

RGB 8711295
HSL0.390.130.39
HSV139°22°44°
CMYK 0.220.000.15   0.56
XYZ11.790214.440812.9924
Yxy14.44080.30060.3682
Hunter Lab38.0011-11.12056.3297
CIE-Lab44.8586-12.95906.4656

#57705f color RGB value is (87,112,95).

#57705f hex color red value is 87, green value is 112 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #57705f hue: 0.39 , saturation: 0.13 and the lightness value of 57705f is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110000 01011111
Octal 127 160 137
Decimal 87 112 95
Hex 57 70 5F

RGB Percentages of Color #57705f

%29.59
%38.10
%32.31

CMYK Percentages of Color #57705f

%22
%0
%15
%56

Triadic Colors of #57705f

#57705f #5f5770 #705f57

Analogous Colors of #57705f

#57705f #57706c #5c7057

Monochromatic Colors of #57705f

#57705f

Complementary Color

#57705f #705768

#57705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57705f Color CSS Codes

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

#57705f Text Font Color

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

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


#57705f Background Color

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

This div background color is #57705f


#57705f Border Color

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

This div border color is #57705f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,112,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 #57705f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57705f


Comments

No comments written yet.

Please login to write comment.