COLOR #89A463

HEX: #89A463
RGB: (137,164,99)

Color info

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

RGB color model

#89A463 color RGB value is (137,164,99).

  • red value is 137;
  • green value is 164;
  • blue value is 99.
RGB:
(137,164,99)
(54%,64%,39%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 99 of 255 = 39%

137
164
99

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

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 99 = 400 (100%)
R 137 of 400 ~ 34.25%
G 164 of 400 ~ 41%
B 99 of 400 ~ 24.75%

%34.25
%41
%24.75

CMYK color model

#89A463 color CMYK value is (16,0,40,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(16,0,40,36)
C16M0Y40K36 
(16%,0%,40%,36%)
(0.16/0.00/0.40/0.36)	

CMYK percentages

%16.46
%0
%39.63
%35.69

Codes

Color #89A463 in popluar color models

89A463
RGB13716499
HSL85°26.32%51.57%
HSB/HSV85°39.63%64.31%
CMYK16.46%0.00%39.63%
35.69%

Color #89A463 in popluar number systems.

HEX89A463
Decimal13716499
Binary10001001101001001100011
Octal211244143

Shades and tints

Shades of #89A463

#89A463
(137,164,99)
#7D965A
(125,150,90)
#718851
(113,136,81)
#657A48
(101,122,72)
#596C3F
(89,108,63)
#4D5E36
(77,94,54)
#41502D
(65,80,45)
#354224
(53,66,36)
#29341B
(41,52,27)
#1D2612
(29,38,18)
#111809
(17,24,9)
#000000
(0,0,0)

Tints of #89A463

#89A463
(137,164,99)
#93AC71
(147,172,113)
#9DB47F
(157,180,127)
#A7BC8D
(167,188,141)
#B1C49B
(177,196,155)
#BBCCA9
(187,204,169)
#C5D4B7
(197,212,183)
#CFDCC5
(207,220,197)
#D9E4D3
(217,228,211)
#E3ECE1
(227,236,225)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A463 color. Also use rgb(137,164,99) instead hex code.

Text Font Color

.myTextColor { color: #89A463; }

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

This text font color is #89A463.


Background Color

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

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

This div background color is #89A463.


Border color

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

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

This div border color is #89A463.


Opacity

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

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

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

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

This text has shadow with #89A463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A463 on black background.


Color preview on white background

This text has color #89A463 on white background.



Black color preview on #89A463 background

This text has black color on #89A463 background.


White color preview on #89A463 background

This text has white color on #89A463 background.