COLOR #8D4200

HEX: #8D4200
RGB: (141,66,0)

Color info

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

RGB color model

#8D4200 color RGB value is (141,66,0).

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

RGB channels and saturation

R 141 of 255 = 55%
G 66 of 255 = 26%
B 0 of 255 = 0%

141
66
0

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

Portions of RGB colors in percentages

R + G + B =
141 + 66 + 0 = 207 (100%)
R 141 of 207 ~ 68.12%
G 66 of 207 ~ 31.88%
B 0 of 207 ~ 0%

%68.12
%31.88

CMYK color model

#8D4200 color CMYK value is (0,53,100,45).

  • cyan value is 0.00%
  • magenta value is 53.19%
  • yellow value is 100.00%
  • key color value is 44.71%
CMYK:
(0,53,100,45)
C0M53Y100K45 
(0%,53%,100%,45%)
(0.00/0.53/1.00/0.45)	

CMYK percentages

%0
%53.19
%100
%44.71

Codes

Color #8D4200 in popluar color models

8D4200
RGB141660
HSL28°100.00%27.65%
HSB/HSV28°100.00%55.29%
CMYK0.00%53.19%100.00%
44.71%

Color #8D4200 in popluar number systems.

HEX8D4200
Decimal141660
Binary1000110110000100
Octal2151020

Shades and tints

Shades of #8D4200

#8D4200
(141,66,0)
#813C00
(129,60,0)
#753600
(117,54,0)
#693000
(105,48,0)
#5D2A00
(93,42,0)
#512400
(81,36,0)
#451E00
(69,30,0)
#391800
(57,24,0)
#2D1200
(45,18,0)
#210C00
(33,12,0)
#150600
(21,6,0)
#000000
(0,0,0)

Tints of #8D4200

#8D4200
(141,66,0)
#975317
(151,83,23)
#A1642E
(161,100,46)
#AB7545
(171,117,69)
#B5865C
(181,134,92)
#BF9773
(191,151,115)
#C9A88A
(201,168,138)
#D3B9A1
(211,185,161)
#DDCAB8
(221,202,184)
#E7DBCF
(231,219,207)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4200; }

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

This text font color is #8D4200.


Background Color

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

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

This div background color is #8D4200.


Border color

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

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

This div border color is #8D4200.


Opacity

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

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

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

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

This text has shadow with #8D4200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4200 on black background.


Color preview on white background

This text has color #8D4200 on white background.



Black color preview on #8D4200 background

This text has black color on #8D4200 background.


White color preview on #8D4200 background

This text has white color on #8D4200 background.