COLOR #89837D

HEX: #89837D
RGB: (137,131,125)

Color info

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

RGB color model

#89837D color RGB value is (137,131,125).

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

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 125 of 255 = 49%

137
131
125

R + G + B ~ 51%. #89837D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 125 = 393 (100%)
R 137 of 393 ~ 34.86%
G 131 of 393 ~ 33.33%
B 125 of 393 ~ 31.81%

%34.86
%33.33
%31.81

CMYK color model

#89837D color CMYK value is (0,4,9,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 8.76%
  • key color value is 46.27%
CMYK:
(0,4,9,46)
C0M4Y9K46 
(0%,4%,9%,46%)
(0.00/0.04/0.09/0.46)	

CMYK percentages

%0
%4.38
%8.76
%46.27

Codes

Color #89837D in popluar color models

89837D
RGB137131125
HSL30°4.84%51.37%
HSB/HSV30°8.76%53.73%
CMYK0.00%4.38%8.76%
46.27%

Color #89837D in popluar number systems.

HEX89837D
Decimal137131125
Binary10001001100000111111101
Octal211203175

Shades and tints

Shades of #89837D

#89837D
(137,131,125)
#7D7872
(125,120,114)
#716D67
(113,109,103)
#65625C
(101,98,92)
#595751
(89,87,81)
#4D4C46
(77,76,70)
#41413B
(65,65,59)
#353630
(53,54,48)
#292B25
(41,43,37)
#1D201A
(29,32,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #89837D

#89837D
(137,131,125)
#938E88
(147,142,136)
#9D9993
(157,153,147)
#A7A49E
(167,164,158)
#B1AFA9
(177,175,169)
#BBBAB4
(187,186,180)
#C5C5BF
(197,197,191)
#CFD0CA
(207,208,202)
#D9DBD5
(217,219,213)
#E3E6E0
(227,230,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89837D color. Also use rgb(137,131,125) instead hex code.

Text Font Color

.myTextColor { color: #89837D; }

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

This text font color is #89837D.


Background Color

.myBgColor { background-color: #89837D; }

<div style="background-color:#89837D">Inner text</div>

This div background color is #89837D.


Border color

.myBorderColor { border: 1px solid #89837D; }

<div style="border:3px solid #89837D">Div</div>

This div border color is #89837D.


Opacity

.myOpacity80 { color: #89837D; opacity: 0.8; }

<p style="color:#89837D;opacity:0.8;">80%</p>

Text with #89837D 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 #89837D;}

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

This text has shadow with #89837D color.

.textShadow {text-shadow: 3px 3px 1px #89837D, 3px 3px 1px red;}

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

This text has shadow with #89837D primary color and red secondary color.


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

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

This text has shadow with #89837D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89837D on black background.


Color preview on white background

This text has color #89837D on white background.



Black color preview on #89837D background

This text has black color on #89837D background.


White color preview on #89837D background

This text has white color on #89837D background.