COLOR #59986B

HEX: #59986B
RGB: (89,152,107)

Color info

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

RGB color model

#59986B color RGB value is (89,152,107).

  • red value is 89;
  • green value is 152;
  • blue value is 107.
RGB:
(89,152,107)
(35%,60%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 152 of 255 = 60%
B 107 of 255 = 42%

89
152
107

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

Portions of RGB colors in percentages

R + G + B =
89 + 152 + 107 = 348 (100%)
R 89 of 348 ~ 25.57%
G 152 of 348 ~ 43.68%
B 107 of 348 ~ 30.75%

%25.57
%43.68
%30.75

CMYK color model

#59986B color CMYK value is (41,0,30,40).

  • cyan value is 41.45%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 40.39%
CMYK:
(41,0,30,40)
C41M0Y30K40 
(41%,0%,30%,40%)
(0.41/0.00/0.30/0.40)	

CMYK percentages

%41.45
%0
%29.61
%40.39

Codes

Color #59986B in popluar color models

59986B
RGB89152107
HSL137°26.14%47.25%
HSB/HSV137°41.45%59.61%
CMYK41.45%0.00%29.61%
40.39%

Color #59986B in popluar number systems.

HEX59986B
Decimal89152107
Binary1011001100110001101011
Octal131230153

Shades and tints

Shades of #59986B

#59986B
(89,152,107)
#518B62
(81,139,98)
#497E59
(73,126,89)
#417150
(65,113,80)
#396447
(57,100,71)
#31573E
(49,87,62)
#294A35
(41,74,53)
#213D2C
(33,61,44)
#193023
(25,48,35)
#11231A
(17,35,26)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #59986B

#59986B
(89,152,107)
#68A178
(104,161,120)
#77AA85
(119,170,133)
#86B392
(134,179,146)
#95BC9F
(149,188,159)
#A4C5AC
(164,197,172)
#B3CEB9
(179,206,185)
#C2D7C6
(194,215,198)
#D1E0D3
(209,224,211)
#E0E9E0
(224,233,224)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59986B color. Also use rgb(89,152,107) instead hex code.

Text Font Color

.myTextColor { color: #59986B; }

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

This text font color is #59986B.


Background Color

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

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

This div background color is #59986B.


Border color

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

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

This div border color is #59986B.


Opacity

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

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

Text with #59986B 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 #59986B;}

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

This text has shadow with #59986B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59986B on black background.


Color preview on white background

This text has color #59986B on white background.



Black color preview on #59986B background

This text has black color on #59986B background.


White color preview on #59986B background

This text has white color on #59986B background.