COLOR #89866B

HEX: #89866B RGB: (137,134,107)

Color info

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

RGB color model

#89866B color RGB value is (137,134,107).

RGB: (137,134,107) (54%, 53%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 107 of 255 = 42%

137
134
107

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

Portions of RGB colors in percentages

R + G + B = 137 + 134 + 107 = 378 (100%)
R 137 of 378 ~ 36.24%
G 134 of 378 ~ 35.45%
B 107 of 378 ~ 28.31'%

%36.24
%35.45
%28.31

CMYK color model

#89866B color CMYK value is (0,2,22,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 21.90%
  • key color value is 46.27%

CMYK: (0,2,22,46)
C0M2Y22K46 (0%, 2%, 22%, 46%)
(0.00 / 0.02 / 0.22 / 0.46)

CMYK percentages

%0
%2.19
%21.9
%46.27

Codes

Color #89866B in popluar color models

89 86 6B
RGB 137 134 107
HSL 54° 12.30% 47.84%
HSB/HSV 54° 21.90% 53.73%
CMYK 0.00% 2.19% 21.90%
46.27%

Color #89866B in popluar number systems.

HEX 89 86 6B
Decimal 137 134 107
Binary 10001001 10000110 1101011
Octal 211 206 153

Shades and tints

Shades of #89866B

#89866B
(137,134,107)
#7D7A62
(125,122,98)
#716E59
(113,110,89)
#656250
(101,98,80)
#595647
(89,86,71)
#4D4A3E
(77,74,62)
#413E35
(65,62,53)
#35322C
(53,50,44)
#292623
(41,38,35)
#1D1A1A
(29,26,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #89866B

#89866B
(137,134,107)
#939178
(147,145,120)
#9D9C85
(157,156,133)
#A7A792
(167,167,146)
#B1B29F
(177,178,159)
#BBBDAC
(187,189,172)
#C5C8B9
(197,200,185)
#CFD3C6
(207,211,198)
#D9DED3
(217,222,211)
#E3E9E0
(227,233,224)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89866B color. Also use rgb(137,134,107) instead hex code.

Text Font Color

.myTextColor { color: #89866B; }

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

This text font color is #89866B.

Background Color

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

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

This div background color is #89866B.

Border color

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

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

This div border color is #89866B.

Opacity

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

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

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

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

This text has shadow with #89866B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89866B.

Preview

Color preview on black background

This text has color #89866B on black background.


Color preview on white background

This text has color #89866B on white background.


Black color preview on #89866B background

This text has black color on #89866B background.


White color preview on #89866B background

This text has white color on #89866B background.


Related colors

Complementary color

Complementary color for #hex is #767994.


I love getcolorcode.com

Triadic colors

1 #6B8986 and #866B89 with #89866B are triadic colors.

2 #6B8689 and #86896B with #89866B are triadic colors.