Color Hex Logo

#57915d Color Hex

#57915D
(87,145,93)
0 Favorites   0 Comments

Color spaces of #57915d

RGB 8714593
HSL0.350.250.45
HSV126°40°57°
CMYK 0.400.000.36   0.43
XYZ16.031723.067313.9634
Yxy23.06730.30210.4347
Hunter Lab48.0284-24.467216.3824
CIE-Lab55.1416-30.385421.8007

#57915d color RGB value is (87,145,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010001 01011101
Octal 127 221 135
Decimal 87 145 93
Hex 57 91 5D

RGB Percentages of Color #57915d

%26.77
%44.62
%28.62

CMYK Percentages of Color #57915d

%40
%0
%36
%43

Triadic Colors of #57915d

#57915d #5d5791 #915d57

Analogous Colors of #57915d

#57915d #57917a #6e9157

Monochromatic Colors of #57915d

#57915d

Complementary Color

#57915d #91578b

#57915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57915d Color CSS Codes

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

#57915d Text Font Color

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

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


#57915d Background Color

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

This div background color is #57915d


#57915d Border Color

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

This div border color is #57915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57915d


Comments

No comments written yet.

Please login to write comment.