COLOR #89A273

HEX: #89A273
RGB: (137,162,115)

Color info

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

RGB color model

#89A273 color RGB value is (137,162,115).

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

RGB channels and saturation

R 137 of 255 = 54%
G 162 of 255 = 64%
B 115 of 255 = 45%

137
162
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 115 = 414 (100%)
R 137 of 414 ~ 33.09%
G 162 of 414 ~ 39.13%
B 115 of 414 ~ 27.78%

%33.09
%39.13
%27.78

CMYK color model

#89A273 color CMYK value is (15,0,29,36).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 29.01%
  • key color value is 36.47%
CMYK:
(15,0,29,36)
C15M0Y29K36 
(15%,0%,29%,36%)
(0.15/0.00/0.29/0.36)	

CMYK percentages

%15.43
%0
%29.01
%36.47

Codes

Color #89A273 in popluar color models

89A273
RGB137162115
HSL92°20.17%54.31%
HSB/HSV92°29.01%63.53%
CMYK15.43%0.00%29.01%
36.47%

Color #89A273 in popluar number systems.

HEX89A273
Decimal137162115
Binary10001001101000101110011
Octal211242163

Shades and tints

Shades of #89A273

#89A273
(137,162,115)
#7D9469
(125,148,105)
#71865F
(113,134,95)
#657855
(101,120,85)
#596A4B
(89,106,75)
#4D5C41
(77,92,65)
#414E37
(65,78,55)
#35402D
(53,64,45)
#293223
(41,50,35)
#1D2419
(29,36,25)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #89A273

#89A273
(137,162,115)
#93AA7F
(147,170,127)
#9DB28B
(157,178,139)
#A7BA97
(167,186,151)
#B1C2A3
(177,194,163)
#BBCAAF
(187,202,175)
#C5D2BB
(197,210,187)
#CFDAC7
(207,218,199)
#D9E2D3
(217,226,211)
#E3EADF
(227,234,223)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A273 color. Also use rgb(137,162,115) instead hex code.

Text Font Color

.myTextColor { color: #89A273; }

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

This text font color is #89A273.


Background Color

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

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

This div background color is #89A273.


Border color

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

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

This div border color is #89A273.


Opacity

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

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

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

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

This text has shadow with #89A273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A273 on black background.


Color preview on white background

This text has color #89A273 on white background.



Black color preview on #89A273 background

This text has black color on #89A273 background.


White color preview on #89A273 background

This text has white color on #89A273 background.