COLOR #8D5E0C

HEX: #8D5E0C
RGB: (141,94,12)

Color info

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

RGB color model

#8D5E0C color RGB value is (141,94,12).

  • red value is 141;
  • green value is 94;
  • blue value is 12.
RGB:
(141,94,12)
(55%,37%,5%)

RGB channels and saturation

R 141 of 255 = 55%
G 94 of 255 = 37%
B 12 of 255 = 5%

141
94
12

R + G + B ~ 32%. #8D5E0C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 94 + 12 = 247 (100%)
R 141 of 247 ~ 57.09%
G 94 of 247 ~ 38.06%
B 12 of 247 ~ 4.86%

%57.09
%38.06

CMYK color model

#8D5E0C color CMYK value is (0,33,91,45).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 91.49%
  • key color value is 44.71%
CMYK:
(0,33,91,45)
C0M33Y91K45 
(0%,33%,91%,45%)
(0.00/0.33/0.91/0.45)	

CMYK percentages

%0
%33.33
%91.49
%44.71

Codes

Color #8D5E0C in popluar color models

8D5E0C
RGB1419412
HSL38°84.31%30.00%
HSB/HSV38°91.49%55.29%
CMYK0.00%33.33%91.49%
44.71%

Color #8D5E0C in popluar number systems.

HEX8D5E0C
Decimal1419412
Binary1000110110111101100
Octal21513614

Shades and tints

Shades of #8D5E0C

#8D5E0C
(141,94,12)
#81560B
(129,86,11)
#754E0A
(117,78,10)
#694609
(105,70,9)
#5D3E08
(93,62,8)
#513607
(81,54,7)
#452E06
(69,46,6)
#392605
(57,38,5)
#2D1E04
(45,30,4)
#211603
(33,22,3)
#150E02
(21,14,2)
#000000
(0,0,0)

Tints of #8D5E0C

#8D5E0C
(141,94,12)
#976C22
(151,108,34)
#A17A38
(161,122,56)
#AB884E
(171,136,78)
#B59664
(181,150,100)
#BFA47A
(191,164,122)
#C9B290
(201,178,144)
#D3C0A6
(211,192,166)
#DDCEBC
(221,206,188)
#E7DCD2
(231,220,210)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5E0C color. Also use rgb(141,94,12) instead hex code.

Text Font Color

.myTextColor { color: #8D5E0C; }

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

This text font color is #8D5E0C.


Background Color

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

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

This div background color is #8D5E0C.


Border color

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

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

This div border color is #8D5E0C.


Opacity

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

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

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

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

This text has shadow with #8D5E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5E0C on black background.


Color preview on white background

This text has color #8D5E0C on white background.



Black color preview on #8D5E0C background

This text has black color on #8D5E0C background.


White color preview on #8D5E0C background

This text has white color on #8D5E0C background.