COLOR #89876E

HEX: #89876E
RGB: (137,135,110)

Color info

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

RGB color model

#89876E color RGB value is (137,135,110).

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

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 110 of 255 = 43%

137
135
110

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 110 = 382 (100%)
R 137 of 382 ~ 35.86%
G 135 of 382 ~ 35.34%
B 110 of 382 ~ 28.8%

%35.86
%35.34
%28.8

CMYK color model

#89876E color CMYK value is (0,1,20,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(0,1,20,46)
C0M1Y20K46 
(0%,1%,20%,46%)
(0.00/0.01/0.20/0.46)	

CMYK percentages

%0
%1.46
%19.71
%46.27

Codes

Color #89876E in popluar color models

89876E
RGB137135110
HSL56°10.93%48.43%
HSB/HSV56°19.71%53.73%
CMYK0.00%1.46%19.71%
46.27%

Color #89876E in popluar number systems.

HEX89876E
Decimal137135110
Binary10001001100001111101110
Octal211207156

Shades and tints

Shades of #89876E

#89876E
(137,135,110)
#7D7B64
(125,123,100)
#716F5A
(113,111,90)
#656350
(101,99,80)
#595746
(89,87,70)
#4D4B3C
(77,75,60)
#413F32
(65,63,50)
#353328
(53,51,40)
#29271E
(41,39,30)
#1D1B14
(29,27,20)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #89876E

#89876E
(137,135,110)
#93917B
(147,145,123)
#9D9B88
(157,155,136)
#A7A595
(167,165,149)
#B1AFA2
(177,175,162)
#BBB9AF
(187,185,175)
#C5C3BC
(197,195,188)
#CFCDC9
(207,205,201)
#D9D7D6
(217,215,214)
#E3E1E3
(227,225,227)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89876E; }

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

This text font color is #89876E.


Background Color

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

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

This div background color is #89876E.


Border color

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

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

This div border color is #89876E.


Opacity

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

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

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

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

This text has shadow with #89876E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89876E on black background.


Color preview on white background

This text has color #89876E on white background.



Black color preview on #89876E background

This text has black color on #89876E background.


White color preview on #89876E background

This text has white color on #89876E background.