COLOR #89866C

HEX: #89866C RGB: (137,134,108)

Color info

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

RGB color model

#89866C color RGB value is (137,134,108).

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

RGB channels and saturation

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

137
134
108

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

Portions of RGB colors in percentages

R + G + B = 137 + 134 + 108 = 379 (100%)
R 137 of 379 ~ 36.15%
G 134 of 379 ~ 35.36%
B 108 of 379 ~ 28.5'%

%36.15
%35.36
%28.5

CMYK color model

#89866C color CMYK value is (0,2,21,46).

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

CMYK: (0,2,21,46)
C0M2Y21K46 (0%, 2%, 21%, 46%)
(0.00 / 0.02 / 0.21 / 0.46)

CMYK percentages

%0
%2.19
%21.17
%46.27

Codes

Color #89866C in popluar color models

89 86 6C
RGB 137 134 108
HSL 54° 11.84% 48.04%
HSB/HSV 54° 21.17% 53.73%
CMYK 0.00% 2.19% 21.17%
46.27%

Color #89866C in popluar number systems.

HEX 89 86 6C
Decimal 137 134 108
Binary 10001001 10000110 1101100
Octal 211 206 154

Shades and tints

Shades of #89866C

#89866C
(137,134,108)
#7D7A63
(125,122,99)
#716E5A
(113,110,90)
#656251
(101,98,81)
#595648
(89,86,72)
#4D4A3F
(77,74,63)
#413E36
(65,62,54)
#35322D
(53,50,45)
#292624
(41,38,36)
#1D1A1B
(29,26,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #89866C

#89866C
(137,134,108)
#939179
(147,145,121)
#9D9C86
(157,156,134)
#A7A793
(167,167,147)
#B1B2A0
(177,178,160)
#BBBDAD
(187,189,173)
#C5C8BA
(197,200,186)
#CFD3C7
(207,211,199)
#D9DED4
(217,222,212)
#E3E9E1
(227,233,225)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89866C; }

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

This text font color is #89866C.

Background Color

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

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

This div background color is #89866C.

Border color

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

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

This div border color is #89866C.

Opacity

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

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

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

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

This text has shadow with #89866C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89866C.

Preview

Color preview on black background

This text has color #89866C on black background.


Color preview on white background

This text has color #89866C on white background.


Black color preview on #89866C background

This text has black color on #89866C background.


White color preview on #89866C background

This text has white color on #89866C background.


Related colors

Complementary color

Complementary color for #hex is #767993.


I love getcolorcode.com

Triadic colors

1 #6C8986 and #866C89 with #89866C are triadic colors.

2 #6C8689 and #86896C with #89866C are triadic colors.