COLOR #89826E

HEX: #89826E
RGB: (137,130,110)

Color info

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

RGB color model

#89826E color RGB value is (137,130,110).

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

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 110 of 255 = 43%

137
130
110

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

Portions of RGB colors in percentages

R + G + B =
137 + 130 + 110 = 377 (100%)
R 137 of 377 ~ 36.34%
G 130 of 377 ~ 34.48%
B 110 of 377 ~ 29.18%

%36.34
%34.48
%29.18

CMYK color model

#89826E color CMYK value is (0,5,20,46).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(0,5,20,46)
C0M5Y20K46 
(0%,5%,20%,46%)
(0.00/0.05/0.20/0.46)	

CMYK percentages

%0
%5.11
%19.71
%46.27

Codes

Color #89826E in popluar color models

89826E
RGB137130110
HSL44°10.93%48.43%
HSB/HSV44°19.71%53.73%
CMYK0.00%5.11%19.71%
46.27%

Color #89826E in popluar number systems.

HEX89826E
Decimal137130110
Binary10001001100000101101110
Octal211202156

Shades and tints

Shades of #89826E

#89826E
(137,130,110)
#7D7764
(125,119,100)
#716C5A
(113,108,90)
#656150
(101,97,80)
#595646
(89,86,70)
#4D4B3C
(77,75,60)
#414032
(65,64,50)
#353528
(53,53,40)
#292A1E
(41,42,30)
#1D1F14
(29,31,20)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #89826E

#89826E
(137,130,110)
#938D7B
(147,141,123)
#9D9888
(157,152,136)
#A7A395
(167,163,149)
#B1AEA2
(177,174,162)
#BBB9AF
(187,185,175)
#C5C4BC
(197,196,188)
#CFCFC9
(207,207,201)
#D9DAD6
(217,218,214)
#E3E5E3
(227,229,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89826E; }

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

This text font color is #89826E.


Background Color

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

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

This div background color is #89826E.


Border color

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

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

This div border color is #89826E.


Opacity

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

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

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

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

This text has shadow with #89826E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89826E on black background.


Color preview on white background

This text has color #89826E on white background.



Black color preview on #89826E background

This text has black color on #89826E background.


White color preview on #89826E background

This text has white color on #89826E background.