COLOR #89836F

HEX: #89836F
RGB: (137,131,111)

Color info

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

RGB color model

#89836F color RGB value is (137,131,111).

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

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 111 of 255 = 44%

137
131
111

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 111 = 379 (100%)
R 137 of 379 ~ 36.15%
G 131 of 379 ~ 34.56%
B 111 of 379 ~ 29.29%

%36.15
%34.56
%29.29

CMYK color model

#89836F color CMYK value is (0,4,19,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(0,4,19,46)
C0M4Y19K46 
(0%,4%,19%,46%)
(0.00/0.04/0.19/0.46)	

CMYK percentages

%0
%4.38
%18.98
%46.27

Codes

Color #89836F in popluar color models

89836F
RGB137131111
HSL46°10.48%48.63%
HSB/HSV46°18.98%53.73%
CMYK0.00%4.38%18.98%
46.27%

Color #89836F in popluar number systems.

HEX89836F
Decimal137131111
Binary10001001100000111101111
Octal211203157

Shades and tints

Shades of #89836F

#89836F
(137,131,111)
#7D7865
(125,120,101)
#716D5B
(113,109,91)
#656251
(101,98,81)
#595747
(89,87,71)
#4D4C3D
(77,76,61)
#414133
(65,65,51)
#353629
(53,54,41)
#292B1F
(41,43,31)
#1D2015
(29,32,21)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #89836F

#89836F
(137,131,111)
#938E7C
(147,142,124)
#9D9989
(157,153,137)
#A7A496
(167,164,150)
#B1AFA3
(177,175,163)
#BBBAB0
(187,186,176)
#C5C5BD
(197,197,189)
#CFD0CA
(207,208,202)
#D9DBD7
(217,219,215)
#E3E6E4
(227,230,228)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89836F; }

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

This text font color is #89836F.


Background Color

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

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

This div background color is #89836F.


Border color

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

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

This div border color is #89836F.


Opacity

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

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

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

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

This text has shadow with #89836F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89836F on black background.


Color preview on white background

This text has color #89836F on white background.



Black color preview on #89836F background

This text has black color on #89836F background.


White color preview on #89836F background

This text has white color on #89836F background.