COLOR #8D4301

HEX: #8D4301
RGB: (141,67,1)

Color info

#8D4301 contains mainly red color. Web safe color of #8D4301 is #993300 (or #930).

RGB color model

#8D4301 color RGB value is (141,67,1).

  • red value is 141;
  • green value is 67;
  • blue value is 1.
RGB:
(141,67,1)
(55%,26%,0%)

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 1 of 255 = 0%

141
67
1

R + G + B ~ 27%. #8D4301 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 67 + 1 = 209 (100%)
R 141 of 209 ~ 67.46%
G 67 of 209 ~ 32.06%
B 1 of 209 ~ 0.48%

%67.46
%32.06

CMYK color model

#8D4301 color CMYK value is (0,52,99,45).

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 99.29%
  • key color value is 44.71%
CMYK:
(0,52,99,45)
C0M52Y99K45 
(0%,52%,99%,45%)
(0.00/0.52/0.99/0.45)	

CMYK percentages

%0
%52.48
%99.29
%44.71

Codes

Color #8D4301 in popluar color models

8D4301
RGB141671
HSL28°98.59%27.84%
HSB/HSV28°99.29%55.29%
CMYK0.00%52.48%99.29%
44.71%

Color #8D4301 in popluar number systems.

HEX8D4301
Decimal141671
Binary1000110110000111
Octal2151031

Shades and tints

Shades of #8D4301

#8D4301
(141,67,1)
#813D01
(129,61,1)
#753701
(117,55,1)
#693101
(105,49,1)
#5D2B01
(93,43,1)
#512501
(81,37,1)
#451F01
(69,31,1)
#391901
(57,25,1)
#2D1301
(45,19,1)
#210D01
(33,13,1)
#150701
(21,7,1)
#000000
(0,0,0)

Tints of #8D4301

#8D4301
(141,67,1)
#975418
(151,84,24)
#A1652F
(161,101,47)
#AB7646
(171,118,70)
#B5875D
(181,135,93)
#BF9874
(191,152,116)
#C9A98B
(201,169,139)
#D3BAA2
(211,186,162)
#DDCBB9
(221,203,185)
#E7DCD0
(231,220,208)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4301 color. Also use rgb(141,67,1) instead hex code.

Text Font Color

.myTextColor { color: #8D4301; }

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

This text font color is #8D4301.


Background Color

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

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

This div background color is #8D4301.


Border color

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

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

This div border color is #8D4301.


Opacity

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

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

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

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

This text has shadow with #8D4301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4301 on black background.


Color preview on white background

This text has color #8D4301 on white background.



Black color preview on #8D4301 background

This text has black color on #8D4301 background.


White color preview on #8D4301 background

This text has white color on #8D4301 background.