COLOR #8D4210

HEX: #8D4210
RGB: (141,66,16)

Color info

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

RGB color model

#8D4210 color RGB value is (141,66,16).

  • red value is 141;
  • green value is 66;
  • blue value is 16.
RGB:
(141,66,16)
(55%,26%,6%)

RGB channels and saturation

R 141 of 255 = 55%
G 66 of 255 = 26%
B 16 of 255 = 6%

141
66
16

R + G + B ~ 29%. #8D4210 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 66 + 16 = 223 (100%)
R 141 of 223 ~ 63.23%
G 66 of 223 ~ 29.6%
B 16 of 223 ~ 7.17%

%63.23
%29.6

CMYK color model

#8D4210 color CMYK value is (0,53,89,45).

  • cyan value is 0.00%
  • magenta value is 53.19%
  • yellow value is 88.65%
  • key color value is 44.71%
CMYK:
(0,53,89,45)
C0M53Y89K45 
(0%,53%,89%,45%)
(0.00/0.53/0.89/0.45)	

CMYK percentages

%0
%53.19
%88.65
%44.71

Codes

Color #8D4210 in popluar color models

8D4210
RGB1416616
HSL24°79.62%30.78%
HSB/HSV24°88.65%55.29%
CMYK0.00%53.19%88.65%
44.71%

Color #8D4210 in popluar number systems.

HEX8D4210
Decimal1416616
Binary10001101100001010000
Octal21510220

Shades and tints

Shades of #8D4210

#8D4210
(141,66,16)
#813C0F
(129,60,15)
#75360E
(117,54,14)
#69300D
(105,48,13)
#5D2A0C
(93,42,12)
#51240B
(81,36,11)
#451E0A
(69,30,10)
#391809
(57,24,9)
#2D1208
(45,18,8)
#210C07
(33,12,7)
#150606
(21,6,6)
#000000
(0,0,0)

Tints of #8D4210

#8D4210
(141,66,16)
#975325
(151,83,37)
#A1643A
(161,100,58)
#AB754F
(171,117,79)
#B58664
(181,134,100)
#BF9779
(191,151,121)
#C9A88E
(201,168,142)
#D3B9A3
(211,185,163)
#DDCAB8
(221,202,184)
#E7DBCD
(231,219,205)
#F1ECE2
(241,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4210 color. Also use rgb(141,66,16) instead hex code.

Text Font Color

.myTextColor { color: #8D4210; }

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

This text font color is #8D4210.


Background Color

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

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

This div background color is #8D4210.


Border color

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

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

This div border color is #8D4210.


Opacity

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

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

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

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

This text has shadow with #8D4210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4210 on black background.


Color preview on white background

This text has color #8D4210 on white background.



Black color preview on #8D4210 background

This text has black color on #8D4210 background.


White color preview on #8D4210 background

This text has white color on #8D4210 background.