COLOR #89817B

HEX: #89817B RGB: (137,129,123)

Color info

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

RGB color model

#89817B color RGB value is (137,129,123).

RGB: (137,129,123) (54%, 51%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 123 of 255 = 48%

137
129
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 129 + 123 = 389 (100%)
R 137 of 389 ~ 35.22%
G 129 of 389 ~ 33.16%
B 123 of 389 ~ 31.62'%

%35.22
%33.16
%31.62

CMYK color model

#89817B color CMYK value is (0,6,10,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (0,6,10,46)
C0M6Y10K46 (0%, 6%, 10%, 46%)
(0.00 / 0.06 / 0.10 / 0.46)

CMYK percentages

%0
%5.84
%10.22
%46.27

Codes

Color #89817B in popluar color models

89 81 7B
RGB 137 129 123
HSL 26° 5.60% 50.98%
HSB/HSV 26° 10.22% 53.73%
CMYK 0.00% 5.84% 10.22%
46.27%

Color #89817B in popluar number systems.

HEX 89 81 7B
Decimal 137 129 123
Binary 10001001 10000001 1111011
Octal 211 201 173

Shades and tints

Shades of #89817B

#89817B
(137,129,123)
#7D7670
(125,118,112)
#716B65
(113,107,101)
#65605A
(101,96,90)
#59554F
(89,85,79)
#4D4A44
(77,74,68)
#413F39
(65,63,57)
#35342E
(53,52,46)
#292923
(41,41,35)
#1D1E18
(29,30,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #89817B

#89817B
(137,129,123)
#938C87
(147,140,135)
#9D9793
(157,151,147)
#A7A29F
(167,162,159)
#B1ADAB
(177,173,171)
#BBB8B7
(187,184,183)
#C5C3C3
(197,195,195)
#CFCECF
(207,206,207)
#D9D9DB
(217,217,219)
#E3E4E7
(227,228,231)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89817B; }

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

This text font color is #89817B.

Background Color

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

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

This div background color is #89817B.

Border color

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

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

This div border color is #89817B.

Opacity

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

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

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

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

This text has shadow with #89817B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89817B.

Preview

Color preview on black background

This text has color #89817B on black background.


Color preview on white background

This text has color #89817B on white background.


Black color preview on #89817B background

This text has black color on #89817B background.


White color preview on #89817B background

This text has white color on #89817B background.


Related colors

Complementary color

Complementary color for #hex is #767E84.


I love getcolorcode.com

Triadic colors

1 #7B8981 and #817B89 with #89817B are triadic colors.

2 #7B8189 and #81897B with #89817B are triadic colors.