COLOR #89736F

HEX: #89736F
RGB: (137,115,111)

Color info

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

RGB color model

#89736F color RGB value is (137,115,111).

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

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 111 of 255 = 44%

137
115
111

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 111 = 363 (100%)
R 137 of 363 ~ 37.74%
G 115 of 363 ~ 31.68%
B 111 of 363 ~ 30.58%

%37.74
%31.68
%30.58

CMYK color model

#89736F color CMYK value is (0,16,19,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(0,16,19,46)
C0M16Y19K46 
(0%,16%,19%,46%)
(0.00/0.16/0.19/0.46)	

CMYK percentages

%0
%16.06
%18.98
%46.27

Codes

Color #89736F in popluar color models

89736F
RGB137115111
HSL10.48%48.63%
HSB/HSV18.98%53.73%
CMYK0.00%16.06%18.98%
46.27%

Color #89736F in popluar number systems.

HEX89736F
Decimal137115111
Binary1000100111100111101111
Octal211163157

Shades and tints

Shades of #89736F

#89736F
(137,115,111)
#7D6965
(125,105,101)
#715F5B
(113,95,91)
#655551
(101,85,81)
#594B47
(89,75,71)
#4D413D
(77,65,61)
#413733
(65,55,51)
#352D29
(53,45,41)
#29231F
(41,35,31)
#1D1915
(29,25,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #89736F

#89736F
(137,115,111)
#937F7C
(147,127,124)
#9D8B89
(157,139,137)
#A79796
(167,151,150)
#B1A3A3
(177,163,163)
#BBAFB0
(187,175,176)
#C5BBBD
(197,187,189)
#CFC7CA
(207,199,202)
#D9D3D7
(217,211,215)
#E3DFE4
(227,223,228)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89736F; }

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

This text font color is #89736F.


Background Color

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

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

This div background color is #89736F.


Border color

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

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

This div border color is #89736F.


Opacity

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

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

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

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

This text has shadow with #89736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89736F on black background.


Color preview on white background

This text has color #89736F on white background.



Black color preview on #89736F background

This text has black color on #89736F background.


White color preview on #89736F background

This text has white color on #89736F background.