COLOR #57986D

HEX: #57986D
RGB: (87,152,109)

Color info

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

RGB color model

#57986D color RGB value is (87,152,109).

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

RGB channels and saturation

R 87 of 255 = 34%
G 152 of 255 = 60%
B 109 of 255 = 43%

87
152
109

R + G + B ~ 46%. #57986D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 152 + 109 = 348 (100%)
R 87 of 348 ~ 25%
G 152 of 348 ~ 43.68%
B 109 of 348 ~ 31.32%

%25
%43.68
%31.32

CMYK color model

#57986D color CMYK value is (43,0,28,40).

  • cyan value is 42.76%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 40.39%
CMYK:
(43,0,28,40)
C43M0Y28K40 
(43%,0%,28%,40%)
(0.43/0.00/0.28/0.40)	

CMYK percentages

%42.76
%0
%28.29
%40.39

Codes

Color #57986D in popluar color models

57986D
RGB87152109
HSL140°27.20%46.86%
HSB/HSV140°42.76%59.61%
CMYK42.76%0.00%28.29%
40.39%

Color #57986D in popluar number systems.

HEX57986D
Decimal87152109
Binary1010111100110001101101
Octal127230155

Shades and tints

Shades of #57986D

#57986D
(87,152,109)
#508B64
(80,139,100)
#497E5B
(73,126,91)
#427152
(66,113,82)
#3B6449
(59,100,73)
#345740
(52,87,64)
#2D4A37
(45,74,55)
#263D2E
(38,61,46)
#1F3025
(31,48,37)
#18231C
(24,35,28)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #57986D

#57986D
(87,152,109)
#66A17A
(102,161,122)
#75AA87
(117,170,135)
#84B394
(132,179,148)
#93BCA1
(147,188,161)
#A2C5AE
(162,197,174)
#B1CEBB
(177,206,187)
#C0D7C8
(192,215,200)
#CFE0D5
(207,224,213)
#DEE9E2
(222,233,226)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57986D color. Also use rgb(87,152,109) instead hex code.

Text Font Color

.myTextColor { color: #57986D; }

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

This text font color is #57986D.


Background Color

.myBgColor { background-color: #57986D; }

<div style="background-color:#57986D">Inner text</div>

This div background color is #57986D.


Border color

.myBorderColor { border: 1px solid #57986D; }

<div style="border:3px solid #57986D">Div</div>

This div border color is #57986D.


Opacity

.myOpacity80 { color: #57986D; opacity: 0.8; }

<p style="color:#57986D;opacity:0.8;">80%</p>

Text with #57986D 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 #57986D;}

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

This text has shadow with #57986D color.

.textShadow {text-shadow: 3px 3px 1px #57986D, 3px 3px 1px red;}

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

This text has shadow with #57986D primary color and red secondary color.


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

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

This text has shadow with #57986D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57986D on black background.


Color preview on white background

This text has color #57986D on white background.



Black color preview on #57986D background

This text has black color on #57986D background.


White color preview on #57986D background

This text has white color on #57986D background.