COLOR #8D4820

HEX: #8D4820
RGB: (141,72,32)

Color info

#8D4820 contains mainly red color. Web safe color of #8D4820 is #993333 (or #933).

RGB color model

#8D4820 color RGB value is (141,72,32).

  • red value is 141;
  • green value is 72;
  • blue value is 32.
RGB:
(141,72,32)
(55%,28%,13%)

RGB channels and saturation

R 141 of 255 = 55%
G 72 of 255 = 28%
B 32 of 255 = 13%

141
72
32

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

Portions of RGB colors in percentages

R + G + B =
141 + 72 + 32 = 245 (100%)
R 141 of 245 ~ 57.55%
G 72 of 245 ~ 29.39%
B 32 of 245 ~ 13.06%

%57.55
%29.39
%13.06

CMYK color model

#8D4820 color CMYK value is (0,49,77,45).

  • cyan value is 0.00%
  • magenta value is 48.94%
  • yellow value is 77.30%
  • key color value is 44.71%
CMYK:
(0,49,77,45)
C0M49Y77K45 
(0%,49%,77%,45%)
(0.00/0.49/0.77/0.45)	

CMYK percentages

%0
%48.94
%77.3
%44.71

Codes

Color #8D4820 in popluar color models

8D4820
RGB1417232
HSL22°63.01%33.92%
HSB/HSV22°77.30%55.29%
CMYK0.00%48.94%77.30%
44.71%

Color #8D4820 in popluar number systems.

HEX8D4820
Decimal1417232
Binary100011011001000100000
Octal21511040

Shades and tints

Shades of #8D4820

#8D4820
(141,72,32)
#81421E
(129,66,30)
#753C1C
(117,60,28)
#69361A
(105,54,26)
#5D3018
(93,48,24)
#512A16
(81,42,22)
#452414
(69,36,20)
#391E12
(57,30,18)
#2D1810
(45,24,16)
#21120E
(33,18,14)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #8D4820

#8D4820
(141,72,32)
#975834
(151,88,52)
#A16848
(161,104,72)
#AB785C
(171,120,92)
#B58870
(181,136,112)
#BF9884
(191,152,132)
#C9A898
(201,168,152)
#D3B8AC
(211,184,172)
#DDC8C0
(221,200,192)
#E7D8D4
(231,216,212)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4820 color. Also use rgb(141,72,32) instead hex code.

Text Font Color

.myTextColor { color: #8D4820; }

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

This text font color is #8D4820.


Background Color

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

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

This div background color is #8D4820.


Border color

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

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

This div border color is #8D4820.


Opacity

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

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

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

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

This text has shadow with #8D4820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4820 on black background.


Color preview on white background

This text has color #8D4820 on white background.



Black color preview on #8D4820 background

This text has black color on #8D4820 background.


White color preview on #8D4820 background

This text has white color on #8D4820 background.