COLOR #89747E

HEX: #89747E
RGB: (137,116,126)

Color info

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

RGB color model

#89747E color RGB value is (137,116,126).

  • red value is 137;
  • green value is 116;
  • blue value is 126.
RGB:
(137,116,126)
(54%,45%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 116 of 255 = 45%
B 126 of 255 = 49%

137
116
126

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

Portions of RGB colors in percentages

R + G + B =
137 + 116 + 126 = 379 (100%)
R 137 of 379 ~ 36.15%
G 116 of 379 ~ 30.61%
B 126 of 379 ~ 33.25%

%36.15
%30.61
%33.25

CMYK color model

#89747E color CMYK value is (0,15,8,46).

  • cyan value is 0.00%
  • magenta value is 15.33%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(0,15,8,46)
C0M15Y8K46 
(0%,15%,8%,46%)
(0.00/0.15/0.08/0.46)	

CMYK percentages

%0
%15.33
%8.03
%46.27

Codes

Color #89747E in popluar color models

89747E
RGB137116126
HSL331°8.30%49.61%
HSB/HSV331°15.33%53.73%
CMYK0.00%15.33%8.03%
46.27%

Color #89747E in popluar number systems.

HEX89747E
Decimal137116126
Binary1000100111101001111110
Octal211164176

Shades and tints

Shades of #89747E

#89747E
(137,116,126)
#7D6A73
(125,106,115)
#716068
(113,96,104)
#65565D
(101,86,93)
#594C52
(89,76,82)
#4D4247
(77,66,71)
#41383C
(65,56,60)
#352E31
(53,46,49)
#292426
(41,36,38)
#1D1A1B
(29,26,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #89747E

#89747E
(137,116,126)
#938089
(147,128,137)
#9D8C94
(157,140,148)
#A7989F
(167,152,159)
#B1A4AA
(177,164,170)
#BBB0B5
(187,176,181)
#C5BCC0
(197,188,192)
#CFC8CB
(207,200,203)
#D9D4D6
(217,212,214)
#E3E0E1
(227,224,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89747E color. Also use rgb(137,116,126) instead hex code.

Text Font Color

.myTextColor { color: #89747E; }

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

This text font color is #89747E.


Background Color

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

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

This div background color is #89747E.


Border color

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

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

This div border color is #89747E.


Opacity

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

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

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

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

This text has shadow with #89747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89747E on black background.


Color preview on white background

This text has color #89747E on white background.



Black color preview on #89747E background

This text has black color on #89747E background.


White color preview on #89747E background

This text has white color on #89747E background.