COLOR #8D4721

HEX: #8D4721
RGB: (141,71,33)

Color info

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

RGB color model

#8D4721 color RGB value is (141,71,33).

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

RGB channels and saturation

R 141 of 255 = 55%
G 71 of 255 = 28%
B 33 of 255 = 13%

141
71
33

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

Portions of RGB colors in percentages

R + G + B =
141 + 71 + 33 = 245 (100%)
R 141 of 245 ~ 57.55%
G 71 of 245 ~ 28.98%
B 33 of 245 ~ 13.47%

%57.55
%28.98
%13.47

CMYK color model

#8D4721 color CMYK value is (0,50,77,45).

  • cyan value is 0.00%
  • magenta value is 49.65%
  • yellow value is 76.60%
  • key color value is 44.71%
CMYK:
(0,50,77,45)
C0M50Y77K45 
(0%,50%,77%,45%)
(0.00/0.50/0.77/0.45)	

CMYK percentages

%0
%49.65
%76.6
%44.71

Codes

Color #8D4721 in popluar color models

8D4721
RGB1417133
HSL21°62.07%34.12%
HSB/HSV21°76.60%55.29%
CMYK0.00%49.65%76.60%
44.71%

Color #8D4721 in popluar number systems.

HEX8D4721
Decimal1417133
Binary100011011000111100001
Octal21510741

Shades and tints

Shades of #8D4721

#8D4721
(141,71,33)
#81411E
(129,65,30)
#753B1B
(117,59,27)
#693518
(105,53,24)
#5D2F15
(93,47,21)
#512912
(81,41,18)
#45230F
(69,35,15)
#391D0C
(57,29,12)
#2D1709
(45,23,9)
#211106
(33,17,6)
#150B03
(21,11,3)
#000000
(0,0,0)

Tints of #8D4721

#8D4721
(141,71,33)
#975735
(151,87,53)
#A16749
(161,103,73)
#AB775D
(171,119,93)
#B58771
(181,135,113)
#BF9785
(191,151,133)
#C9A799
(201,167,153)
#D3B7AD
(211,183,173)
#DDC7C1
(221,199,193)
#E7D7D5
(231,215,213)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4721 color. Also use rgb(141,71,33) instead hex code.

Text Font Color

.myTextColor { color: #8D4721; }

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

This text font color is #8D4721.


Background Color

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

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

This div background color is #8D4721.


Border color

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

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

This div border color is #8D4721.


Opacity

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

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

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

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

This text has shadow with #8D4721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4721 on black background.


Color preview on white background

This text has color #8D4721 on white background.



Black color preview on #8D4721 background

This text has black color on #8D4721 background.


White color preview on #8D4721 background

This text has white color on #8D4721 background.