COLOR #8D4C51

HEX: #8D4C51
RGB: (141,76,81)

Color info

#8D4C51 contains mainly red color. Web safe color of #8D4C51 is #993366 (or #936).

RGB color model

#8D4C51 color RGB value is (141,76,81).

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

RGB channels and saturation

R 141 of 255 = 55%
G 76 of 255 = 30%
B 81 of 255 = 32%

141
76
81

R + G + B ~ 39%. #8D4C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 76 + 81 = 298 (100%)
R 141 of 298 ~ 47.32%
G 76 of 298 ~ 25.5%
B 81 of 298 ~ 27.18%

%47.32
%25.5
%27.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.10%
  • yellow value is 42.55%
  • key color value is 44.71%
CMYK:
(0,46,43,45)
C0M46Y43K45 
(0%,46%,43%,45%)
(0.00/0.46/0.43/0.45)	

CMYK percentages

%0
%46.1
%42.55
%44.71

Codes

Color #8D4C51 in popluar color models

8D4C51
RGB1417681
HSL355°29.95%42.55%
HSB/HSV355°46.10%55.29%
CMYK0.00%46.10%42.55%
44.71%

Color #8D4C51 in popluar number systems.

HEX8D4C51
Decimal1417681
Binary1000110110011001010001
Octal215114121

Shades and tints

Shades of #8D4C51

#8D4C51
(141,76,81)
#81464A
(129,70,74)
#754043
(117,64,67)
#693A3C
(105,58,60)
#5D3435
(93,52,53)
#512E2E
(81,46,46)
#452827
(69,40,39)
#392220
(57,34,32)
#2D1C19
(45,28,25)
#211612
(33,22,18)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #8D4C51

#8D4C51
(141,76,81)
#975C60
(151,92,96)
#A16C6F
(161,108,111)
#AB7C7E
(171,124,126)
#B58C8D
(181,140,141)
#BF9C9C
(191,156,156)
#C9ACAB
(201,172,171)
#D3BCBA
(211,188,186)
#DDCCC9
(221,204,201)
#E7DCD8
(231,220,216)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4C51; }

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

This text font color is #8D4C51.


Background Color

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

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

This div background color is #8D4C51.


Border color

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

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

This div border color is #8D4C51.


Opacity

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

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

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

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

This text has shadow with #8D4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4C51 on black background.


Color preview on white background

This text has color #8D4C51 on white background.



Black color preview on #8D4C51 background

This text has black color on #8D4C51 background.


White color preview on #8D4C51 background

This text has white color on #8D4C51 background.