COLOR #89864D

HEX: #89864D
RGB: (137,134,77)

Color info

#89864D contains mainly red and green colors. Web safe color of #89864D is #999933 (or #993).

RGB color model

#89864D color RGB value is (137,134,77).

  • red value is 137;
  • green value is 134;
  • blue value is 77.
RGB:
(137,134,77)
(54%,53%,30%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 77 of 255 = 30%

137
134
77

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 77 = 348 (100%)
R 137 of 348 ~ 39.37%
G 134 of 348 ~ 38.51%
B 77 of 348 ~ 22.13%

%39.37
%38.51
%22.13

CMYK color model

#89864D color CMYK value is (0,2,44,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(0,2,44,46)
C0M2Y44K46 
(0%,2%,44%,46%)
(0.00/0.02/0.44/0.46)	

CMYK percentages

%0
%2.19
%43.8
%46.27

Codes

Color #89864D in popluar color models

89864D
RGB13713477
HSL57°28.04%41.96%
HSB/HSV57°43.80%53.73%
CMYK0.00%2.19%43.80%
46.27%

Color #89864D in popluar number systems.

HEX89864D
Decimal13713477
Binary10001001100001101001101
Octal211206115

Shades and tints

Shades of #89864D

#89864D
(137,134,77)
#7D7A46
(125,122,70)
#716E3F
(113,110,63)
#656238
(101,98,56)
#595631
(89,86,49)
#4D4A2A
(77,74,42)
#413E23
(65,62,35)
#35321C
(53,50,28)
#292615
(41,38,21)
#1D1A0E
(29,26,14)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #89864D

#89864D
(137,134,77)
#93915D
(147,145,93)
#9D9C6D
(157,156,109)
#A7A77D
(167,167,125)
#B1B28D
(177,178,141)
#BBBD9D
(187,189,157)
#C5C8AD
(197,200,173)
#CFD3BD
(207,211,189)
#D9DECD
(217,222,205)
#E3E9DD
(227,233,221)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89864D color. Also use rgb(137,134,77) instead hex code.

Text Font Color

.myTextColor { color: #89864D; }

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

This text font color is #89864D.


Background Color

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

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

This div background color is #89864D.


Border color

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

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

This div border color is #89864D.


Opacity

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

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

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

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

This text has shadow with #89864D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89864D on black background.


Color preview on white background

This text has color #89864D on white background.



Black color preview on #89864D background

This text has black color on #89864D background.


White color preview on #89864D background

This text has white color on #89864D background.