COLOR #89855D

HEX: #89855D
RGB: (137,133,93)

Color info

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

RGB color model

#89855D color RGB value is (137,133,93).

  • red value is 137;
  • green value is 133;
  • blue value is 93.
RGB:
(137,133,93)
(54%,52%,36%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 93 of 255 = 36%

137
133
93

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 93 = 363 (100%)
R 137 of 363 ~ 37.74%
G 133 of 363 ~ 36.64%
B 93 of 363 ~ 25.62%

%37.74
%36.64
%25.62

CMYK color model

#89855D color CMYK value is (0,3,32,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(0,3,32,46)
C0M3Y32K46 
(0%,3%,32%,46%)
(0.00/0.03/0.32/0.46)	

CMYK percentages

%0
%2.92
%32.12
%46.27

Codes

Color #89855D in popluar color models

89855D
RGB13713393
HSL55°19.13%45.10%
HSB/HSV55°32.12%53.73%
CMYK0.00%2.92%32.12%
46.27%

Color #89855D in popluar number systems.

HEX89855D
Decimal13713393
Binary10001001100001011011101
Octal211205135

Shades and tints

Shades of #89855D

#89855D
(137,133,93)
#7D7955
(125,121,85)
#716D4D
(113,109,77)
#656145
(101,97,69)
#59553D
(89,85,61)
#4D4935
(77,73,53)
#413D2D
(65,61,45)
#353125
(53,49,37)
#29251D
(41,37,29)
#1D1915
(29,25,21)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #89855D

#89855D
(137,133,93)
#93906B
(147,144,107)
#9D9B79
(157,155,121)
#A7A687
(167,166,135)
#B1B195
(177,177,149)
#BBBCA3
(187,188,163)
#C5C7B1
(197,199,177)
#CFD2BF
(207,210,191)
#D9DDCD
(217,221,205)
#E3E8DB
(227,232,219)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89855D color. Also use rgb(137,133,93) instead hex code.

Text Font Color

.myTextColor { color: #89855D; }

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

This text font color is #89855D.


Background Color

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

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

This div background color is #89855D.


Border color

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

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

This div border color is #89855D.


Opacity

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

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

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

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

This text has shadow with #89855D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89855D on black background.


Color preview on white background

This text has color #89855D on white background.



Black color preview on #89855D background

This text has black color on #89855D background.


White color preview on #89855D background

This text has white color on #89855D background.