COLOR #89806A

HEX: #89806A
RGB: (137,128,106)

Color info

#89806A contains red, green and blue colors in about the same proportion. Web safe color of #89806A is #996666 (or #966).

RGB color model

#89806A color RGB value is (137,128,106).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 106 of 255 = 42%

137
128
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 106 = 371 (100%)
R 137 of 371 ~ 36.93%
G 128 of 371 ~ 34.5%
B 106 of 371 ~ 28.57%

%36.93
%34.5
%28.57

CMYK color model

#89806A color CMYK value is (0,7,23,46).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(0,7,23,46)
C0M7Y23K46 
(0%,7%,23%,46%)
(0.00/0.07/0.23/0.46)	

CMYK percentages

%0
%6.57
%22.63
%46.27

Codes

Color #89806A in popluar color models

89806A
RGB137128106
HSL43°12.76%47.65%
HSB/HSV43°22.63%53.73%
CMYK0.00%6.57%22.63%
46.27%

Color #89806A in popluar number systems.

HEX89806A
Decimal137128106
Binary10001001100000001101010
Octal211200152

Shades and tints

Shades of #89806A

#89806A
(137,128,106)
#7D7561
(125,117,97)
#716A58
(113,106,88)
#655F4F
(101,95,79)
#595446
(89,84,70)
#4D493D
(77,73,61)
#413E34
(65,62,52)
#35332B
(53,51,43)
#292822
(41,40,34)
#1D1D19
(29,29,25)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #89806A

#89806A
(137,128,106)
#938B77
(147,139,119)
#9D9684
(157,150,132)
#A7A191
(167,161,145)
#B1AC9E
(177,172,158)
#BBB7AB
(187,183,171)
#C5C2B8
(197,194,184)
#CFCDC5
(207,205,197)
#D9D8D2
(217,216,210)
#E3E3DF
(227,227,223)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89806A; }

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

This text font color is #89806A.


Background Color

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

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

This div background color is #89806A.


Border color

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

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

This div border color is #89806A.


Opacity

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

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

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

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

This text has shadow with #89806A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89806A on black background.


Color preview on white background

This text has color #89806A on white background.



Black color preview on #89806A background

This text has black color on #89806A background.


White color preview on #89806A background

This text has white color on #89806A background.