COLOR #89A47F

HEX: #89A47F RGB: (137,164,127)

Color info

#89A47F contains red, green and blue colors in about the same proportion. Web safe color of #89A47F is #999966 (or #996).

RGB color model

#89A47F color RGB value is (137,164,127).

RGB: (137,164,127) (54%, 64%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 164 of 255 = 64%
B 127 of 255 = 50%

137
164
127

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

Portions of RGB colors in percentages

R + G + B = 137 + 164 + 127 = 428 (100%)
R 137 of 428 ~ 32.01%
G 164 of 428 ~ 38.32%
B 127 of 428 ~ 29.67'%

%32.01
%38.32
%29.67

CMYK color model

#89A47F color CMYK value is (16,0,23,36).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 35.69%
CMYK: (16,0,23,36) C16M0Y23K36 (16%,0%,23%,36%) (0.16/0.00/0.23/0.36) 

CMYK percentages

%16.46
%0
%22.56
%35.69

Codes

Color #89A47F in popluar color models

89 A4 7F
RGB 137 164 127
HSL 104° 16.89% 57.06%
HSB/HSV 104° 22.56% 64.31%
CMYK 16.46% 0.00% 22.56%
35.69%

Color #89A47F in popluar number systems.

HEX 89 A4 7F
Decimal 137 164 127
Binary 10001001 10100100 1111111
Octal 211 244 177

Shades and tints

Shades of #89A47F

#89A47F
(137,164,127)
#7D9674
(125,150,116)
#718869
(113,136,105)
#657A5E
(101,122,94)
#596C53
(89,108,83)
#4D5E48
(77,94,72)
#41503D
(65,80,61)
#354232
(53,66,50)
#293427
(41,52,39)
#1D261C
(29,38,28)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #89A47F

#89A47F
(137,164,127)
#93AC8A
(147,172,138)
#9DB495
(157,180,149)
#A7BCA0
(167,188,160)
#B1C4AB
(177,196,171)
#BBCCB6
(187,204,182)
#C5D4C1
(197,212,193)
#CFDCCC
(207,220,204)
#D9E4D7
(217,228,215)
#E3ECE2
(227,236,226)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A47F; }

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

This text font color is #89A47F.

Background Color

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

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

This div background color is #89A47F.

Border color

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

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

This div border color is #89A47F.

Opacity

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

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

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

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

This text has shadow with #89A47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A47F.

Preview

Color preview on black background

This text has color #89A47F on black background.


Color preview on white background

This text has color #89A47F on white background.


Black color preview on #89A47F background

This text has black color on #89A47F background.


White color preview on #89A47F background

This text has white color on #89A47F background.


Related colors

Complementary color

Complementary color for #hex is #765B80.


I love getcolorcode.com

Triadic colors

1 #7F89A4 and #A47F89 with #89A47F are triadic colors.

2 #7FA489 and #A4897F with #89A47F are triadic colors.