COLOR #8D4354

HEX: #8D4354
RGB: (141,67,84)

Color info

#8D4354 contains mainly red and blue colors. Web safe color of #8D4354 is #993366 (or #936).

RGB color model

#8D4354 color RGB value is (141,67,84).

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

RGB channels and saturation

R 141 of 255 = 55%
G 67 of 255 = 26%
B 84 of 255 = 33%

141
67
84

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

Portions of RGB colors in percentages

R + G + B =
141 + 67 + 84 = 292 (100%)
R 141 of 292 ~ 48.29%
G 67 of 292 ~ 22.95%
B 84 of 292 ~ 28.77%

%48.29
%22.95
%28.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.48%
  • yellow value is 40.43%
  • key color value is 44.71%
CMYK:
(0,52,40,45)
C0M52Y40K45 
(0%,52%,40%,45%)
(0.00/0.52/0.40/0.45)	

CMYK percentages

%0
%52.48
%40.43
%44.71

Codes

Color #8D4354 in popluar color models

8D4354
RGB1416784
HSL346°35.58%40.78%
HSB/HSV346°52.48%55.29%
CMYK0.00%52.48%40.43%
44.71%

Color #8D4354 in popluar number systems.

HEX8D4354
Decimal1416784
Binary1000110110000111010100
Octal215103124

Shades and tints

Shades of #8D4354

#8D4354
(141,67,84)
#813D4D
(129,61,77)
#753746
(117,55,70)
#69313F
(105,49,63)
#5D2B38
(93,43,56)
#512531
(81,37,49)
#451F2A
(69,31,42)
#391923
(57,25,35)
#2D131C
(45,19,28)
#210D15
(33,13,21)
#15070E
(21,7,14)
#000000
(0,0,0)

Tints of #8D4354

#8D4354
(141,67,84)
#975463
(151,84,99)
#A16572
(161,101,114)
#AB7681
(171,118,129)
#B58790
(181,135,144)
#BF989F
(191,152,159)
#C9A9AE
(201,169,174)
#D3BABD
(211,186,189)
#DDCBCC
(221,203,204)
#E7DCDB
(231,220,219)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D4354; }

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

This text font color is #8D4354.


Background Color

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

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

This div background color is #8D4354.


Border color

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

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

This div border color is #8D4354.


Opacity

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

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

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

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

This text has shadow with #8D4354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4354 on black background.


Color preview on white background

This text has color #8D4354 on white background.



Black color preview on #8D4354 background

This text has black color on #8D4354 background.


White color preview on #8D4354 background

This text has white color on #8D4354 background.