COLOR #89A483

HEX: #89A483 RGB: (137,164,131)

Color info

#89A483 contains red, green and blue colors in about the same proportion. Web safe color of #89A483 is #999999 (or #999).

RGB color model

#89A483 color RGB value is (137,164,131).

RGB: (137,164,131) (54%, 64%, 51%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 131 of 255 = 51%

137
164
131

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

Portions of RGB colors in percentages

R + G + B = 137 + 164 + 131 = 432 (100%)
R 137 of 432 ~ 31.71%
G 164 of 432 ~ 37.96%
B 131 of 432 ~ 30.32'%

%31.71
%37.96
%30.32

CMYK color model

#89A483 color CMYK value is (16,0,20,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 35.69%

CMYK: (16,0,20,36)
C16M0Y20K36 (16%, 0%, 20%, 36%)
(0.16 / 0.00 / 0.20 / 0.36)

CMYK percentages

%16.46
%0
%20.12
%35.69

Codes

Color #89A483 in popluar color models

89 A4 83
RGB 137 164 131
HSL 109° 15.35% 57.84%
HSB/HSV 109° 20.12% 64.31%
CMYK 16.46% 0.00% 20.12%
35.69%

Color #89A483 in popluar number systems.

HEX 89 A4 83
Decimal 137 164 131
Binary 10001001 10100100 10000011
Octal 211 244 203

Shades and tints

Shades of #89A483

#89A483
(137,164,131)
#7D9678
(125,150,120)
#71886D
(113,136,109)
#657A62
(101,122,98)
#596C57
(89,108,87)
#4D5E4C
(77,94,76)
#415041
(65,80,65)
#354236
(53,66,54)
#29342B
(41,52,43)
#1D2620
(29,38,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #89A483

#89A483
(137,164,131)
#93AC8E
(147,172,142)
#9DB499
(157,180,153)
#A7BCA4
(167,188,164)
#B1C4AF
(177,196,175)
#BBCCBA
(187,204,186)
#C5D4C5
(197,212,197)
#CFDCD0
(207,220,208)
#D9E4DB
(217,228,219)
#E3ECE6
(227,236,230)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A483; }

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

This text font color is #89A483.

Background Color

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

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

This div background color is #89A483.

Border color

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

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

This div border color is #89A483.

Opacity

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

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

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

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

This text has shadow with #89A483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A483.

Preview

Color preview on black background

This text has color #89A483 on black background.


Color preview on white background

This text has color #89A483 on white background.


Black color preview on #89A483 background

This text has black color on #89A483 background.


White color preview on #89A483 background

This text has white color on #89A483 background.


Related colors

Complementary color

Complementary color for #hex is #765B7C.


I love getcolorcode.com

Triadic colors

1 #8389A4 and #A48389 with #89A483 are triadic colors.

2 #83A489 and #A48983 with #89A483 are triadic colors.