COLOR #8D4C2A

HEX: #8D4C2A
RGB: (141,76,42)

Color info

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

RGB color model

#8D4C2A color RGB value is (141,76,42).

  • red value is 141;
  • green value is 76;
  • blue value is 42.
RGB:
(141,76,42)
(55%,30%,16%)

RGB channels and saturation

R 141 of 255 = 55%
G 76 of 255 = 30%
B 42 of 255 = 16%

141
76
42

R + G + B ~ 34%. #8D4C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 76 + 42 = 259 (100%)
R 141 of 259 ~ 54.44%
G 76 of 259 ~ 29.34%
B 42 of 259 ~ 16.22%

%54.44
%29.34
%16.22

CMYK color model

#8D4C2A color CMYK value is (0,46,70,45).

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 70.21%
  • key color value is 44.71%
CMYK:
(0,46,70,45)
C0M46Y70K45 
(0%,46%,70%,45%)
(0.00/0.46/0.70/0.45)	

CMYK percentages

%0
%46.1
%70.21
%44.71

Codes

Color #8D4C2A in popluar color models

8D4C2A
RGB1417642
HSL21°54.10%35.88%
HSB/HSV21°70.21%55.29%
CMYK0.00%46.10%70.21%
44.71%

Color #8D4C2A in popluar number systems.

HEX8D4C2A
Decimal1417642
Binary100011011001100101010
Octal21511452

Shades and tints

Shades of #8D4C2A

#8D4C2A
(141,76,42)
#814627
(129,70,39)
#754024
(117,64,36)
#693A21
(105,58,33)
#5D341E
(93,52,30)
#512E1B
(81,46,27)
#452818
(69,40,24)
#392215
(57,34,21)
#2D1C12
(45,28,18)
#21160F
(33,22,15)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #8D4C2A

#8D4C2A
(141,76,42)
#975C3D
(151,92,61)
#A16C50
(161,108,80)
#AB7C63
(171,124,99)
#B58C76
(181,140,118)
#BF9C89
(191,156,137)
#C9AC9C
(201,172,156)
#D3BCAF
(211,188,175)
#DDCCC2
(221,204,194)
#E7DCD5
(231,220,213)
#F1ECE8
(241,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4C2A color. Also use rgb(141,76,42) instead hex code.

Text Font Color

.myTextColor { color: #8D4C2A; }

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

This text font color is #8D4C2A.


Background Color

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

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

This div background color is #8D4C2A.


Border color

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

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

This div border color is #8D4C2A.


Opacity

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

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

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

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

This text has shadow with #8D4C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4C2A on black background.


Color preview on white background

This text has color #8D4C2A on white background.



Black color preview on #8D4C2A background

This text has black color on #8D4C2A background.


White color preview on #8D4C2A background

This text has white color on #8D4C2A background.