COLOR #89857C

HEX: #89857C
RGB: (137,133,124)

Color info

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

RGB color model

#89857C color RGB value is (137,133,124).

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

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 124 of 255 = 49%

137
133
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 124 = 394 (100%)
R 137 of 394 ~ 34.77%
G 133 of 394 ~ 33.76%
B 124 of 394 ~ 31.47%

%34.77
%33.76
%31.47

CMYK color model

#89857C color CMYK value is (0,3,9,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 9.49%
  • key color value is 46.27%
CMYK:
(0,3,9,46)
C0M3Y9K46 
(0%,3%,9%,46%)
(0.00/0.03/0.09/0.46)	

CMYK percentages

%0
%2.92
%9.49
%46.27

Codes

Color #89857C in popluar color models

89857C
RGB137133124
HSL42°5.22%51.18%
HSB/HSV42°9.49%53.73%
CMYK0.00%2.92%9.49%
46.27%

Color #89857C in popluar number systems.

HEX89857C
Decimal137133124
Binary10001001100001011111100
Octal211205174

Shades and tints

Shades of #89857C

#89857C
(137,133,124)
#7D7971
(125,121,113)
#716D66
(113,109,102)
#65615B
(101,97,91)
#595550
(89,85,80)
#4D4945
(77,73,69)
#413D3A
(65,61,58)
#35312F
(53,49,47)
#292524
(41,37,36)
#1D1919
(29,25,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #89857C

#89857C
(137,133,124)
#939087
(147,144,135)
#9D9B92
(157,155,146)
#A7A69D
(167,166,157)
#B1B1A8
(177,177,168)
#BBBCB3
(187,188,179)
#C5C7BE
(197,199,190)
#CFD2C9
(207,210,201)
#D9DDD4
(217,221,212)
#E3E8DF
(227,232,223)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89857C; }

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

This text font color is #89857C.


Background Color

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

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

This div background color is #89857C.


Border color

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

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

This div border color is #89857C.


Opacity

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

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

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

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

This text has shadow with #89857C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89857C on black background.


Color preview on white background

This text has color #89857C on white background.



Black color preview on #89857C background

This text has black color on #89857C background.


White color preview on #89857C background

This text has white color on #89857C background.