COLOR #89796E

HEX: #89796E
RGB: (137,121,110)

Color info

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

RGB color model

#89796E color RGB value is (137,121,110).

  • red value is 137;
  • green value is 121;
  • blue value is 110.
RGB:
(137,121,110)
(54%,47%,43%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 110 of 255 = 43%

137
121
110

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

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 110 = 368 (100%)
R 137 of 368 ~ 37.23%
G 121 of 368 ~ 32.88%
B 110 of 368 ~ 29.89%

%37.23
%32.88
%29.89

CMYK color model

#89796E color CMYK value is (0,12,20,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(0,12,20,46)
C0M12Y20K46 
(0%,12%,20%,46%)
(0.00/0.12/0.20/0.46)	

CMYK percentages

%0
%11.68
%19.71
%46.27

Codes

Color #89796E in popluar color models

89796E
RGB137121110
HSL24°10.93%48.43%
HSB/HSV24°19.71%53.73%
CMYK0.00%11.68%19.71%
46.27%

Color #89796E in popluar number systems.

HEX89796E
Decimal137121110
Binary1000100111110011101110
Octal211171156

Shades and tints

Shades of #89796E

#89796E
(137,121,110)
#7D6E64
(125,110,100)
#71635A
(113,99,90)
#655850
(101,88,80)
#594D46
(89,77,70)
#4D423C
(77,66,60)
#413732
(65,55,50)
#352C28
(53,44,40)
#29211E
(41,33,30)
#1D1614
(29,22,20)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #89796E

#89796E
(137,121,110)
#93857B
(147,133,123)
#9D9188
(157,145,136)
#A79D95
(167,157,149)
#B1A9A2
(177,169,162)
#BBB5AF
(187,181,175)
#C5C1BC
(197,193,188)
#CFCDC9
(207,205,201)
#D9D9D6
(217,217,214)
#E3E5E3
(227,229,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89796E color. Also use rgb(137,121,110) instead hex code.

Text Font Color

.myTextColor { color: #89796E; }

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

This text font color is #89796E.


Background Color

.myBgColor { background-color: #89796E; }

<div style="background-color:#89796E">Inner text</div>

This div background color is #89796E.


Border color

.myBorderColor { border: 1px solid #89796E; }

<div style="border:3px solid #89796E">Div</div>

This div border color is #89796E.


Opacity

.myOpacity80 { color: #89796E; opacity: 0.8; }

<p style="color:#89796E;opacity:0.8;">80%</p>

Text with #89796E 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 #89796E;}

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

This text has shadow with #89796E color.

.textShadow {text-shadow: 3px 3px 1px #89796E, 3px 3px 1px red;}

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

This text has shadow with #89796E primary color and red secondary color.


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

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

This text has shadow with #89796E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89796E on black background.


Color preview on white background

This text has color #89796E on white background.



Black color preview on #89796E background

This text has black color on #89796E background.


White color preview on #89796E background

This text has white color on #89796E background.