COLOR #89887F

HEX: #89887F
RGB: (137,136,127)

Color info

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

RGB color model

#89887F color RGB value is (137,136,127).

  • red value is 137;
  • green value is 136;
  • blue value is 127.
RGB:
(137,136,127)
(54%,53%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 127 of 255 = 50%

137
136
127

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

Portions of RGB colors in percentages

R + G + B =
137 + 136 + 127 = 400 (100%)
R 137 of 400 ~ 34.25%
G 136 of 400 ~ 34%
B 127 of 400 ~ 31.75%

%34.25
%34
%31.75

CMYK color model

#89887F color CMYK value is (0,1,7,46).

  • cyan value is 0.00%
  • magenta value is 0.73%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(0,1,7,46)
C0M1Y7K46 
(0%,1%,7%,46%)
(0.00/0.01/0.07/0.46)	

CMYK percentages

%0
%0.73
%7.3
%46.27

Codes

Color #89887F in popluar color models

89887F
RGB137136127
HSL54°4.07%51.76%
HSB/HSV54°7.30%53.73%
CMYK0.00%0.73%7.30%
46.27%

Color #89887F in popluar number systems.

HEX89887F
Decimal137136127
Binary10001001100010001111111
Octal211210177

Shades and tints

Shades of #89887F

#89887F
(137,136,127)
#7D7C74
(125,124,116)
#717069
(113,112,105)
#65645E
(101,100,94)
#595853
(89,88,83)
#4D4C48
(77,76,72)
#41403D
(65,64,61)
#353432
(53,52,50)
#292827
(41,40,39)
#1D1C1C
(29,28,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #89887F

#89887F
(137,136,127)
#93928A
(147,146,138)
#9D9C95
(157,156,149)
#A7A6A0
(167,166,160)
#B1B0AB
(177,176,171)
#BBBAB6
(187,186,182)
#C5C4C1
(197,196,193)
#CFCECC
(207,206,204)
#D9D8D7
(217,216,215)
#E3E2E2
(227,226,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89887F color. Also use rgb(137,136,127) instead hex code.

Text Font Color

.myTextColor { color: #89887F; }

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

This text font color is #89887F.


Background Color

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

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

This div background color is #89887F.


Border color

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

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

This div border color is #89887F.


Opacity

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

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

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

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

This text has shadow with #89887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89887F on black background.


Color preview on white background

This text has color #89887F on white background.



Black color preview on #89887F background

This text has black color on #89887F background.


White color preview on #89887F background

This text has white color on #89887F background.