COLOR #89712D

HEX: #89712D
RGB: (137,113,45)

Color info

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

RGB color model

#89712D color RGB value is (137,113,45).

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

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 45 of 255 = 18%

137
113
45

R + G + B ~ 39%. #89712D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 45 = 295 (100%)
R 137 of 295 ~ 46.44%
G 113 of 295 ~ 38.31%
B 45 of 295 ~ 15.25%

%46.44
%38.31
%15.25

CMYK color model

#89712D color CMYK value is (0,18,67,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 67.15%
  • key color value is 46.27%
CMYK:
(0,18,67,46)
C0M18Y67K46 
(0%,18%,67%,46%)
(0.00/0.18/0.67/0.46)	

CMYK percentages

%0
%17.52
%67.15
%46.27

Codes

Color #89712D in popluar color models

89712D
RGB13711345
HSL44°50.55%35.69%
HSB/HSV44°67.15%53.73%
CMYK0.00%17.52%67.15%
46.27%

Color #89712D in popluar number systems.

HEX89712D
Decimal13711345
Binary100010011110001101101
Octal21116155

Shades and tints

Shades of #89712D

#89712D
(137,113,45)
#7D6729
(125,103,41)
#715D25
(113,93,37)
#655321
(101,83,33)
#59491D
(89,73,29)
#4D3F19
(77,63,25)
#413515
(65,53,21)
#352B11
(53,43,17)
#29210D
(41,33,13)
#1D1709
(29,23,9)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #89712D

#89712D
(137,113,45)
#937D40
(147,125,64)
#9D8953
(157,137,83)
#A79566
(167,149,102)
#B1A179
(177,161,121)
#BBAD8C
(187,173,140)
#C5B99F
(197,185,159)
#CFC5B2
(207,197,178)
#D9D1C5
(217,209,197)
#E3DDD8
(227,221,216)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89712D; }

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

This text font color is #89712D.


Background Color

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

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

This div background color is #89712D.


Border color

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

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

This div border color is #89712D.


Opacity

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

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

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

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

This text has shadow with #89712D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89712D on black background.


Color preview on white background

This text has color #89712D on white background.



Black color preview on #89712D background

This text has black color on #89712D background.


White color preview on #89712D background

This text has white color on #89712D background.