COLOR #89685F

HEX: #89685F
RGB: (137,104,95)

Color info

#89685F contains red, green and blue colors in about the same proportion. Web safe color of #89685F is #996666 (or #966).

RGB color model

#89685F color RGB value is (137,104,95).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 95 of 255 = 37%

137
104
95

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 95 = 336 (100%)
R 137 of 336 ~ 40.77%
G 104 of 336 ~ 30.95%
B 95 of 336 ~ 28.27%

%40.77
%30.95
%28.27

CMYK color model

#89685F color CMYK value is (0,24,31,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(0,24,31,46)
C0M24Y31K46 
(0%,24%,31%,46%)
(0.00/0.24/0.31/0.46)	

CMYK percentages

%0
%24.09
%30.66
%46.27

Codes

Color #89685F in popluar color models

89685F
RGB13710495
HSL13°18.10%45.49%
HSB/HSV13°30.66%53.73%
CMYK0.00%24.09%30.66%
46.27%

Color #89685F in popluar number systems.

HEX89685F
Decimal13710495
Binary1000100111010001011111
Octal211150137

Shades and tints

Shades of #89685F

#89685F
(137,104,95)
#7D5F57
(125,95,87)
#71564F
(113,86,79)
#654D47
(101,77,71)
#59443F
(89,68,63)
#4D3B37
(77,59,55)
#41322F
(65,50,47)
#352927
(53,41,39)
#29201F
(41,32,31)
#1D1717
(29,23,23)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #89685F

#89685F
(137,104,95)
#93756D
(147,117,109)
#9D827B
(157,130,123)
#A78F89
(167,143,137)
#B19C97
(177,156,151)
#BBA9A5
(187,169,165)
#C5B6B3
(197,182,179)
#CFC3C1
(207,195,193)
#D9D0CF
(217,208,207)
#E3DDDD
(227,221,221)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89685F; }

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

This text font color is #89685F.


Background Color

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

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

This div background color is #89685F.


Border color

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

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

This div border color is #89685F.


Opacity

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

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

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

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

This text has shadow with #89685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89685F on black background.


Color preview on white background

This text has color #89685F on white background.



Black color preview on #89685F background

This text has black color on #89685F background.


White color preview on #89685F background

This text has white color on #89685F background.