COLOR #89726F

HEX: #89726F
RGB: (137,114,111)

Color info

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

RGB color model

#89726F color RGB value is (137,114,111).

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

RGB channels and saturation

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

137
114
111

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

Portions of RGB colors in percentages

R + G + B =
137 + 114 + 111 = 362 (100%)
R 137 of 362 ~ 37.85%
G 114 of 362 ~ 31.49%
B 111 of 362 ~ 30.66%

%37.85
%31.49
%30.66

CMYK color model

#89726F color CMYK value is (0,17,19,46).

  • cyan value is 0.00%
  • magenta value is 16.79%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK:
(0,17,19,46)
C0M17Y19K46 
(0%,17%,19%,46%)
(0.00/0.17/0.19/0.46)	

CMYK percentages

%0
%16.79
%18.98
%46.27

Codes

Color #89726F in popluar color models

89726F
RGB137114111
HSL10.48%48.63%
HSB/HSV18.98%53.73%
CMYK0.00%16.79%18.98%
46.27%

Color #89726F in popluar number systems.

HEX89726F
Decimal137114111
Binary1000100111100101101111
Octal211162157

Shades and tints

Shades of #89726F

#89726F
(137,114,111)
#7D6865
(125,104,101)
#715E5B
(113,94,91)
#655451
(101,84,81)
#594A47
(89,74,71)
#4D403D
(77,64,61)
#413633
(65,54,51)
#352C29
(53,44,41)
#29221F
(41,34,31)
#1D1815
(29,24,21)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #89726F

#89726F
(137,114,111)
#937E7C
(147,126,124)
#9D8A89
(157,138,137)
#A79696
(167,150,150)
#B1A2A3
(177,162,163)
#BBAEB0
(187,174,176)
#C5BABD
(197,186,189)
#CFC6CA
(207,198,202)
#D9D2D7
(217,210,215)
#E3DEE4
(227,222,228)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89726F; }

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

This text font color is #89726F.


Background Color

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

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

This div background color is #89726F.


Border color

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

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

This div border color is #89726F.


Opacity

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

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

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

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

This text has shadow with #89726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89726F on black background.


Color preview on white background

This text has color #89726F on white background.



Black color preview on #89726F background

This text has black color on #89726F background.


White color preview on #89726F background

This text has white color on #89726F background.