COLOR #8D324D

HEX: #8D324D
RGB: (141,50,77)

Color info

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

RGB color model

#8D324D color RGB value is (141,50,77).

  • red value is 141;
  • green value is 50;
  • blue value is 77.
RGB:
(141,50,77)
(55%,20%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 50 of 255 = 20%
B 77 of 255 = 30%

141
50
77

R + G + B ~ 35%. #8D324D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 50 + 77 = 268 (100%)
R 141 of 268 ~ 52.61%
G 50 of 268 ~ 18.66%
B 77 of 268 ~ 28.73%

%52.61
%18.66
%28.73

CMYK color model

#8D324D color CMYK value is (0,65,45,45).

  • cyan value is 0.00%
  • magenta value is 64.54%
  • yellow value is 45.39%
  • key color value is 44.71%
CMYK:
(0,65,45,45)
C0M65Y45K45 
(0%,65%,45%,45%)
(0.00/0.65/0.45/0.45)	

CMYK percentages

%0
%64.54
%45.39
%44.71

Codes

Color #8D324D in popluar color models

8D324D
RGB1415077
HSL342°47.64%37.45%
HSB/HSV342°64.54%55.29%
CMYK0.00%64.54%45.39%
44.71%

Color #8D324D in popluar number systems.

HEX8D324D
Decimal1415077
Binary100011011100101001101
Octal21562115

Shades and tints

Shades of #8D324D

#8D324D
(141,50,77)
#812E46
(129,46,70)
#752A3F
(117,42,63)
#692638
(105,38,56)
#5D2231
(93,34,49)
#511E2A
(81,30,42)
#451A23
(69,26,35)
#39161C
(57,22,28)
#2D1215
(45,18,21)
#210E0E
(33,14,14)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #8D324D

#8D324D
(141,50,77)
#97445D
(151,68,93)
#A1566D
(161,86,109)
#AB687D
(171,104,125)
#B57A8D
(181,122,141)
#BF8C9D
(191,140,157)
#C99EAD
(201,158,173)
#D3B0BD
(211,176,189)
#DDC2CD
(221,194,205)
#E7D4DD
(231,212,221)
#F1E6ED
(241,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D324D; }

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

This text font color is #8D324D.


Background Color

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

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

This div background color is #8D324D.


Border color

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

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

This div border color is #8D324D.


Opacity

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

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

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

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

This text has shadow with #8D324D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D324D on black background.


Color preview on white background

This text has color #8D324D on white background.



Black color preview on #8D324D background

This text has black color on #8D324D background.


White color preview on #8D324D background

This text has white color on #8D324D background.