COLOR #89A040

HEX: #89A040
RGB: (137,160,64)

Color info

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

RGB color model

#89A040 color RGB value is (137,160,64).

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

RGB channels and saturation

R 137 of 255 = 54%
G 160 of 255 = 63%
B 64 of 255 = 25%

137
160
64

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

Portions of RGB colors in percentages

R + G + B =
137 + 160 + 64 = 361 (100%)
R 137 of 361 ~ 37.95%
G 160 of 361 ~ 44.32%
B 64 of 361 ~ 17.73%

%37.95
%44.32
%17.73

CMYK color model

#89A040 color CMYK value is (14,0,60,37).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 37.25%
CMYK:
(14,0,60,37)
C14M0Y60K37 
(14%,0%,60%,37%)
(0.14/0.00/0.60/0.37)	

CMYK percentages

%14.38
%0
%60
%37.25

Codes

Color #89A040 in popluar color models

89A040
RGB13716064
HSL74°42.86%43.92%
HSB/HSV74°60.00%62.75%
CMYK14.38%0.00%60.00%
37.25%

Color #89A040 in popluar number systems.

HEX89A040
Decimal13716064
Binary10001001101000001000000
Octal211240100

Shades and tints

Shades of #89A040

#89A040
(137,160,64)
#7D923B
(125,146,59)
#718436
(113,132,54)
#657631
(101,118,49)
#59682C
(89,104,44)
#4D5A27
(77,90,39)
#414C22
(65,76,34)
#353E1D
(53,62,29)
#293018
(41,48,24)
#1D2213
(29,34,19)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #89A040

#89A040
(137,160,64)
#93A851
(147,168,81)
#9DB062
(157,176,98)
#A7B873
(167,184,115)
#B1C084
(177,192,132)
#BBC895
(187,200,149)
#C5D0A6
(197,208,166)
#CFD8B7
(207,216,183)
#D9E0C8
(217,224,200)
#E3E8D9
(227,232,217)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A040; }

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

This text font color is #89A040.


Background Color

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

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

This div background color is #89A040.


Border color

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

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

This div border color is #89A040.


Opacity

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

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

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

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

This text has shadow with #89A040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A040 on black background.


Color preview on white background

This text has color #89A040 on white background.



Black color preview on #89A040 background

This text has black color on #89A040 background.


White color preview on #89A040 background

This text has white color on #89A040 background.