Color Hex Logo

#57957c Color Hex

#57957C
(87,149,124)
0 Favorites   0 Comments

Color spaces of #57957c

RGB 87149124
HSL0.430.260.46
HSV156°42°58°
CMYK 0.420.000.17   0.42
XYZ18.316024.976422.9243
Yxy24.97640.27660.3772
Hunter Lab49.9764-22.03977.7870
CIE-Lab57.0524-26.07886.9721

#57957c color RGB value is (87,149,124).

#57957c hex color red value is 87, green value is 149 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #57957c hue: 0.43 , saturation: 0.26 and the lightness value of 57957c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010101 01111100
Octal 127 225 174
Decimal 87 149 124
Hex 57 95 7C

RGB Percentages of Color #57957c

%24.17
%41.39
%34.44

CMYK Percentages of Color #57957c

%42
%0
%17
%42

Triadic Colors of #57957c

#57957c #7c5795 #957c57

Analogous Colors of #57957c

#57957c #578f95 #57955d

Monochromatic Colors of #57957c

#57957c

Complementary Color

#57957c #955770

#57957c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57957c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57957c Color CSS Codes

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

#57957c Text Font Color

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

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


#57957c Background Color

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

This div background color is #57957c


#57957c Border Color

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

This div border color is #57957c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57957c


Comments

No comments written yet.

Please login to write comment.