COLOR #986E09

HEX: #986E09
RGB: (152,110,9)

Color info

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

RGB color model

#986E09 color RGB value is (152,110,9).

  • red value is 152;
  • green value is 110;
  • blue value is 9.
RGB:
(152,110,9)
(60%,43%,4%)

RGB channels and saturation

R 152 of 255 = 60%
G 110 of 255 = 43%
B 9 of 255 = 4%

152
110
9

R + G + B ~ 36%. #986E09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 110 + 9 = 271 (100%)
R 152 of 271 ~ 56.09%
G 110 of 271 ~ 40.59%
B 9 of 271 ~ 3.32%

%56.09
%40.59

CMYK color model

#986E09 color CMYK value is (0,28,94,40).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 94.08%
  • key color value is 40.39%
CMYK:
(0,28,94,40)
C0M28Y94K40 
(0%,28%,94%,40%)
(0.00/0.28/0.94/0.40)	

CMYK percentages

%0
%27.63
%94.08
%40.39

Codes

Color #986E09 in popluar color models

986E09
RGB1521109
HSL42°88.82%31.57%
HSB/HSV42°94.08%59.61%
CMYK0.00%27.63%94.08%
40.39%

Color #986E09 in popluar number systems.

HEX986E09
Decimal1521109
Binary1001100011011101001
Octal23015611

Shades and tints

Shades of #986E09

#986E09
(152,110,9)
#8B6409
(139,100,9)
#7E5A09
(126,90,9)
#715009
(113,80,9)
#644609
(100,70,9)
#573C09
(87,60,9)
#4A3209
(74,50,9)
#3D2809
(61,40,9)
#301E09
(48,30,9)
#231409
(35,20,9)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #986E09

#986E09
(152,110,9)
#A17B1F
(161,123,31)
#AA8835
(170,136,53)
#B3954B
(179,149,75)
#BCA261
(188,162,97)
#C5AF77
(197,175,119)
#CEBC8D
(206,188,141)
#D7C9A3
(215,201,163)
#E0D6B9
(224,214,185)
#E9E3CF
(233,227,207)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986E09 color. Also use rgb(152,110,9) instead hex code.

Text Font Color

.myTextColor { color: #986E09; }

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

This text font color is #986E09.


Background Color

.myBgColor { background-color: #986E09; }

<div style="background-color:#986E09">Inner text</div>

This div background color is #986E09.


Border color

.myBorderColor { border: 1px solid #986E09; }

<div style="border:3px solid #986E09">Div</div>

This div border color is #986E09.


Opacity

.myOpacity80 { color: #986E09; opacity: 0.8; }

<p style="color:#986E09;opacity:0.8;">80%</p>

Text with #986E09 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 #986E09;}

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

This text has shadow with #986E09 color.

.textShadow {text-shadow: 3px 3px 1px #986E09, 3px 3px 1px red;}

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

This text has shadow with #986E09 primary color and red secondary color.


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

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

This text has shadow with #986E09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986E09 on black background.


Color preview on white background

This text has color #986E09 on white background.



Black color preview on #986E09 background

This text has black color on #986E09 background.


White color preview on #986E09 background

This text has white color on #986E09 background.