COLOR #89857F

HEX: #89857F
RGB: (137,133,127)

Color info

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

RGB color model

#89857F color RGB value is (137,133,127).

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

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 127 of 255 = 50%

137
133
127

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 127 = 397 (100%)
R 137 of 397 ~ 34.51%
G 133 of 397 ~ 33.5%
B 127 of 397 ~ 31.99%

%34.51
%33.5
%31.99

CMYK color model

#89857F color CMYK value is (0,3,7,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(0,3,7,46)
C0M3Y7K46 
(0%,3%,7%,46%)
(0.00/0.03/0.07/0.46)	

CMYK percentages

%0
%2.92
%7.3
%46.27

Codes

Color #89857F in popluar color models

89857F
RGB137133127
HSL36°4.07%51.76%
HSB/HSV36°7.30%53.73%
CMYK0.00%2.92%7.30%
46.27%

Color #89857F in popluar number systems.

HEX89857F
Decimal137133127
Binary10001001100001011111111
Octal211205177

Shades and tints

Shades of #89857F

#89857F
(137,133,127)
#7D7974
(125,121,116)
#716D69
(113,109,105)
#65615E
(101,97,94)
#595553
(89,85,83)
#4D4948
(77,73,72)
#413D3D
(65,61,61)
#353132
(53,49,50)
#292527
(41,37,39)
#1D191C
(29,25,28)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #89857F

#89857F
(137,133,127)
#93908A
(147,144,138)
#9D9B95
(157,155,149)
#A7A6A0
(167,166,160)
#B1B1AB
(177,177,171)
#BBBCB6
(187,188,182)
#C5C7C1
(197,199,193)
#CFD2CC
(207,210,204)
#D9DDD7
(217,221,215)
#E3E8E2
(227,232,226)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89857F; }

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

This text font color is #89857F.


Background Color

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

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

This div background color is #89857F.


Border color

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

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

This div border color is #89857F.


Opacity

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

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

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

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

This text has shadow with #89857F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89857F on black background.


Color preview on white background

This text has color #89857F on white background.



Black color preview on #89857F background

This text has black color on #89857F background.


White color preview on #89857F background

This text has white color on #89857F background.