COLOR #89A274

HEX: #89A274
RGB: (137,162,116)

Color info

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

RGB color model

#89A274 color RGB value is (137,162,116).

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

RGB channels and saturation

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

137
162
116

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

Portions of RGB colors in percentages

R + G + B =
137 + 162 + 116 = 415 (100%)
R 137 of 415 ~ 33.01%
G 162 of 415 ~ 39.04%
B 116 of 415 ~ 27.95%

%33.01
%39.04
%27.95

CMYK color model

#89A274 color CMYK value is (15,0,28,36).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 36.47%
CMYK:
(15,0,28,36)
C15M0Y28K36 
(15%,0%,28%,36%)
(0.15/0.00/0.28/0.36)	

CMYK percentages

%15.43
%0
%28.4
%36.47

Codes

Color #89A274 in popluar color models

89A274
RGB137162116
HSL93°19.83%54.51%
HSB/HSV93°28.40%63.53%
CMYK15.43%0.00%28.40%
36.47%

Color #89A274 in popluar number systems.

HEX89A274
Decimal137162116
Binary10001001101000101110100
Octal211242164

Shades and tints

Shades of #89A274

#89A274
(137,162,116)
#7D946A
(125,148,106)
#718660
(113,134,96)
#657856
(101,120,86)
#596A4C
(89,106,76)
#4D5C42
(77,92,66)
#414E38
(65,78,56)
#35402E
(53,64,46)
#293224
(41,50,36)
#1D241A
(29,36,26)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #89A274

#89A274
(137,162,116)
#93AA80
(147,170,128)
#9DB28C
(157,178,140)
#A7BA98
(167,186,152)
#B1C2A4
(177,194,164)
#BBCAB0
(187,202,176)
#C5D2BC
(197,210,188)
#CFDAC8
(207,218,200)
#D9E2D4
(217,226,212)
#E3EAE0
(227,234,224)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A274; }

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

This text font color is #89A274.


Background Color

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

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

This div background color is #89A274.


Border color

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

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

This div border color is #89A274.


Opacity

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

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

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

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

This text has shadow with #89A274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A274 on black background.


Color preview on white background

This text has color #89A274 on white background.



Black color preview on #89A274 background

This text has black color on #89A274 background.


White color preview on #89A274 background

This text has white color on #89A274 background.