COLOR #89865F

HEX: #89865F
RGB: (137,134,95)

Color info

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

RGB color model

#89865F color RGB value is (137,134,95).

  • red value is 137;
  • green value is 134;
  • blue value is 95.
RGB:
(137,134,95)
(54%,53%,37%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 95 of 255 = 37%

137
134
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 95 = 366 (100%)
R 137 of 366 ~ 37.43%
G 134 of 366 ~ 36.61%
B 95 of 366 ~ 25.96%

%37.43
%36.61
%25.96

CMYK color model

#89865F color CMYK value is (0,2,31,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(0,2,31,46)
C0M2Y31K46 
(0%,2%,31%,46%)
(0.00/0.02/0.31/0.46)	

CMYK percentages

%0
%2.19
%30.66
%46.27

Codes

Color #89865F in popluar color models

89865F
RGB13713495
HSL56°18.10%45.49%
HSB/HSV56°30.66%53.73%
CMYK0.00%2.19%30.66%
46.27%

Color #89865F in popluar number systems.

HEX89865F
Decimal13713495
Binary10001001100001101011111
Octal211206137

Shades and tints

Shades of #89865F

#89865F
(137,134,95)
#7D7A57
(125,122,87)
#716E4F
(113,110,79)
#656247
(101,98,71)
#59563F
(89,86,63)
#4D4A37
(77,74,55)
#413E2F
(65,62,47)
#353227
(53,50,39)
#29261F
(41,38,31)
#1D1A17
(29,26,23)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #89865F

#89865F
(137,134,95)
#93916D
(147,145,109)
#9D9C7B
(157,156,123)
#A7A789
(167,167,137)
#B1B297
(177,178,151)
#BBBDA5
(187,189,165)
#C5C8B3
(197,200,179)
#CFD3C1
(207,211,193)
#D9DECF
(217,222,207)
#E3E9DD
(227,233,221)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89865F color. Also use rgb(137,134,95) instead hex code.

Text Font Color

.myTextColor { color: #89865F; }

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

This text font color is #89865F.


Background Color

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

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

This div background color is #89865F.


Border color

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

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

This div border color is #89865F.


Opacity

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

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

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

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

This text has shadow with #89865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89865F on black background.


Color preview on white background

This text has color #89865F on white background.



Black color preview on #89865F background

This text has black color on #89865F background.


White color preview on #89865F background

This text has white color on #89865F background.