COLOR #89876A

HEX: #89876A
RGB: (137,135,106)

Color info

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

RGB color model

#89876A color RGB value is (137,135,106).

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

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 106 of 255 = 42%

137
135
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 106 = 378 (100%)
R 137 of 378 ~ 36.24%
G 135 of 378 ~ 35.71%
B 106 of 378 ~ 28.04%

%36.24
%35.71
%28.04

CMYK color model

#89876A color CMYK value is (0,1,23,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(0,1,23,46)
C0M1Y23K46 
(0%,1%,23%,46%)
(0.00/0.01/0.23/0.46)	

CMYK percentages

%0
%1.46
%22.63
%46.27

Codes

Color #89876A in popluar color models

89876A
RGB137135106
HSL56°12.76%47.65%
HSB/HSV56°22.63%53.73%
CMYK0.00%1.46%22.63%
46.27%

Color #89876A in popluar number systems.

HEX89876A
Decimal137135106
Binary10001001100001111101010
Octal211207152

Shades and tints

Shades of #89876A

#89876A
(137,135,106)
#7D7B61
(125,123,97)
#716F58
(113,111,88)
#65634F
(101,99,79)
#595746
(89,87,70)
#4D4B3D
(77,75,61)
#413F34
(65,63,52)
#35332B
(53,51,43)
#292722
(41,39,34)
#1D1B19
(29,27,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #89876A

#89876A
(137,135,106)
#939177
(147,145,119)
#9D9B84
(157,155,132)
#A7A591
(167,165,145)
#B1AF9E
(177,175,158)
#BBB9AB
(187,185,171)
#C5C3B8
(197,195,184)
#CFCDC5
(207,205,197)
#D9D7D2
(217,215,210)
#E3E1DF
(227,225,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89876A; }

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

This text font color is #89876A.


Background Color

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

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

This div background color is #89876A.


Border color

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

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

This div border color is #89876A.


Opacity

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

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

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

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

This text has shadow with #89876A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89876A on black background.


Color preview on white background

This text has color #89876A on white background.



Black color preview on #89876A background

This text has black color on #89876A background.


White color preview on #89876A background

This text has white color on #89876A background.