Color Hex Logo

#57915b Color Hex

#57915B
(87,145,91)
0 Favorites   0 Comments

Color spaces of #57915b

RGB 8714591
HSL0.340.250.45
HSV124°40°57°
CMYK 0.400.000.37   0.43
XYZ15.944223.032413.5029
Yxy23.03240.30380.4389
Hunter Lab47.9921-24.683916.9128
CIE-Lab55.1057-30.734222.8599

#57915b color RGB value is (87,145,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010001 01011011
Octal 127 221 133
Decimal 87 145 91
Hex 57 91 5B

RGB Percentages of Color #57915b

%26.93
%44.89
%28.17

CMYK Percentages of Color #57915b

%40
%0
%37
%43

Triadic Colors of #57915b

#57915b #5b5791 #915b57

Analogous Colors of #57915b

#57915b #579178 #709157

Monochromatic Colors of #57915b

#57915b

Complementary Color

#57915b #91578d

#57915b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57915b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57915b Color CSS Codes

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

#57915b Text Font Color

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

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


#57915b Background Color

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

This div background color is #57915b


#57915b Border Color

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

This div border color is #57915b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57915b


Comments

No comments written yet.

Please login to write comment.