COLOR #89A58D

HEX: #89A58D
RGB: (137,165,141)

Color info

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

RGB color model

#89A58D color RGB value is (137,165,141).

  • red value is 137;
  • green value is 165;
  • blue value is 141.
RGB:
(137,165,141)
(54%,65%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 165 of 255 = 65%
B 141 of 255 = 55%

137
165
141

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

Portions of RGB colors in percentages

R + G + B =
137 + 165 + 141 = 443 (100%)
R 137 of 443 ~ 30.93%
G 165 of 443 ~ 37.25%
B 141 of 443 ~ 31.83%

%30.93
%37.25
%31.83

CMYK color model

#89A58D color CMYK value is (17,0,15,35).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(17,0,15,35)
C17M0Y15K35 
(17%,0%,15%,35%)
(0.17/0.00/0.15/0.35)	

CMYK percentages

%16.97
%0
%14.55
%35.29

Codes

Color #89A58D in popluar color models

89A58D
RGB137165141
HSL129°13.46%59.22%
HSB/HSV129°16.97%64.71%
CMYK16.97%0.00%14.55%
35.29%

Color #89A58D in popluar number systems.

HEX89A58D
Decimal137165141
Binary100010011010010110001101
Octal211245215

Shades and tints

Shades of #89A58D

#89A58D
(137,165,141)
#7D9681
(125,150,129)
#718775
(113,135,117)
#657869
(101,120,105)
#59695D
(89,105,93)
#4D5A51
(77,90,81)
#414B45
(65,75,69)
#353C39
(53,60,57)
#292D2D
(41,45,45)
#1D1E21
(29,30,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #89A58D

#89A58D
(137,165,141)
#93AD97
(147,173,151)
#9DB5A1
(157,181,161)
#A7BDAB
(167,189,171)
#B1C5B5
(177,197,181)
#BBCDBF
(187,205,191)
#C5D5C9
(197,213,201)
#CFDDD3
(207,221,211)
#D9E5DD
(217,229,221)
#E3EDE7
(227,237,231)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A58D color. Also use rgb(137,165,141) instead hex code.

Text Font Color

.myTextColor { color: #89A58D; }

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

This text font color is #89A58D.


Background Color

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

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

This div background color is #89A58D.


Border color

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

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

This div border color is #89A58D.


Opacity

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

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

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

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

This text has shadow with #89A58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89A58D on black background.


Color preview on white background

This text has color #89A58D on white background.



Black color preview on #89A58D background

This text has black color on #89A58D background.


White color preview on #89A58D background

This text has white color on #89A58D background.