COLOR #57915F

HEX: #57915F RGB: (87,145,95)

Color info

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

RGB color model

#57915F color RGB value is (87,145,95).

RGB: (87,145,95) (34%, 57%, 37%)

RGB channels and saturation

R 87 of 255 = 34%
G 145 of 255 = 57%
B 95 of 255 = 37%

87
145
95

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

Portions of RGB colors in percentages

R + G + B = 87 + 145 + 95 = 327 (100%)
R 87 of 327 ~ 26.61%
G 145 of 327 ~ 44.34%
B 95 of 327 ~ 29.05'%

%26.61
%44.34
%29.05

CMYK color model

#57915F color CMYK value is (40,0,34,43).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 43.14%
CMYK: (40,0,34,43) C40M0Y34K43 (40%,0%,34%,43%) (0.40/0.00/0.34/0.43) 

CMYK percentages

%40
%0
%34.48
%43.14

Codes

Color #57915F in popluar color models

57 91 5F
RGB 87 145 95
HSL 128° 25.00% 45.49%
HSB/HSV 128° 40.00% 56.86%
CMYK 40.00% 0.00% 34.48%
43.14%

Color #57915F in popluar number systems.

HEX 57 91 5F
Decimal 87 145 95
Binary 1010111 10010001 1011111
Octal 127 221 137

Shades and tints

Shades of #57915F

#57915F
(87,145,95)
#508457
(80,132,87)
#49774F
(73,119,79)
#426A47
(66,106,71)
#3B5D3F
(59,93,63)
#345037
(52,80,55)
#2D432F
(45,67,47)
#263627
(38,54,39)
#1F291F
(31,41,31)
#181C17
(24,28,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #57915F

#57915F
(87,145,95)
#669B6D
(102,155,109)
#75A57B
(117,165,123)
#84AF89
(132,175,137)
#93B997
(147,185,151)
#A2C3A5
(162,195,165)
#B1CDB3
(177,205,179)
#C0D7C1
(192,215,193)
#CFE1CF
(207,225,207)
#DEEBDD
(222,235,221)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57915F; }

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

This text font color is #57915F.

Background Color

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

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

This div background color is #57915F.

Border color

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

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

This div border color is #57915F.

Opacity

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

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

Text with #57915F 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 #57915F;}

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

This text has shadow with #57915F color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57915F; -webkit-box-shadow: 1px 1px 3px 2px #57915F; box-shadow:1px 1px 3px 2px #57915F;">
Div content here
</div>

This div box has shadow with color #57915F.

Preview

Color preview on black background

This text has color #57915F on black background.


Color preview on white background

This text has color #57915F on white background.


Black color preview on #57915F background

This text has black color on #57915F background.


White color preview on #57915F background

This text has white color on #57915F background.


Related colors

Complementary color

Complementary color for #hex is #A86EA0.


I love getcolorcode.com

Triadic colors

1 #5F5791 and #915F57 with #57915F are triadic colors.

2 #5F9157 and #91575F with #57915F are triadic colors.