COLOR #89997B

HEX: #89997B RGB: (137,153,123)

Color info

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

RGB color model

#89997B color RGB value is (137,153,123).

RGB: (137,153,123) (54%, 60%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 123 of 255 = 48%

137
153
123

R + G + B ~ 54%. #89997B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 153 + 123 = 413 (100%)
R 137 of 413 ~ 33.17%
G 153 of 413 ~ 37.05%
B 123 of 413 ~ 29.78'%

%33.17
%37.05
%29.78

CMYK color model

#89997B color CMYK value is (10,0,20,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%

CMYK: (10,0,20,40)
C10M0Y20K40 (10%, 0%, 20%, 40%)
(0.10 / 0.00 / 0.20 / 0.40)

CMYK percentages

%10.46
%0
%19.61
%40

Codes

Color #89997B in popluar color models

89 99 7B
RGB 137 153 123
HSL 92° 12.82% 54.12%
HSB/HSV 92° 19.61% 60.00%
CMYK 10.46% 0.00% 19.61%
40.00%

Color #89997B in popluar number systems.

HEX 89 99 7B
Decimal 137 153 123
Binary 10001001 10011001 1111011
Octal 211 231 173

Shades and tints

Shades of #89997B

#89997B
(137,153,123)
#7D8C70
(125,140,112)
#717F65
(113,127,101)
#65725A
(101,114,90)
#59654F
(89,101,79)
#4D5844
(77,88,68)
#414B39
(65,75,57)
#353E2E
(53,62,46)
#293123
(41,49,35)
#1D2418
(29,36,24)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #89997B

#89997B
(137,153,123)
#93A287
(147,162,135)
#9DAB93
(157,171,147)
#A7B49F
(167,180,159)
#B1BDAB
(177,189,171)
#BBC6B7
(187,198,183)
#C5CFC3
(197,207,195)
#CFD8CF
(207,216,207)
#D9E1DB
(217,225,219)
#E3EAE7
(227,234,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89997B color. Also use rgb(137,153,123) instead hex code.

Text Font Color

.myTextColor { color: #89997B; }

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

This text font color is #89997B.

Background Color

.myBgColor { background-color: #89997B; }

<div style="background-color:#89997B">Inner text</div>

This div background color is #89997B.

Border color

.myBorderColor { border: 1px solid #89997B; }

<div style="border:3px solid #89997B">Div</div>

This div border color is #89997B.

Opacity

.myOpacity80 { color: #89997B; opacity: 0.8; }

<p style="color:#89997B;opacity:0.8;">80%</p>

Text with #89997B 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 #89997B;}

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

This text has shadow with #89997B color.


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

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

This text has shadow with #89997B primary color and red secondary color.


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

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

This text has shadow with #89997B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89997B.

Preview

Color preview on black background

This text has color #89997B on black background.


Color preview on white background

This text has color #89997B on white background.


Black color preview on #89997B background

This text has black color on #89997B background.


White color preview on #89997B background

This text has white color on #89997B background.


Related colors

Complementary color

Complementary color for #hex is #766684.


I love getcolorcode.com

Triadic colors

1 #7B8999 and #997B89 with #89997B are triadic colors.

2 #7B9989 and #99897B with #89997B are triadic colors.