COLOR #89836C

HEX: #89836C RGB: (137,131,108)

Color info

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

RGB color model

#89836C color RGB value is (137,131,108).

RGB: (137,131,108) (54%, 51%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 108 of 255 = 42%

137
131
108

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

Portions of RGB colors in percentages

R + G + B = 137 + 131 + 108 = 376 (100%)
R 137 of 376 ~ 36.44%
G 131 of 376 ~ 34.84%
B 108 of 376 ~ 28.72'%

%36.44
%34.84
%28.72

CMYK color model

#89836C color CMYK value is (0,4,21,46).

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

CMYK: (0,4,21,46)
C0M4Y21K46 (0%, 4%, 21%, 46%)
(0.00 / 0.04 / 0.21 / 0.46)

CMYK percentages

%0
%4.38
%21.17
%46.27

Codes

Color #89836C in popluar color models

89 83 6C
RGB 137 131 108
HSL 48° 11.84% 48.04%
HSB/HSV 48° 21.17% 53.73%
CMYK 0.00% 4.38% 21.17%
46.27%

Color #89836C in popluar number systems.

HEX 89 83 6C
Decimal 137 131 108
Binary 10001001 10000011 1101100
Octal 211 203 154

Shades and tints

Shades of #89836C

#89836C
(137,131,108)
#7D7863
(125,120,99)
#716D5A
(113,109,90)
#656251
(101,98,81)
#595748
(89,87,72)
#4D4C3F
(77,76,63)
#414136
(65,65,54)
#35362D
(53,54,45)
#292B24
(41,43,36)
#1D201B
(29,32,27)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #89836C

#89836C
(137,131,108)
#938E79
(147,142,121)
#9D9986
(157,153,134)
#A7A493
(167,164,147)
#B1AFA0
(177,175,160)
#BBBAAD
(187,186,173)
#C5C5BA
(197,197,186)
#CFD0C7
(207,208,199)
#D9DBD4
(217,219,212)
#E3E6E1
(227,230,225)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89836C; }

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

This text font color is #89836C.

Background Color

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

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

This div background color is #89836C.

Border color

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

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

This div border color is #89836C.

Opacity

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

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

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

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

This text has shadow with #89836C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89836C.

Preview

Color preview on black background

This text has color #89836C on black background.


Color preview on white background

This text has color #89836C on white background.


Black color preview on #89836C background

This text has black color on #89836C background.


White color preview on #89836C background

This text has white color on #89836C background.


Related colors

Complementary color

Complementary color for #hex is #767C93.


I love getcolorcode.com

Triadic colors

1 #6C8983 and #836C89 with #89836C are triadic colors.

2 #6C8389 and #83896C with #89836C are triadic colors.