COLOR #89836D

HEX: #89836D
RGB: (137,131,109)

Color info

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

RGB color model

#89836D color RGB value is (137,131,109).

  • red value is 137;
  • green value is 131;
  • blue value is 109.
RGB:
(137,131,109)
(54%,51%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 109 of 255 = 43%

137
131
109

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 109 = 377 (100%)
R 137 of 377 ~ 36.34%
G 131 of 377 ~ 34.75%
B 109 of 377 ~ 28.91%

%36.34
%34.75
%28.91

CMYK color model

#89836D color CMYK value is (0,4,20,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK:
(0,4,20,46)
C0M4Y20K46 
(0%,4%,20%,46%)
(0.00/0.04/0.20/0.46)	

CMYK percentages

%0
%4.38
%20.44
%46.27

Codes

Color #89836D in popluar color models

89836D
RGB137131109
HSL47°11.38%48.24%
HSB/HSV47°20.44%53.73%
CMYK0.00%4.38%20.44%
46.27%

Color #89836D in popluar number systems.

HEX89836D
Decimal137131109
Binary10001001100000111101101
Octal211203155

Shades and tints

Shades of #89836D

#89836D
(137,131,109)
#7D7864
(125,120,100)
#716D5B
(113,109,91)
#656252
(101,98,82)
#595749
(89,87,73)
#4D4C40
(77,76,64)
#414137
(65,65,55)
#35362E
(53,54,46)
#292B25
(41,43,37)
#1D201C
(29,32,28)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #89836D

#89836D
(137,131,109)
#938E7A
(147,142,122)
#9D9987
(157,153,135)
#A7A494
(167,164,148)
#B1AFA1
(177,175,161)
#BBBAAE
(187,186,174)
#C5C5BB
(197,197,187)
#CFD0C8
(207,208,200)
#D9DBD5
(217,219,213)
#E3E6E2
(227,230,226)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89836D; }

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

This text font color is #89836D.


Background Color

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

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

This div background color is #89836D.


Border color

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

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

This div border color is #89836D.


Opacity

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

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

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

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

This text has shadow with #89836D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89836D on black background.


Color preview on white background

This text has color #89836D on white background.



Black color preview on #89836D background

This text has black color on #89836D background.


White color preview on #89836D background

This text has white color on #89836D background.