COLOR #8D4A52

HEX: #8D4A52
RGB: (141,74,82)

Color info

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

RGB color model

#8D4A52 color RGB value is (141,74,82).

  • red value is 141;
  • green value is 74;
  • blue value is 82.
RGB:
(141,74,82)
(55%,29%,32%)

RGB channels and saturation

R 141 of 255 = 55%
G 74 of 255 = 29%
B 82 of 255 = 32%

141
74
82

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

Portions of RGB colors in percentages

R + G + B =
141 + 74 + 82 = 297 (100%)
R 141 of 297 ~ 47.47%
G 74 of 297 ~ 24.92%
B 82 of 297 ~ 27.61%

%47.47
%24.92
%27.61

CMYK color model

#8D4A52 color CMYK value is (0,48,42,45).

  • cyan value is 0.00%
  • magenta value is 47.52%
  • yellow value is 41.84%
  • key color value is 44.71%
CMYK:
(0,48,42,45)
C0M48Y42K45 
(0%,48%,42%,45%)
(0.00/0.48/0.42/0.45)	

CMYK percentages

%0
%47.52
%41.84
%44.71

Codes

Color #8D4A52 in popluar color models

8D4A52
RGB1417482
HSL353°31.16%42.16%
HSB/HSV353°47.52%55.29%
CMYK0.00%47.52%41.84%
44.71%

Color #8D4A52 in popluar number systems.

HEX8D4A52
Decimal1417482
Binary1000110110010101010010
Octal215112122

Shades and tints

Shades of #8D4A52

#8D4A52
(141,74,82)
#81444B
(129,68,75)
#753E44
(117,62,68)
#69383D
(105,56,61)
#5D3236
(93,50,54)
#512C2F
(81,44,47)
#452628
(69,38,40)
#392021
(57,32,33)
#2D1A1A
(45,26,26)
#211413
(33,20,19)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #8D4A52

#8D4A52
(141,74,82)
#975A61
(151,90,97)
#A16A70
(161,106,112)
#AB7A7F
(171,122,127)
#B58A8E
(181,138,142)
#BF9A9D
(191,154,157)
#C9AAAC
(201,170,172)
#D3BABB
(211,186,187)
#DDCACA
(221,202,202)
#E7DAD9
(231,218,217)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D4A52 color. Also use rgb(141,74,82) instead hex code.

Text Font Color

.myTextColor { color: #8D4A52; }

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

This text font color is #8D4A52.


Background Color

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

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

This div background color is #8D4A52.


Border color

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

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

This div border color is #8D4A52.


Opacity

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

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

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

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

This text has shadow with #8D4A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D4A52 on black background.


Color preview on white background

This text has color #8D4A52 on white background.



Black color preview on #8D4A52 background

This text has black color on #8D4A52 background.


White color preview on #8D4A52 background

This text has white color on #8D4A52 background.