Color Hex Logo

#57915e Color Hex

#57915E
(87,145,94)
0 Favorites   0 Comments

Color spaces of #57915e

RGB 8714594
HSL0.350.250.45
HSV127°40°57°
CMYK 0.400.000.35   0.43
XYZ16.076323.085214.1983
Yxy23.08520.30130.4326
Hunter Lab48.0471-24.357216.1123
CIE-Lab55.1600-30.208721.2700

#57915e color RGB value is (87,145,94).

#57915e hex color red value is 87, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #57915e hue: 0.35 , saturation: 0.25 and the lightness value of 57915e is 0.45.

The process color (four color CMYK) of #57915e color hex is 0.40, 0.00, 0.35, 0.43. Web safe color of #57915e is #669966. Color #57915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010001 01011110
Octal 127 221 136
Decimal 87 145 94
Hex 57 91 5E

RGB Percentages of Color #57915e

%26.69
%44.48
%28.83

CMYK Percentages of Color #57915e

%40
%0
%35
%43

Triadic Colors of #57915e

#57915e #5e5791 #915e57

Analogous Colors of #57915e

#57915e #57917b #6d9157

Monochromatic Colors of #57915e

#57915e

Complementary Color

#57915e #91578a

#57915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57915e Color CSS Codes

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

#57915e Text Font Color

<p style="color:#57915e">Text here</p>

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


#57915e Background Color

<div style="background-color:#57915e">
Div content here</div>

This div background color is #57915e


#57915e Border Color

<div style="border:3px solid #57915e">
Div here</div>

This div border color is #57915e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,145,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57915e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57915e;
  -webkit-box-shadow: 1px 1px 3px 2px #57915e;
  box-shadow:         1px 1px 3px 2px #57915e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57915e


Comments

No comments written yet.

Please login to write comment.