COLOR #89A478

HEX: #89A478
RGB: (137,164,120)

Color info

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

RGB color model

#89A478 color RGB value is (137,164,120).

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

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 120 of 255 = 47%

137
164
120

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

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 120 = 421 (100%)
R 137 of 421 ~ 32.54%
G 164 of 421 ~ 38.95%
B 120 of 421 ~ 28.5%

%32.54
%38.95
%28.5

CMYK color model

#89A478 color CMYK value is (16,0,27,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 35.69%
CMYK:
(16,0,27,36)
C16M0Y27K36 
(16%,0%,27%,36%)
(0.16/0.00/0.27/0.36)	

CMYK percentages

%16.46
%0
%26.83
%35.69

Codes

Color #89A478 in popluar color models

89A478
RGB137164120
HSL97°19.47%55.69%
HSB/HSV97°26.83%64.31%
CMYK16.46%0.00%26.83%
35.69%

Color #89A478 in popluar number systems.

HEX89A478
Decimal137164120
Binary10001001101001001111000
Octal211244170

Shades and tints

Shades of #89A478

#89A478
(137,164,120)
#7D966E
(125,150,110)
#718864
(113,136,100)
#657A5A
(101,122,90)
#596C50
(89,108,80)
#4D5E46
(77,94,70)
#41503C
(65,80,60)
#354232
(53,66,50)
#293428
(41,52,40)
#1D261E
(29,38,30)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #89A478

#89A478
(137,164,120)
#93AC84
(147,172,132)
#9DB490
(157,180,144)
#A7BC9C
(167,188,156)
#B1C4A8
(177,196,168)
#BBCCB4
(187,204,180)
#C5D4C0
(197,212,192)
#CFDCCC
(207,220,204)
#D9E4D8
(217,228,216)
#E3ECE4
(227,236,228)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A478; }

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

This text font color is #89A478.


Background Color

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

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

This div background color is #89A478.


Border color

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

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

This div border color is #89A478.


Opacity

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

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

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

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

This text has shadow with #89A478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A478 on black background.


Color preview on white background

This text has color #89A478 on white background.



Black color preview on #89A478 background

This text has black color on #89A478 background.


White color preview on #89A478 background

This text has white color on #89A478 background.