COLOR #89A047

HEX: #89A047
RGB: (137,160,71)

Color info

#89A047 contains mainly red and green colors. Web safe color of #89A047 is #999933 (or #993).

RGB color model

#89A047 color RGB value is (137,160,71).

  • red value is 137;
  • green value is 160;
  • blue value is 71.
RGB:
(137,160,71)
(54%,63%,28%)

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 71 of 255 = 28%

137
160
71

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

Portions of RGB colors in percentages

R + G + B =
137 + 160 + 71 = 368 (100%)
R 137 of 368 ~ 37.23%
G 160 of 368 ~ 43.48%
B 71 of 368 ~ 19.29%

%37.23
%43.48
%19.29

CMYK color model

#89A047 color CMYK value is (14,0,56,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 55.63%
  • key color value is 37.25%
CMYK:
(14,0,56,37)
C14M0Y56K37 
(14%,0%,56%,37%)
(0.14/0.00/0.56/0.37)	

CMYK percentages

%14.38
%0
%55.63
%37.25

Codes

Color #89A047 in popluar color models

89A047
RGB13716071
HSL76°38.53%45.29%
HSB/HSV76°55.63%62.75%
CMYK14.38%0.00%55.63%
37.25%

Color #89A047 in popluar number systems.

HEX89A047
Decimal13716071
Binary10001001101000001000111
Octal211240107

Shades and tints

Shades of #89A047

#89A047
(137,160,71)
#7D9241
(125,146,65)
#71843B
(113,132,59)
#657635
(101,118,53)
#59682F
(89,104,47)
#4D5A29
(77,90,41)
#414C23
(65,76,35)
#353E1D
(53,62,29)
#293017
(41,48,23)
#1D2211
(29,34,17)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #89A047

#89A047
(137,160,71)
#93A857
(147,168,87)
#9DB067
(157,176,103)
#A7B877
(167,184,119)
#B1C087
(177,192,135)
#BBC897
(187,200,151)
#C5D0A7
(197,208,167)
#CFD8B7
(207,216,183)
#D9E0C7
(217,224,199)
#E3E8D7
(227,232,215)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A047 color. Also use rgb(137,160,71) instead hex code.

Text Font Color

.myTextColor { color: #89A047; }

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

This text font color is #89A047.


Background Color

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

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

This div background color is #89A047.


Border color

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

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

This div border color is #89A047.


Opacity

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

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

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

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

This text has shadow with #89A047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A047 on black background.


Color preview on white background

This text has color #89A047 on white background.



Black color preview on #89A047 background

This text has black color on #89A047 background.


White color preview on #89A047 background

This text has white color on #89A047 background.