Color Hex Logo

#57896c Color Hex

#57896C
(87,137,108)
0 Favorites   0 Comments

Color spaces of #57896c

RGB 87137108
HSL0.400.220.44
HSV145°36°54°
CMYK 0.360.000.21   0.46
XYZ15.582921.000317.4195
Yxy21.00030.28860.3889
Hunter Lab45.8261-19.49779.5408
CIE-Lab52.9498-23.540510.3060

#57896c color RGB value is (87,137,108).

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

The process color (four color CMYK) of #57896c color hex is 0.36, 0.00, 0.21, 0.46. Web safe color of #57896c is #669966. Color #57896c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 01101100
Octal 127 211 154
Decimal 87 137 108
Hex 57 89 6C

RGB Percentages of Color #57896c

%26.20
%41.27
%32.53

CMYK Percentages of Color #57896c

%36
%0
%21
%46

Triadic Colors of #57896c

#57896c #6c5789 #896c57

Analogous Colors of #57896c

#57896c #578985 #5b8957

Monochromatic Colors of #57896c

#57896c

Complementary Color

#57896c #895774

#57896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57896c Color CSS Codes

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

#57896c Text Font Color

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

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


#57896c Background Color

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

This div background color is #57896c


#57896c Border Color

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

This div border color is #57896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57896c


Comments

No comments written yet.

Please login to write comment.