COLOR #8D6809

HEX: #8D6809
RGB: (141,104,9)

Color info

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

RGB color model

#8D6809 color RGB value is (141,104,9).

  • red value is 141;
  • green value is 104;
  • blue value is 9.
RGB:
(141,104,9)
(55%,41%,4%)

RGB channels and saturation

R 141 of 255 = 55%
G 104 of 255 = 41%
B 9 of 255 = 4%

141
104
9

R + G + B ~ 33%. #8D6809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 104 + 9 = 254 (100%)
R 141 of 254 ~ 55.51%
G 104 of 254 ~ 40.94%
B 9 of 254 ~ 3.54%

%55.51
%40.94

CMYK color model

#8D6809 color CMYK value is (0,26,94,45).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 93.62%
  • key color value is 44.71%
CMYK:
(0,26,94,45)
C0M26Y94K45 
(0%,26%,94%,45%)
(0.00/0.26/0.94/0.45)	

CMYK percentages

%0
%26.24
%93.62
%44.71

Codes

Color #8D6809 in popluar color models

8D6809
RGB1411049
HSL43°88.00%29.41%
HSB/HSV43°93.62%55.29%
CMYK0.00%26.24%93.62%
44.71%

Color #8D6809 in popluar number systems.

HEX8D6809
Decimal1411049
Binary1000110111010001001
Octal21515011

Shades and tints

Shades of #8D6809

#8D6809
(141,104,9)
#815F09
(129,95,9)
#755609
(117,86,9)
#694D09
(105,77,9)
#5D4409
(93,68,9)
#513B09
(81,59,9)
#453209
(69,50,9)
#392909
(57,41,9)
#2D2009
(45,32,9)
#211709
(33,23,9)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #8D6809

#8D6809
(141,104,9)
#97751F
(151,117,31)
#A18235
(161,130,53)
#AB8F4B
(171,143,75)
#B59C61
(181,156,97)
#BFA977
(191,169,119)
#C9B68D
(201,182,141)
#D3C3A3
(211,195,163)
#DDD0B9
(221,208,185)
#E7DDCF
(231,221,207)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6809 color. Also use rgb(141,104,9) instead hex code.

Text Font Color

.myTextColor { color: #8D6809; }

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

This text font color is #8D6809.


Background Color

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

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

This div background color is #8D6809.


Border color

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

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

This div border color is #8D6809.


Opacity

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

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

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

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

This text has shadow with #8D6809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6809 on black background.


Color preview on white background

This text has color #8D6809 on white background.



Black color preview on #8D6809 background

This text has black color on #8D6809 background.


White color preview on #8D6809 background

This text has white color on #8D6809 background.