COLOR #89A34E

HEX: #89A34E RGB: (137,163,78)

Color info

#89A34E contains mainly red and green colors. Web safe color of #89A34E is #999966 (or #996).

RGB color model

#89A34E color RGB value is (137,163,78).

RGB: (137,163,78) (54%, 64%, 31%)

RGB channels and saturation

R 137 of 255 = 54%
G 163 of 255 = 64%
B 78 of 255 = 31%

137
163
78

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

Portions of RGB colors in percentages

R + G + B = 137 + 163 + 78 = 378 (100%)
R 137 of 378 ~ 36.24%
G 163 of 378 ~ 43.12%
B 78 of 378 ~ 20.63'%

%36.24
%43.12
%20.63

CMYK color model

#89A34E color CMYK value is (16,0,52,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 52.15%
  • key color value is 36.08%

CMYK: (16,0,52,36)
C16M0Y52K36 (16%, 0%, 52%, 36%)
(0.16 / 0.00 / 0.52 / 0.36)

CMYK percentages

%15.95
%0
%52.15
%36.08

Codes

Color #89A34E in popluar color models

89 A3 4E
RGB 137 163 78
HSL 78° 35.27% 47.25%
HSB/HSV 78° 52.15% 63.92%
CMYK 15.95% 0.00% 52.15%
36.08%

Color #89A34E in popluar number systems.

HEX 89 A3 4E
Decimal 137 163 78
Binary 10001001 10100011 1001110
Octal 211 243 116

Shades and tints

Shades of #89A34E

#89A34E
(137,163,78)
#7D9547
(125,149,71)
#718740
(113,135,64)
#657939
(101,121,57)
#596B32
(89,107,50)
#4D5D2B
(77,93,43)
#414F24
(65,79,36)
#35411D
(53,65,29)
#293316
(41,51,22)
#1D250F
(29,37,15)
#111708
(17,23,8)
#000000
(0,0,0)

Tints of #89A34E

#89A34E
(137,163,78)
#93AB5E
(147,171,94)
#9DB36E
(157,179,110)
#A7BB7E
(167,187,126)
#B1C38E
(177,195,142)
#BBCB9E
(187,203,158)
#C5D3AE
(197,211,174)
#CFDBBE
(207,219,190)
#D9E3CE
(217,227,206)
#E3EBDE
(227,235,222)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A34E color. Also use rgb(137,163,78) instead hex code.

Text Font Color

.myTextColor { color: #89A34E; }

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

This text font color is #89A34E.

Background Color

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

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

This div background color is #89A34E.

Border color

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

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

This div border color is #89A34E.

Opacity

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

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

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

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

This text has shadow with #89A34E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A34E.

Preview

Color preview on black background

This text has color #89A34E on black background.


Color preview on white background

This text has color #89A34E on white background.


Black color preview on #89A34E background

This text has black color on #89A34E background.


White color preview on #89A34E background

This text has white color on #89A34E background.


Related colors

Complementary color

Complementary color for #hex is #765CB1.


I love getcolorcode.com

Triadic colors

1 #4E89A3 and #A34E89 with #89A34E are triadic colors.

2 #4EA389 and #A3894E with #89A34E are triadic colors.