COLOR #89A472

HEX: #89A472
RGB: (137,164,114)

Color info

#89A472 contains red, green and blue colors in about the same proportion. Web safe color of #89A472 is #999966 (or #996).

RGB color model

#89A472 color RGB value is (137,164,114).

  • red value is 137;
  • green value is 164;
  • blue value is 114.
RGB:
(137,164,114)
(54%,64%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 114 of 255 = 45%

137
164
114

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

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 114 = 415 (100%)
R 137 of 415 ~ 33.01%
G 164 of 415 ~ 39.52%
B 114 of 415 ~ 27.47%

%33.01
%39.52
%27.47

CMYK color model

#89A472 color CMYK value is (16,0,30,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(16,0,30,36)
C16M0Y30K36 
(16%,0%,30%,36%)
(0.16/0.00/0.30/0.36)	

CMYK percentages

%16.46
%0
%30.49
%35.69

Codes

Color #89A472 in popluar color models

89A472
RGB137164114
HSL92°21.55%54.51%
HSB/HSV92°30.49%64.31%
CMYK16.46%0.00%30.49%
35.69%

Color #89A472 in popluar number systems.

HEX89A472
Decimal137164114
Binary10001001101001001110010
Octal211244162

Shades and tints

Shades of #89A472

#89A472
(137,164,114)
#7D9668
(125,150,104)
#71885E
(113,136,94)
#657A54
(101,122,84)
#596C4A
(89,108,74)
#4D5E40
(77,94,64)
#415036
(65,80,54)
#35422C
(53,66,44)
#293422
(41,52,34)
#1D2618
(29,38,24)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #89A472

#89A472
(137,164,114)
#93AC7E
(147,172,126)
#9DB48A
(157,180,138)
#A7BC96
(167,188,150)
#B1C4A2
(177,196,162)
#BBCCAE
(187,204,174)
#C5D4BA
(197,212,186)
#CFDCC6
(207,220,198)
#D9E4D2
(217,228,210)
#E3ECDE
(227,236,222)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A472 color. Also use rgb(137,164,114) instead hex code.

Text Font Color

.myTextColor { color: #89A472; }

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

This text font color is #89A472.


Background Color

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

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

This div background color is #89A472.


Border color

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

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

This div border color is #89A472.


Opacity

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

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

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

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

This text has shadow with #89A472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A472 on black background.


Color preview on white background

This text has color #89A472 on white background.



Black color preview on #89A472 background

This text has black color on #89A472 background.


White color preview on #89A472 background

This text has white color on #89A472 background.