Color Hex Logo

#57975c Color Hex

#57975C
(87,151,92)
0 Favorites   0 Comments

Color spaces of #57975c

RGB 8715192
HSL0.350.270.47
HSV125°42°59°
CMYK 0.420.000.39   0.41
XYZ16.928924.932214.0454
Yxy24.93220.30280.4460
Hunter Lab49.9322-26.863018.2748
CIE-Lab57.0093-33.375624.8238

#57975c color RGB value is (87,151,92).

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

The process color (four color CMYK) of #57975c color hex is 0.42, 0.00, 0.39, 0.41. Web safe color of #57975c is #669966. Color #57975c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010111 01011100
Octal 127 227 134
Decimal 87 151 92
Hex 57 97 5C

RGB Percentages of Color #57975c

%26.36
%45.76
%27.88

CMYK Percentages of Color #57975c

%42
%0
%39
%41

Triadic Colors of #57975c

#57975c #5c5797 #975c57

Analogous Colors of #57975c

#57975c #57977c #729757

Monochromatic Colors of #57975c

#57975c

Complementary Color

#57975c #975792

#57975c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57975c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57975c Color CSS Codes

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

#57975c Text Font Color

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

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


#57975c Background Color

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

This div background color is #57975c


#57975c Border Color

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

This div border color is #57975c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57975c


Comments

No comments written yet.

Please login to write comment.