COLOR #89616E

HEX: #89616E
RGB: (137,97,110)

Color info

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

RGB color model

#89616E color RGB value is (137,97,110).

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

RGB channels and saturation

R 137 of 255 = 54%
G 97 of 255 = 38%
B 110 of 255 = 43%

137
97
110

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

Portions of RGB colors in percentages

R + G + B =
137 + 97 + 110 = 344 (100%)
R 137 of 344 ~ 39.83%
G 97 of 344 ~ 28.2%
B 110 of 344 ~ 31.98%

%39.83
%28.2
%31.98

CMYK color model

#89616E color CMYK value is (0,29,20,46).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(0,29,20,46)
C0M29Y20K46 
(0%,29%,20%,46%)
(0.00/0.29/0.20/0.46)	

CMYK percentages

%0
%29.2
%19.71
%46.27

Codes

Color #89616E in popluar color models

89616E
RGB13797110
HSL341°17.09%45.88%
HSB/HSV341°29.20%53.73%
CMYK0.00%29.20%19.71%
46.27%

Color #89616E in popluar number systems.

HEX89616E
Decimal13797110
Binary1000100111000011101110
Octal211141156

Shades and tints

Shades of #89616E

#89616E
(137,97,110)
#7D5964
(125,89,100)
#71515A
(113,81,90)
#654950
(101,73,80)
#594146
(89,65,70)
#4D393C
(77,57,60)
#413132
(65,49,50)
#352928
(53,41,40)
#29211E
(41,33,30)
#1D1914
(29,25,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #89616E

#89616E
(137,97,110)
#936F7B
(147,111,123)
#9D7D88
(157,125,136)
#A78B95
(167,139,149)
#B199A2
(177,153,162)
#BBA7AF
(187,167,175)
#C5B5BC
(197,181,188)
#CFC3C9
(207,195,201)
#D9D1D6
(217,209,214)
#E3DFE3
(227,223,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89616E; }

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

This text font color is #89616E.


Background Color

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

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

This div background color is #89616E.


Border color

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

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

This div border color is #89616E.


Opacity

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

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

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

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

This text has shadow with #89616E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89616E on black background.


Color preview on white background

This text has color #89616E on white background.



Black color preview on #89616E background

This text has black color on #89616E background.


White color preview on #89616E background

This text has white color on #89616E background.