COLOR #89835A

HEX: #89835A
RGB: (137,131,90)

Color info

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

RGB color model

#89835A color RGB value is (137,131,90).

  • red value is 137;
  • green value is 131;
  • blue value is 90.
RGB: (137,131,90) (54%,51%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 90 of 255 = 35%

137
131
90

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 90 = 358 (100%)
R 137 of 358 ~ 38.27%
G 131 of 358 ~ 36.59%
B 90 of 358 ~ 25.14%

%38.27
%36.59
%25.14

CMYK color model

#89835A color CMYK value is (0,4,34,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK: (0,4,34,46) C0M4Y34K46 (0%,4%,34%,46%) (0.00/0.04/0.34/0.46)

CMYK percentages

%0
%4.38
%34.31
%46.27

Codes

Color #89835A in popluar color models

89835A
RGB13713190
HSL52°20.70%44.51%
HSB/HSV52°34.31%53.73%
CMYK0.00%4.38%34.31%
46.27%

Color #89835A in popluar number systems.

HEX89835A
Decimal13713190
Binary10001001100000111011010
Octal211203132

Shades and tints

Shades of #89835A

#89835A
(137,131,90)
#7D7852
(125,120,82)
#716D4A
(113,109,74)
#656242
(101,98,66)
#59573A
(89,87,58)
#4D4C32
(77,76,50)
#41412A
(65,65,42)
#353622
(53,54,34)
#292B1A
(41,43,26)
#1D2012
(29,32,18)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #89835A

#89835A
(137,131,90)
#938E69
(147,142,105)
#9D9978
(157,153,120)
#A7A487
(167,164,135)
#B1AF96
(177,175,150)
#BBBAA5
(187,186,165)
#C5C5B4
(197,197,180)
#CFD0C3
(207,208,195)
#D9DBD2
(217,219,210)
#E3E6E1
(227,230,225)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89835A color. Also use rgb(137,131,90) instead hex code.

Text Font Color

.myTextColor { color: #89835A; }

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

This text font color is #89835A.


Background Color

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

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

This div background color is #89835A.


Border color

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

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

This div border color is #89835A.


Opacity

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

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

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

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

This text has shadow with #89835A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #89835A on black background.


Color preview on white background

This text has color #89835A on white background.



Black color preview on #89835A background

This text has black color on #89835A background.


White color preview on #89835A background

This text has white color on #89835A background.