COLOR #57985F

HEX: #57985F
RGB: (87,152,95)

Color info

#57985F contains mainly green and blue colors. Web safe color of #57985F is #669966 (or #696).

RGB color model

#57985F color RGB value is (87,152,95).

  • red value is 87;
  • green value is 152;
  • blue value is 95.
RGB:
(87,152,95)
(34%,60%,37%)

RGB channels and saturation

R 87 of 255 = 34%
G 152 of 255 = 60%
B 95 of 255 = 37%

87
152
95

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

Portions of RGB colors in percentages

R + G + B =
87 + 152 + 95 = 334 (100%)
R 87 of 334 ~ 26.05%
G 152 of 334 ~ 45.51%
B 95 of 334 ~ 28.44%

%26.05
%45.51
%28.44

CMYK color model

#57985F color CMYK value is (43,0,38,40).

  • cyan value is 42.76%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(43,0,38,40)
C43M0Y38K40 
(43%,0%,38%,40%)
(0.43/0.00/0.38/0.40)	

CMYK percentages

%42.76
%0
%37.5
%40.39

Codes

Color #57985F in popluar color models

57985F
RGB8715295
HSL127°27.20%46.86%
HSB/HSV127°42.76%59.61%
CMYK42.76%0.00%37.50%
40.39%

Color #57985F in popluar number systems.

HEX57985F
Decimal8715295
Binary1010111100110001011111
Octal127230137

Shades and tints

Shades of #57985F

#57985F
(87,152,95)
#508B57
(80,139,87)
#497E4F
(73,126,79)
#427147
(66,113,71)
#3B643F
(59,100,63)
#345737
(52,87,55)
#2D4A2F
(45,74,47)
#263D27
(38,61,39)
#1F301F
(31,48,31)
#182317
(24,35,23)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #57985F

#57985F
(87,152,95)
#66A16D
(102,161,109)
#75AA7B
(117,170,123)
#84B389
(132,179,137)
#93BC97
(147,188,151)
#A2C5A5
(162,197,165)
#B1CEB3
(177,206,179)
#C0D7C1
(192,215,193)
#CFE0CF
(207,224,207)
#DEE9DD
(222,233,221)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57985F; }

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

This text font color is #57985F.


Background Color

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

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

This div background color is #57985F.


Border color

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

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

This div border color is #57985F.


Opacity

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

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

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

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

This text has shadow with #57985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57985F on black background.


Color preview on white background

This text has color #57985F on white background.



Black color preview on #57985F background

This text has black color on #57985F background.


White color preview on #57985F background

This text has white color on #57985F background.