COLOR #8D7406

HEX: #8D7406
RGB: (141,116,6)

Color info

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

RGB color model

#8D7406 color RGB value is (141,116,6).

  • red value is 141;
  • green value is 116;
  • blue value is 6.
RGB:
(141,116,6)
(55%,45%,2%)

RGB channels and saturation

R 141 of 255 = 55%
G 116 of 255 = 45%
B 6 of 255 = 2%

141
116
6

R + G + B ~ 34%. #8D7406 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 116 + 6 = 263 (100%)
R 141 of 263 ~ 53.61%
G 116 of 263 ~ 44.11%
B 6 of 263 ~ 2.28%

%53.61
%44.11

CMYK color model

#8D7406 color CMYK value is (0,18,96,45).

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 95.74%
  • key color value is 44.71%
CMYK:
(0,18,96,45)
C0M18Y96K45 
(0%,18%,96%,45%)
(0.00/0.18/0.96/0.45)	

CMYK percentages

%0
%17.73
%95.74
%44.71

Codes

Color #8D7406 in popluar color models

8D7406
RGB1411166
HSL49°91.84%28.82%
HSB/HSV49°95.74%55.29%
CMYK0.00%17.73%95.74%
44.71%

Color #8D7406 in popluar number systems.

HEX8D7406
Decimal1411166
Binary100011011110100110
Octal2151646

Shades and tints

Shades of #8D7406

#8D7406
(141,116,6)
#816A06
(129,106,6)
#756006
(117,96,6)
#695606
(105,86,6)
#5D4C06
(93,76,6)
#514206
(81,66,6)
#453806
(69,56,6)
#392E06
(57,46,6)
#2D2406
(45,36,6)
#211A06
(33,26,6)
#151006
(21,16,6)
#000000
(0,0,0)

Tints of #8D7406

#8D7406
(141,116,6)
#97801C
(151,128,28)
#A18C32
(161,140,50)
#AB9848
(171,152,72)
#B5A45E
(181,164,94)
#BFB074
(191,176,116)
#C9BC8A
(201,188,138)
#D3C8A0
(211,200,160)
#DDD4B6
(221,212,182)
#E7E0CC
(231,224,204)
#F1ECE2
(241,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7406 color. Also use rgb(141,116,6) instead hex code.

Text Font Color

.myTextColor { color: #8D7406; }

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

This text font color is #8D7406.


Background Color

.myBgColor { background-color: #8D7406; }

<div style="background-color:#8D7406">Inner text</div>

This div background color is #8D7406.


Border color

.myBorderColor { border: 1px solid #8D7406; }

<div style="border:3px solid #8D7406">Div</div>

This div border color is #8D7406.


Opacity

.myOpacity80 { color: #8D7406; opacity: 0.8; }

<p style="color:#8D7406;opacity:0.8;">80%</p>

Text with #8D7406 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 #8D7406;}

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

This text has shadow with #8D7406 color.

.textShadow {text-shadow: 3px 3px 1px #8D7406, 3px 3px 1px red;}

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

This text has shadow with #8D7406 primary color and red secondary color.


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

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

This text has shadow with #8D7406 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7406 on black background.


Color preview on white background

This text has color #8D7406 on white background.



Black color preview on #8D7406 background

This text has black color on #8D7406 background.


White color preview on #8D7406 background

This text has white color on #8D7406 background.