COLOR #8D6B0A

HEX: #8D6B0A
RGB: (141,107,10)

Color info

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

RGB color model

#8D6B0A color RGB value is (141,107,10).

  • red value is 141;
  • green value is 107;
  • blue value is 10.
RGB:
(141,107,10)
(55%,42%,4%)

RGB channels and saturation

R 141 of 255 = 55%
G 107 of 255 = 42%
B 10 of 255 = 4%

141
107
10

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

Portions of RGB colors in percentages

R + G + B =
141 + 107 + 10 = 258 (100%)
R 141 of 258 ~ 54.65%
G 107 of 258 ~ 41.47%
B 10 of 258 ~ 3.88%

%54.65
%41.47

CMYK color model

#8D6B0A color CMYK value is (0,24,93,45).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 92.91%
  • key color value is 44.71%
CMYK:
(0,24,93,45)
C0M24Y93K45 
(0%,24%,93%,45%)
(0.00/0.24/0.93/0.45)	

CMYK percentages

%0
%24.11
%92.91
%44.71

Codes

Color #8D6B0A in popluar color models

8D6B0A
RGB14110710
HSL44°86.75%29.61%
HSB/HSV44°92.91%55.29%
CMYK0.00%24.11%92.91%
44.71%

Color #8D6B0A in popluar number systems.

HEX8D6B0A
Decimal14110710
Binary1000110111010111010
Octal21515312

Shades and tints

Shades of #8D6B0A

#8D6B0A
(141,107,10)
#81620A
(129,98,10)
#75590A
(117,89,10)
#69500A
(105,80,10)
#5D470A
(93,71,10)
#513E0A
(81,62,10)
#45350A
(69,53,10)
#392C0A
(57,44,10)
#2D230A
(45,35,10)
#211A0A
(33,26,10)
#15110A
(21,17,10)
#000000
(0,0,0)

Tints of #8D6B0A

#8D6B0A
(141,107,10)
#977820
(151,120,32)
#A18536
(161,133,54)
#AB924C
(171,146,76)
#B59F62
(181,159,98)
#BFAC78
(191,172,120)
#C9B98E
(201,185,142)
#D3C6A4
(211,198,164)
#DDD3BA
(221,211,186)
#E7E0D0
(231,224,208)
#F1EDE6
(241,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6B0A color. Also use rgb(141,107,10) instead hex code.

Text Font Color

.myTextColor { color: #8D6B0A; }

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

This text font color is #8D6B0A.


Background Color

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

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

This div background color is #8D6B0A.


Border color

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

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

This div border color is #8D6B0A.


Opacity

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

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

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

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

This text has shadow with #8D6B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6B0A on black background.


Color preview on white background

This text has color #8D6B0A on white background.



Black color preview on #8D6B0A background

This text has black color on #8D6B0A background.


White color preview on #8D6B0A background

This text has white color on #8D6B0A background.