COLOR #8D4E54

HEX: #8D4E54
RGB: (141,78,84)

Color info

#8D4E54 contains mainly red and blue colors. Web safe color of #8D4E54 is #996666 (or #966).

RGB color model

#8D4E54 color RGB value is (141,78,84).

  • red value is 141;
  • green value is 78;
  • blue value is 84.
RGB:
(141,78,84)
(55%,31%,33%)

RGB channels and saturation

R 141 of 255 = 55%
G 78 of 255 = 31%
B 84 of 255 = 33%

141
78
84

R + G + B ~ 40%. #8D4E54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 78 + 84 = 303 (100%)
R 141 of 303 ~ 46.53%
G 78 of 303 ~ 25.74%
B 84 of 303 ~ 27.72%

%46.53
%25.74
%27.72

CMYK color model

#8D4E54 color CMYK value is (0,45,40,45).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 40.43%
  • key color value is 44.71%
CMYK:
(0,45,40,45)
C0M45Y40K45 
(0%,45%,40%,45%)
(0.00/0.45/0.40/0.45)	

CMYK percentages

%0
%44.68
%40.43
%44.71

Codes

Color #8D4E54 in popluar color models

8D4E54
RGB1417884
HSL354°28.77%42.94%
HSB/HSV354°44.68%55.29%
CMYK0.00%44.68%40.43%
44.71%

Color #8D4E54 in popluar number systems.

HEX8D4E54
Decimal1417884
Binary1000110110011101010100
Octal215116124

Shades and tints

Shades of #8D4E54

#8D4E54
(141,78,84)
#81474D
(129,71,77)
#754046
(117,64,70)
#69393F
(105,57,63)
#5D3238
(93,50,56)
#512B31
(81,43,49)
#45242A
(69,36,42)
#391D23
(57,29,35)
#2D161C
(45,22,28)
#210F15
(33,15,21)
#15080E
(21,8,14)
#000000
(0,0,0)

Tints of #8D4E54

#8D4E54
(141,78,84)
#975E63
(151,94,99)
#A16E72
(161,110,114)
#AB7E81
(171,126,129)
#B58E90
(181,142,144)
#BF9E9F
(191,158,159)
#C9AEAE
(201,174,174)
#D3BEBD
(211,190,189)
#DDCECC
(221,206,204)
#E7DEDB
(231,222,219)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4E54 color. Also use rgb(141,78,84) instead hex code.

Text Font Color

.myTextColor { color: #8D4E54; }

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

This text font color is #8D4E54.


Background Color

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

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

This div background color is #8D4E54.


Border color

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

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

This div border color is #8D4E54.


Opacity

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

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

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

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

This text has shadow with #8D4E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4E54 on black background.


Color preview on white background

This text has color #8D4E54 on white background.



Black color preview on #8D4E54 background

This text has black color on #8D4E54 background.


White color preview on #8D4E54 background

This text has white color on #8D4E54 background.