COLOR #89A391

HEX: #89A391 RGB: (137,163,145)

Color info

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

RGB color model

#89A391 color RGB value is (137,163,145).

RGB: (137,163,145) (54%, 64%, 57%)

RGB channels and saturation

R 137 of 255 = 54%
G 163 of 255 = 64%
B 145 of 255 = 57%

137
163
145

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

Portions of RGB colors in percentages

R + G + B = 137 + 163 + 145 = 445 (100%)
R 137 of 445 ~ 30.79%
G 163 of 445 ~ 36.63%
B 145 of 445 ~ 32.58'%

%30.79
%36.63
%32.58

CMYK color model

#89A391 color CMYK value is (16,0,11,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK: (16,0,11,36) C16M0Y11K36 (16%,0%,11%,36%) (0.16/0.00/0.11/0.36) 

CMYK percentages

%15.95
%0
%11.04
%36.08

Codes

Color #89A391 in popluar color models

89 A3 91
RGB 137 163 145
HSL 138° 12.38% 58.82%
HSB/HSV 138° 15.95% 63.92%
CMYK 15.95% 0.00% 11.04%
36.08%

Color #89A391 in popluar number systems.

HEX 89 A3 91
Decimal 137 163 145
Binary 10001001 10100011 10010001
Octal 211 243 221

Shades and tints

Shades of #89A391

#89A391
(137,163,145)
#7D9584
(125,149,132)
#718777
(113,135,119)
#65796A
(101,121,106)
#596B5D
(89,107,93)
#4D5D50
(77,93,80)
#414F43
(65,79,67)
#354136
(53,65,54)
#293329
(41,51,41)
#1D251C
(29,37,28)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #89A391

#89A391
(137,163,145)
#93AB9B
(147,171,155)
#9DB3A5
(157,179,165)
#A7BBAF
(167,187,175)
#B1C3B9
(177,195,185)
#BBCBC3
(187,203,195)
#C5D3CD
(197,211,205)
#CFDBD7
(207,219,215)
#D9E3E1
(217,227,225)
#E3EBEB
(227,235,235)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A391 color. Also use rgb(137,163,145) instead hex code.

Text Font Color

.myTextColor { color: #89A391; }

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

This text font color is #89A391.

Background Color

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

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

This div background color is #89A391.

Border color

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

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

This div border color is #89A391.

Opacity

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

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

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

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

This text has shadow with #89A391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A391.

Preview

Color preview on black background

This text has color #89A391 on black background.


Color preview on white background

This text has color #89A391 on white background.


Black color preview on #89A391 background

This text has black color on #89A391 background.


White color preview on #89A391 background

This text has white color on #89A391 background.


Related colors

Complementary color

Complementary color for #hex is #765C6E.


I love getcolorcode.com

Triadic colors

1 #9189A3 and #A39189 with #89A391 are triadic colors.

2 #91A389 and #A38991 with #89A391 are triadic colors.