COLOR #89844A

HEX: #89844A
RGB: (137,132,74)

Color info

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

RGB color model

#89844A color RGB value is (137,132,74).

  • red value is 137;
  • green value is 132;
  • blue value is 74.
RGB: (137,132,74) (54%,52%,29%)

RGB channels and saturation

R 137 of 255 = 54%
G 132 of 255 = 52%
B 74 of 255 = 29%

137
132
74

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

Portions of RGB colors in percentages

R + G + B =
137 + 132 + 74 = 343 (100%)
R 137 of 343 ~ 39.94%
G 132 of 343 ~ 38.48%
B 74 of 343 ~ 21.57%

%39.94
%38.48
%21.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 45.99%
  • key color value is 46.27%
CMYK: (0,4,46,46) C0M4Y46K46 (0%,4%,46%,46%) (0.00/0.04/0.46/0.46)

CMYK percentages

%0
%3.65
%45.99
%46.27

Codes

Color #89844A in popluar color models

89844A
RGB13713274
HSL55°29.86%41.37%
HSB/HSV55°45.99%53.73%
CMYK0.00%3.65%45.99%
46.27%

Color #89844A in popluar number systems.

HEX89844A
Decimal13713274
Binary10001001100001001001010
Octal211204112

Shades and tints

Shades of #89844A

#89844A
(137,132,74)
#7D7844
(125,120,68)
#716C3E
(113,108,62)
#656038
(101,96,56)
#595432
(89,84,50)
#4D482C
(77,72,44)
#413C26
(65,60,38)
#353020
(53,48,32)
#29241A
(41,36,26)
#1D1814
(29,24,20)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #89844A

#89844A
(137,132,74)
#938F5A
(147,143,90)
#9D9A6A
(157,154,106)
#A7A57A
(167,165,122)
#B1B08A
(177,176,138)
#BBBB9A
(187,187,154)
#C5C6AA
(197,198,170)
#CFD1BA
(207,209,186)
#D9DCCA
(217,220,202)
#E3E7DA
(227,231,218)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89844A color. Also use rgb(137,132,74) instead hex code.

Text Font Color

.myTextColor { color: #89844A; }

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

This text font color is #89844A.


Background Color

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

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

This div background color is #89844A.


Border color

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

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

This div border color is #89844A.


Opacity

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

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

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

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

This text has shadow with #89844A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #89844A on black background.


Color preview on white background

This text has color #89844A on white background.



Black color preview on #89844A background

This text has black color on #89844A background.


White color preview on #89844A background

This text has white color on #89844A background.