COLOR #89872D

HEX: #89872D
RGB: (137,135,45)

Color info

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

RGB color model

#89872D color RGB value is (137,135,45).

  • red value is 137;
  • green value is 135;
  • blue value is 45.
RGB:
(137,135,45)
(54%,53%,18%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 45 of 255 = 18%

137
135
45

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

Portions of RGB colors in percentages

R + G + B =
137 + 135 + 45 = 317 (100%)
R 137 of 317 ~ 43.22%
G 135 of 317 ~ 42.59%
B 45 of 317 ~ 14.2%

%43.22
%42.59
%14.2

CMYK color model

#89872D color CMYK value is (0,1,67,46).

  • cyan value is 0.00%
  • magenta value is 1.46%
  • yellow value is 67.15%
  • key color value is 46.27%
CMYK:
(0,1,67,46)
C0M1Y67K46 
(0%,1%,67%,46%)
(0.00/0.01/0.67/0.46)	

CMYK percentages

%0
%1.46
%67.15
%46.27

Codes

Color #89872D in popluar color models

89872D
RGB13713545
HSL59°50.55%35.69%
HSB/HSV59°67.15%53.73%
CMYK0.00%1.46%67.15%
46.27%

Color #89872D in popluar number systems.

HEX89872D
Decimal13713545
Binary1000100110000111101101
Octal21120755

Shades and tints

Shades of #89872D

#89872D
(137,135,45)
#7D7B29
(125,123,41)
#716F25
(113,111,37)
#656321
(101,99,33)
#59571D
(89,87,29)
#4D4B19
(77,75,25)
#413F15
(65,63,21)
#353311
(53,51,17)
#29270D
(41,39,13)
#1D1B09
(29,27,9)
#110F05
(17,15,5)
#000000
(0,0,0)

Tints of #89872D

#89872D
(137,135,45)
#939140
(147,145,64)
#9D9B53
(157,155,83)
#A7A566
(167,165,102)
#B1AF79
(177,175,121)
#BBB98C
(187,185,140)
#C5C39F
(197,195,159)
#CFCDB2
(207,205,178)
#D9D7C5
(217,215,197)
#E3E1D8
(227,225,216)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89872D color. Also use rgb(137,135,45) instead hex code.

Text Font Color

.myTextColor { color: #89872D; }

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

This text font color is #89872D.


Background Color

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

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

This div background color is #89872D.


Border color

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

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

This div border color is #89872D.


Opacity

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

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

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

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

This text has shadow with #89872D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89872D on black background.


Color preview on white background

This text has color #89872D on white background.



Black color preview on #89872D background

This text has black color on #89872D background.


White color preview on #89872D background

This text has white color on #89872D background.