COLOR #89851C

HEX: #89851C
RGB: (137,133,28)

Color info

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

RGB color model

#89851C color RGB value is (137,133,28).

  • red value is 137;
  • green value is 133;
  • blue value is 28.
RGB:
(137,133,28)
(54%,52%,11%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 28 of 255 = 11%

137
133
28

R + G + B ~ 39%. #89851C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 28 = 298 (100%)
R 137 of 298 ~ 45.97%
G 133 of 298 ~ 44.63%
B 28 of 298 ~ 9.4%

%45.97
%44.63

CMYK color model

#89851C color CMYK value is (0,3,80,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 79.56%
  • key color value is 46.27%
CMYK:
(0,3,80,46)
C0M3Y80K46 
(0%,3%,80%,46%)
(0.00/0.03/0.80/0.46)	

CMYK percentages

%0
%2.92
%79.56
%46.27

Codes

Color #89851C in popluar color models

89851C
RGB13713328
HSL58°66.06%32.35%
HSB/HSV58°79.56%53.73%
CMYK0.00%2.92%79.56%
46.27%

Color #89851C in popluar number systems.

HEX89851C
Decimal13713328
Binary100010011000010111100
Octal21120534

Shades and tints

Shades of #89851C

#89851C
(137,133,28)
#7D791A
(125,121,26)
#716D18
(113,109,24)
#656116
(101,97,22)
#595514
(89,85,20)
#4D4912
(77,73,18)
#413D10
(65,61,16)
#35310E
(53,49,14)
#29250C
(41,37,12)
#1D190A
(29,25,10)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #89851C

#89851C
(137,133,28)
#939030
(147,144,48)
#9D9B44
(157,155,68)
#A7A658
(167,166,88)
#B1B16C
(177,177,108)
#BBBC80
(187,188,128)
#C5C794
(197,199,148)
#CFD2A8
(207,210,168)
#D9DDBC
(217,221,188)
#E3E8D0
(227,232,208)
#EDF3E4
(237,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89851C color. Also use rgb(137,133,28) instead hex code.

Text Font Color

.myTextColor { color: #89851C; }

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

This text font color is #89851C.


Background Color

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

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

This div background color is #89851C.


Border color

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

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

This div border color is #89851C.


Opacity

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

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

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

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

This text has shadow with #89851C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89851C on black background.


Color preview on white background

This text has color #89851C on white background.



Black color preview on #89851C background

This text has black color on #89851C background.


White color preview on #89851C background

This text has white color on #89851C background.