COLOR #89877E

HEX: #89877E
RGB: (137,135,126)

Color info

#89877E contains red, green and blue colors in about the same proportion. Web safe color of #89877E is #999966 (or #996).

RGB color model

#89877E color RGB value is (137,135,126).

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

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 126 of 255 = 49%

137
135
126

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 126 = 398 (100%)
R 137 of 398 ~ 34.42%
G 135 of 398 ~ 33.92%
B 126 of 398 ~ 31.66%

%34.42
%33.92
%31.66

CMYK color model

#89877E color CMYK value is (0,1,8,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK:
(0,1,8,46)
C0M1Y8K46 
(0%,1%,8%,46%)
(0.00/0.01/0.08/0.46)	

CMYK percentages

%0
%1.46
%8.03
%46.27

Codes

Color #89877E in popluar color models

89877E
RGB137135126
HSL49°4.45%51.57%
HSB/HSV49°8.03%53.73%
CMYK0.00%1.46%8.03%
46.27%

Color #89877E in popluar number systems.

HEX89877E
Decimal137135126
Binary10001001100001111111110
Octal211207176

Shades and tints

Shades of #89877E

#89877E
(137,135,126)
#7D7B73
(125,123,115)
#716F68
(113,111,104)
#65635D
(101,99,93)
#595752
(89,87,82)
#4D4B47
(77,75,71)
#413F3C
(65,63,60)
#353331
(53,51,49)
#292726
(41,39,38)
#1D1B1B
(29,27,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #89877E

#89877E
(137,135,126)
#939189
(147,145,137)
#9D9B94
(157,155,148)
#A7A59F
(167,165,159)
#B1AFAA
(177,175,170)
#BBB9B5
(187,185,181)
#C5C3C0
(197,195,192)
#CFCDCB
(207,205,203)
#D9D7D6
(217,215,214)
#E3E1E1
(227,225,225)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89877E; }

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

This text font color is #89877E.


Background Color

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

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

This div background color is #89877E.


Border color

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

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

This div border color is #89877E.


Opacity

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

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

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

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

This text has shadow with #89877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89877E on black background.


Color preview on white background

This text has color #89877E on white background.



Black color preview on #89877E background

This text has black color on #89877E background.


White color preview on #89877E background

This text has white color on #89877E background.