COLOR #89730C

HEX: #89730C
RGB: (137,115,12)

Color info

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

RGB color model

#89730C color RGB value is (137,115,12).

  • red value is 137;
  • green value is 115;
  • blue value is 12.
RGB:
(137,115,12)
(54%,45%,5%)

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 12 of 255 = 5%

137
115
12

R + G + B ~ 35%. #89730C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 12 = 264 (100%)
R 137 of 264 ~ 51.89%
G 115 of 264 ~ 43.56%
B 12 of 264 ~ 4.55%

%51.89
%43.56

CMYK color model

#89730C color CMYK value is (0,16,91,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 91.24%
  • key color value is 46.27%
CMYK:
(0,16,91,46)
C0M16Y91K46 
(0%,16%,91%,46%)
(0.00/0.16/0.91/0.46)	

CMYK percentages

%0
%16.06
%91.24
%46.27

Codes

Color #89730C in popluar color models

89730C
RGB13711512
HSL49°83.89%29.22%
HSB/HSV49°91.24%53.73%
CMYK0.00%16.06%91.24%
46.27%

Color #89730C in popluar number systems.

HEX89730C
Decimal13711512
Binary1000100111100111100
Octal21116314

Shades and tints

Shades of #89730C

#89730C
(137,115,12)
#7D690B
(125,105,11)
#715F0A
(113,95,10)
#655509
(101,85,9)
#594B08
(89,75,8)
#4D4107
(77,65,7)
#413706
(65,55,6)
#352D05
(53,45,5)
#292304
(41,35,4)
#1D1903
(29,25,3)
#110F02
(17,15,2)
#000000
(0,0,0)

Tints of #89730C

#89730C
(137,115,12)
#937F22
(147,127,34)
#9D8B38
(157,139,56)
#A7974E
(167,151,78)
#B1A364
(177,163,100)
#BBAF7A
(187,175,122)
#C5BB90
(197,187,144)
#CFC7A6
(207,199,166)
#D9D3BC
(217,211,188)
#E3DFD2
(227,223,210)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89730C color. Also use rgb(137,115,12) instead hex code.

Text Font Color

.myTextColor { color: #89730C; }

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

This text font color is #89730C.


Background Color

.myBgColor { background-color: #89730C; }

<div style="background-color:#89730C">Inner text</div>

This div background color is #89730C.


Border color

.myBorderColor { border: 1px solid #89730C; }

<div style="border:3px solid #89730C">Div</div>

This div border color is #89730C.


Opacity

.myOpacity80 { color: #89730C; opacity: 0.8; }

<p style="color:#89730C;opacity:0.8;">80%</p>

Text with #89730C 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 #89730C;}

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

This text has shadow with #89730C color.

.textShadow {text-shadow: 3px 3px 1px #89730C, 3px 3px 1px red;}

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

This text has shadow with #89730C primary color and red secondary color.


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

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

This text has shadow with #89730C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89730C on black background.


Color preview on white background

This text has color #89730C on white background.



Black color preview on #89730C background

This text has black color on #89730C background.


White color preview on #89730C background

This text has white color on #89730C background.