COLOR #89804D

HEX: #89804D
RGB: (137,128,77)

Color info

#89804D contains mainly red and green colors. Web safe color of #89804D is #996633 (or #963).

RGB color model

#89804D color RGB value is (137,128,77).

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

RGB channels and saturation

R 137 of 255 = 54%
G 128 of 255 = 50%
B 77 of 255 = 30%

137
128
77

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

Portions of RGB colors in percentages

R + G + B =
137 + 128 + 77 = 342 (100%)
R 137 of 342 ~ 40.06%
G 128 of 342 ~ 37.43%
B 77 of 342 ~ 22.51%

%40.06
%37.43
%22.51

CMYK color model

#89804D color CMYK value is (0,7,44,46).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 43.80%
  • key color value is 46.27%
CMYK:
(0,7,44,46)
C0M7Y44K46 
(0%,7%,44%,46%)
(0.00/0.07/0.44/0.46)	

CMYK percentages

%0
%6.57
%43.8
%46.27

Codes

Color #89804D in popluar color models

89804D
RGB13712877
HSL51°28.04%41.96%
HSB/HSV51°43.80%53.73%
CMYK0.00%6.57%43.80%
46.27%

Color #89804D in popluar number systems.

HEX89804D
Decimal13712877
Binary10001001100000001001101
Octal211200115

Shades and tints

Shades of #89804D

#89804D
(137,128,77)
#7D7546
(125,117,70)
#716A3F
(113,106,63)
#655F38
(101,95,56)
#595431
(89,84,49)
#4D492A
(77,73,42)
#413E23
(65,62,35)
#35331C
(53,51,28)
#292815
(41,40,21)
#1D1D0E
(29,29,14)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #89804D

#89804D
(137,128,77)
#938B5D
(147,139,93)
#9D966D
(157,150,109)
#A7A17D
(167,161,125)
#B1AC8D
(177,172,141)
#BBB79D
(187,183,157)
#C5C2AD
(197,194,173)
#CFCDBD
(207,205,189)
#D9D8CD
(217,216,205)
#E3E3DD
(227,227,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89804D; }

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

This text font color is #89804D.


Background Color

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

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

This div background color is #89804D.


Border color

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

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

This div border color is #89804D.


Opacity

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

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

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

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

This text has shadow with #89804D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89804D on black background.


Color preview on white background

This text has color #89804D on white background.



Black color preview on #89804D background

This text has black color on #89804D background.


White color preview on #89804D background

This text has white color on #89804D background.