COLOR #57915B

HEX: #57915B
RGB: (87,145,91)

Color info

#57915B contains red, green and blue colors in about the same proportion. Web safe color of #57915B is #669966 (or #696).

RGB color model

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

  • red value is 87;
  • green value is 145;
  • blue value is 91.
RGB:
(87,145,91)
(34%,57%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 145 of 255 = 57%
B 91 of 255 = 36%

87
145
91

R + G + B ~ 42%. #57915B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 145 + 91 = 323 (100%)
R 87 of 323 ~ 26.93%
G 145 of 323 ~ 44.89%
B 91 of 323 ~ 28.17%

%26.93
%44.89
%28.17

CMYK color model

#57915B color CMYK value is (40,0,37,43).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 43.14%
CMYK:
(40,0,37,43)
C40M0Y37K43 
(40%,0%,37%,43%)
(0.40/0.00/0.37/0.43)	

CMYK percentages

%40
%0
%37.24
%43.14

Codes

Color #57915B in popluar color models

57915B
RGB8714591
HSL124°25.00%45.49%
HSB/HSV124°40.00%56.86%
CMYK40.00%0.00%37.24%
43.14%

Color #57915B in popluar number systems.

HEX57915B
Decimal8714591
Binary1010111100100011011011
Octal127221133

Shades and tints

Shades of #57915B

#57915B
(87,145,91)
#508453
(80,132,83)
#49774B
(73,119,75)
#426A43
(66,106,67)
#3B5D3B
(59,93,59)
#345033
(52,80,51)
#2D432B
(45,67,43)
#263623
(38,54,35)
#1F291B
(31,41,27)
#181C13
(24,28,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #57915B

#57915B
(87,145,91)
#669B69
(102,155,105)
#75A577
(117,165,119)
#84AF85
(132,175,133)
#93B993
(147,185,147)
#A2C3A1
(162,195,161)
#B1CDAF
(177,205,175)
#C0D7BD
(192,215,189)
#CFE1CB
(207,225,203)
#DEEBD9
(222,235,217)
#EDF5E7
(237,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57915B color. Also use rgb(87,145,91) instead hex code.

Text Font Color

.myTextColor { color: #57915B; }

<p style="color:#57915B">This sample text font color is #57915B.</p>

This text font color is #57915B.


Background Color

.myBgColor { background-color: #57915B; }

<div style="background-color:#57915B">Inner text</div>

This div background color is #57915B.


Border color

.myBorderColor { border: 1px solid #57915B; }

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

This div border color is #57915B.


Opacity

.myOpacity80 { color: #57915B; opacity: 0.8; }

<p style="color:#57915B;opacity:0.8;">80%</p>

Text with #57915B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57915B;}

<p style="text-shadow: 3px 3px 1px #57915B">Text here.</p>

This text has shadow with #57915B color.

.textShadow {text-shadow: 3px 3px 1px #57915B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57915B, 5px 5px 20px red">Text here.</p>

This text has shadow with #57915B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57915B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57915B, Direction=45, Strength=4)">Text</p>

This text has shadow with #57915B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57915B;
  -webkit-box-shadow:	1px 1px 3px 2px #57915B;
  box-shadow:		1px 1px 3px 2px #57915B;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #57915B on black background.


Color preview on white background

This text has color #57915B on white background.



Black color preview on #57915B background

This text has black color on #57915B background.


White color preview on #57915B background

This text has white color on #57915B background.