COLOR #8D4C4D

HEX: #8D4C4D RGB: (141,76,77)

Color info

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

RGB color model

#8D4C4D color RGB value is (141,76,77).

RGB: (141,76,77) (55%, 30%, 30%)

RGB channels and saturation

R 141 of 255 = 55%
G 76 of 255 = 30%
B 77 of 255 = 30%

141
76
77

R + G + B ~ 38%. #8D4C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 141 + 76 + 77 = 294 (100%)
R 141 of 294 ~ 47.96%
G 76 of 294 ~ 25.85%
B 77 of 294 ~ 26.19'%

%47.96
%25.85
%26.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 45.39%
  • key color value is 44.71%

CMYK: (0,46,45,45)
C0M46Y45K45 (0%, 46%, 45%, 45%)
(0.00 / 0.46 / 0.45 / 0.45)

CMYK percentages

%0
%46.1
%45.39
%44.71

Codes

Color #8D4C4D in popluar color models

8D 4C 4D
RGB 141 76 77
HSL 359° 29.95% 42.55%
HSB/HSV 359° 46.10% 55.29%
CMYK 0.00% 46.10% 45.39%
44.71%

Color #8D4C4D in popluar number systems.

HEX 8D 4C 4D
Decimal 141 76 77
Binary 10001101 1001100 1001101
Octal 215 114 115

Shades and tints

Shades of #8D4C4D

#8D4C4D
(141,76,77)
#814646
(129,70,70)
#75403F
(117,64,63)
#693A38
(105,58,56)
#5D3431
(93,52,49)
#512E2A
(81,46,42)
#452823
(69,40,35)
#39221C
(57,34,28)
#2D1C15
(45,28,21)
#21160E
(33,22,14)
#151007
(21,16,7)
#000000
(0,0,0)

Tints of #8D4C4D

#8D4C4D
(141,76,77)
#975C5D
(151,92,93)
#A16C6D
(161,108,109)
#AB7C7D
(171,124,125)
#B58C8D
(181,140,141)
#BF9C9D
(191,156,157)
#C9ACAD
(201,172,173)
#D3BCBD
(211,188,189)
#DDCCCD
(221,204,205)
#E7DCDD
(231,220,221)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4C4D; }

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

This text font color is #8D4C4D.

Background Color

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

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

This div background color is #8D4C4D.

Border color

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

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

This div border color is #8D4C4D.

Opacity

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

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

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

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

This text has shadow with #8D4C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D4C4D.

Preview

Color preview on black background

This text has color #8D4C4D on black background.


Color preview on white background

This text has color #8D4C4D on white background.


Black color preview on #8D4C4D background

This text has black color on #8D4C4D background.


White color preview on #8D4C4D background

This text has white color on #8D4C4D background.


Related colors

Complementary color

Complementary color for #hex is #72B3B2.


I love getcolorcode.com

Triadic colors

1 #4D8D4C and #4C4D8D with #8D4C4D are triadic colors.

2 #4D4C8D and #4C8D4D with #8D4C4D are triadic colors.