COLOR #8D4A3C

HEX: #8D4A3C RGB: (141,74,60)

Color info

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

RGB color model

#8D4A3C color RGB value is (141,74,60).

RGB: (141,74,60) (55%, 29%, 24%)

RGB channels and saturation

R 141 of 255 = 55%
G 74 of 255 = 29%
B 60 of 255 = 24%

141
74
60

R + G + B ~ 36%. #8D4A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 74 + 60 = 275 (100%)
R 141 of 275 ~ 51.27%
G 74 of 275 ~ 26.91%
B 60 of 275 ~ 21.82'%

%51.27
%26.91
%21.82

CMYK color model

#8D4A3C color CMYK value is (0,48,57,45).

  • cyan value is 0.00%
  • magenta value is 47.52%
  • yellow value is 57.45%
  • key color value is 44.71%

CMYK: (0,48,57,45)
C0M48Y57K45 (0%, 48%, 57%, 45%)
(0.00 / 0.48 / 0.57 / 0.45)

CMYK percentages

%0
%47.52
%57.45
%44.71

Codes

Color #8D4A3C in popluar color models

8D 4A 3C
RGB 141 74 60
HSL 10° 40.30% 39.41%
HSB/HSV 10° 57.45% 55.29%
CMYK 0.00% 47.52% 57.45%
44.71%

Color #8D4A3C in popluar number systems.

HEX 8D 4A 3C
Decimal 141 74 60
Binary 10001101 1001010 111100
Octal 215 112 74

Shades and tints

Shades of #8D4A3C

#8D4A3C
(141,74,60)
#814437
(129,68,55)
#753E32
(117,62,50)
#69382D
(105,56,45)
#5D3228
(93,50,40)
#512C23
(81,44,35)
#45261E
(69,38,30)
#392019
(57,32,25)
#2D1A14
(45,26,20)
#21140F
(33,20,15)
#150E0A
(21,14,10)
#000000
(0,0,0)

Tints of #8D4A3C

#8D4A3C
(141,74,60)
#975A4D
(151,90,77)
#A16A5E
(161,106,94)
#AB7A6F
(171,122,111)
#B58A80
(181,138,128)
#BF9A91
(191,154,145)
#C9AAA2
(201,170,162)
#D3BAB3
(211,186,179)
#DDCAC4
(221,202,196)
#E7DAD5
(231,218,213)
#F1EAE6
(241,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4A3C color. Also use rgb(141,74,60) instead hex code.

Text Font Color

.myTextColor { color: #8D4A3C; }

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

This text font color is #8D4A3C.

Background Color

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

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

This div background color is #8D4A3C.

Border color

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

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

This div border color is #8D4A3C.

Opacity

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

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

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

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

This text has shadow with #8D4A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4A3C.

Preview

Color preview on black background

This text has color #8D4A3C on black background.


Color preview on white background

This text has color #8D4A3C on white background.


Black color preview on #8D4A3C background

This text has black color on #8D4A3C background.


White color preview on #8D4A3C background

This text has white color on #8D4A3C background.


Related colors

Complementary color

Complementary color for #hex is #72B5C3.


I love getcolorcode.com

Triadic colors

1 #3C8D4A and #4A3C8D with #8D4A3C are triadic colors.

2 #3C4A8D and #4A8D3C with #8D4A3C are triadic colors.