COLOR #89AD4D

HEX: #89AD4D
RGB: (137,173,77)

Color info

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

RGB color model

#89AD4D color RGB value is (137,173,77).

  • red value is 137;
  • green value is 173;
  • blue value is 77.
RGB:
(137,173,77)
(54%,68%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 77 of 255 = 30%

137
173
77

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

Portions of RGB colors in percentages

R + G + B =
137 + 173 + 77 = 387 (100%)
R 137 of 387 ~ 35.4%
G 173 of 387 ~ 44.7%
B 77 of 387 ~ 19.9%

%35.4
%44.7
%19.9

CMYK color model

#89AD4D color CMYK value is (21,0,55,32).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 32.16%
CMYK:
(21,0,55,32)
C21M0Y55K32 
(21%,0%,55%,32%)
(0.21/0.00/0.55/0.32)	

CMYK percentages

%20.81
%0
%55.49
%32.16

Codes

Color #89AD4D in popluar color models

89AD4D
RGB13717377
HSL83°38.40%49.02%
HSB/HSV83°55.49%67.84%
CMYK20.81%0.00%55.49%
32.16%

Color #89AD4D in popluar number systems.

HEX89AD4D
Decimal13717377
Binary10001001101011011001101
Octal211255115

Shades and tints

Shades of #89AD4D

#89AD4D
(137,173,77)
#7D9E46
(125,158,70)
#718F3F
(113,143,63)
#658038
(101,128,56)
#597131
(89,113,49)
#4D622A
(77,98,42)
#415323
(65,83,35)
#35441C
(53,68,28)
#293515
(41,53,21)
#1D260E
(29,38,14)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #89AD4D

#89AD4D
(137,173,77)
#93B45D
(147,180,93)
#9DBB6D
(157,187,109)
#A7C27D
(167,194,125)
#B1C98D
(177,201,141)
#BBD09D
(187,208,157)
#C5D7AD
(197,215,173)
#CFDEBD
(207,222,189)
#D9E5CD
(217,229,205)
#E3ECDD
(227,236,221)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AD4D color. Also use rgb(137,173,77) instead hex code.

Text Font Color

.myTextColor { color: #89AD4D; }

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

This text font color is #89AD4D.


Background Color

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

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

This div background color is #89AD4D.


Border color

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

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

This div border color is #89AD4D.


Opacity

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

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

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

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

This text has shadow with #89AD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AD4D on black background.


Color preview on white background

This text has color #89AD4D on white background.



Black color preview on #89AD4D background

This text has black color on #89AD4D background.


White color preview on #89AD4D background

This text has white color on #89AD4D background.