COLOR #89A586

HEX: #89A586
RGB: (137,165,134)

Color info

#89A586 contains red, green and blue colors in about the same proportion. Web safe color of #89A586 is #999999 (or #999).

RGB color model

#89A586 color RGB value is (137,165,134).

  • red value is 137;
  • green value is 165;
  • blue value is 134.
RGB:
(137,165,134)
(54%,65%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 134 of 255 = 53%

137
165
134

R + G + B ~ 57%. #89A586 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 134 = 436 (100%)
R 137 of 436 ~ 31.42%
G 165 of 436 ~ 37.84%
B 134 of 436 ~ 30.73%

%31.42
%37.84
%30.73

CMYK color model

#89A586 color CMYK value is (17,0,19,35).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 35.29%
CMYK:
(17,0,19,35)
C17M0Y19K35 
(17%,0%,19%,35%)
(0.17/0.00/0.19/0.35)	

CMYK percentages

%16.97
%0
%18.79
%35.29

Codes

Color #89A586 in popluar color models

89A586
RGB137165134
HSL114°14.69%58.63%
HSB/HSV114°18.79%64.71%
CMYK16.97%0.00%18.79%
35.29%

Color #89A586 in popluar number systems.

HEX89A586
Decimal137165134
Binary100010011010010110000110
Octal211245206

Shades and tints

Shades of #89A586

#89A586
(137,165,134)
#7D967A
(125,150,122)
#71876E
(113,135,110)
#657862
(101,120,98)
#596956
(89,105,86)
#4D5A4A
(77,90,74)
#414B3E
(65,75,62)
#353C32
(53,60,50)
#292D26
(41,45,38)
#1D1E1A
(29,30,26)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #89A586

#89A586
(137,165,134)
#93AD91
(147,173,145)
#9DB59C
(157,181,156)
#A7BDA7
(167,189,167)
#B1C5B2
(177,197,178)
#BBCDBD
(187,205,189)
#C5D5C8
(197,213,200)
#CFDDD3
(207,221,211)
#D9E5DE
(217,229,222)
#E3EDE9
(227,237,233)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A586 color. Also use rgb(137,165,134) instead hex code.

Text Font Color

.myTextColor { color: #89A586; }

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

This text font color is #89A586.


Background Color

.myBgColor { background-color: #89A586; }

<div style="background-color:#89A586">Inner text</div>

This div background color is #89A586.


Border color

.myBorderColor { border: 1px solid #89A586; }

<div style="border:3px solid #89A586">Div</div>

This div border color is #89A586.


Opacity

.myOpacity80 { color: #89A586; opacity: 0.8; }

<p style="color:#89A586;opacity:0.8;">80%</p>

Text with #89A586 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 #89A586;}

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

This text has shadow with #89A586 color.

.textShadow {text-shadow: 3px 3px 1px #89A586, 3px 3px 1px red;}

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

This text has shadow with #89A586 primary color and red secondary color.


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

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

This text has shadow with #89A586 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A586 on black background.


Color preview on white background

This text has color #89A586 on white background.



Black color preview on #89A586 background

This text has black color on #89A586 background.


White color preview on #89A586 background

This text has white color on #89A586 background.