COLOR #89710A

HEX: #89710A
RGB: (137,113,10)

Color info

#89710A contains mainly red and green colors. Web safe color of #89710A is #996600 (or #960).

RGB color model

#89710A color RGB value is (137,113,10).

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

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 10 of 255 = 4%

137
113
10

R + G + B ~ 34%. #89710A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 10 = 260 (100%)
R 137 of 260 ~ 52.69%
G 113 of 260 ~ 43.46%
B 10 of 260 ~ 3.85%

%52.69
%43.46

CMYK color model

#89710A color CMYK value is (0,18,93,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 92.70%
  • key color value is 46.27%
CMYK:
(0,18,93,46)
C0M18Y93K46 
(0%,18%,93%,46%)
(0.00/0.18/0.93/0.46)	

CMYK percentages

%0
%17.52
%92.7
%46.27

Codes

Color #89710A in popluar color models

89710A
RGB13711310
HSL49°86.39%28.82%
HSB/HSV49°92.70%53.73%
CMYK0.00%17.52%92.70%
46.27%

Color #89710A in popluar number systems.

HEX89710A
Decimal13711310
Binary1000100111100011010
Octal21116112

Shades and tints

Shades of #89710A

#89710A
(137,113,10)
#7D670A
(125,103,10)
#715D0A
(113,93,10)
#65530A
(101,83,10)
#59490A
(89,73,10)
#4D3F0A
(77,63,10)
#41350A
(65,53,10)
#352B0A
(53,43,10)
#29210A
(41,33,10)
#1D170A
(29,23,10)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #89710A

#89710A
(137,113,10)
#937D20
(147,125,32)
#9D8936
(157,137,54)
#A7954C
(167,149,76)
#B1A162
(177,161,98)
#BBAD78
(187,173,120)
#C5B98E
(197,185,142)
#CFC5A4
(207,197,164)
#D9D1BA
(217,209,186)
#E3DDD0
(227,221,208)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89710A color. Also use rgb(137,113,10) instead hex code.

Text Font Color

.myTextColor { color: #89710A; }

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

This text font color is #89710A.


Background Color

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

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

This div background color is #89710A.


Border color

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

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

This div border color is #89710A.


Opacity

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

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

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

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

This text has shadow with #89710A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89710A on black background.


Color preview on white background

This text has color #89710A on white background.



Black color preview on #89710A background

This text has black color on #89710A background.


White color preview on #89710A background

This text has white color on #89710A background.