COLOR #89A455

HEX: #89A455
RGB: (137,164,85)

Color info

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

RGB color model

#89A455 color RGB value is (137,164,85).

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

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 85 of 255 = 33%

137
164
85

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

Portions of RGB colors in percentages

R + G + B =
137 + 164 + 85 = 386 (100%)
R 137 of 386 ~ 35.49%
G 164 of 386 ~ 42.49%
B 85 of 386 ~ 22.02%

%35.49
%42.49
%22.02

CMYK color model

#89A455 color CMYK value is (16,0,48,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 48.17%
  • key color value is 35.69%
CMYK:
(16,0,48,36)
C16M0Y48K36 
(16%,0%,48%,36%)
(0.16/0.00/0.48/0.36)	

CMYK percentages

%16.46
%0
%48.17
%35.69

Codes

Color #89A455 in popluar color models

89A455
RGB13716485
HSL81°31.73%48.82%
HSB/HSV81°48.17%64.31%
CMYK16.46%0.00%48.17%
35.69%

Color #89A455 in popluar number systems.

HEX89A455
Decimal13716485
Binary10001001101001001010101
Octal211244125

Shades and tints

Shades of #89A455

#89A455
(137,164,85)
#7D964E
(125,150,78)
#718847
(113,136,71)
#657A40
(101,122,64)
#596C39
(89,108,57)
#4D5E32
(77,94,50)
#41502B
(65,80,43)
#354224
(53,66,36)
#29341D
(41,52,29)
#1D2616
(29,38,22)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #89A455

#89A455
(137,164,85)
#93AC64
(147,172,100)
#9DB473
(157,180,115)
#A7BC82
(167,188,130)
#B1C491
(177,196,145)
#BBCCA0
(187,204,160)
#C5D4AF
(197,212,175)
#CFDCBE
(207,220,190)
#D9E4CD
(217,228,205)
#E3ECDC
(227,236,220)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A455; }

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

This text font color is #89A455.


Background Color

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

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

This div background color is #89A455.


Border color

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

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

This div border color is #89A455.


Opacity

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

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

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

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

This text has shadow with #89A455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A455 on black background.


Color preview on white background

This text has color #89A455 on white background.



Black color preview on #89A455 background

This text has black color on #89A455 background.


White color preview on #89A455 background

This text has white color on #89A455 background.