COLOR #8D5273

HEX: #8D5273
RGB: (141,82,115)

Color info

#8D5273 contains red, green and blue colors in about the same proportion. Web safe color of #8D5273 is #996666 (or #966).

RGB color model

#8D5273 color RGB value is (141,82,115).

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

RGB channels and saturation

R 141 of 255 = 55%
G 82 of 255 = 32%
B 115 of 255 = 45%

141
82
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 82 + 115 = 338 (100%)
R 141 of 338 ~ 41.72%
G 82 of 338 ~ 24.26%
B 115 of 338 ~ 34.02%

%41.72
%24.26
%34.02

CMYK color model

#8D5273 color CMYK value is (0,42,18,45).

  • cyan value is 0.00%
  • magenta value is 41.84%
  • yellow value is 18.44%
  • key color value is 44.71%
CMYK:
(0,42,18,45)
C0M42Y18K45 
(0%,42%,18%,45%)
(0.00/0.42/0.18/0.45)	

CMYK percentages

%0
%41.84
%18.44
%44.71

Codes

Color #8D5273 in popluar color models

8D5273
RGB14182115
HSL326°26.46%43.73%
HSB/HSV326°41.84%55.29%
CMYK0.00%41.84%18.44%
44.71%

Color #8D5273 in popluar number systems.

HEX8D5273
Decimal14182115
Binary1000110110100101110011
Octal215122163

Shades and tints

Shades of #8D5273

#8D5273
(141,82,115)
#814B69
(129,75,105)
#75445F
(117,68,95)
#693D55
(105,61,85)
#5D364B
(93,54,75)
#512F41
(81,47,65)
#452837
(69,40,55)
#39212D
(57,33,45)
#2D1A23
(45,26,35)
#211319
(33,19,25)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #8D5273

#8D5273
(141,82,115)
#97617F
(151,97,127)
#A1708B
(161,112,139)
#AB7F97
(171,127,151)
#B58EA3
(181,142,163)
#BF9DAF
(191,157,175)
#C9ACBB
(201,172,187)
#D3BBC7
(211,187,199)
#DDCAD3
(221,202,211)
#E7D9DF
(231,217,223)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D5273; }

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

This text font color is #8D5273.


Background Color

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

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

This div background color is #8D5273.


Border color

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

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

This div border color is #8D5273.


Opacity

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

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

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

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

This text has shadow with #8D5273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5273 on black background.


Color preview on white background

This text has color #8D5273 on white background.



Black color preview on #8D5273 background

This text has black color on #8D5273 background.


White color preview on #8D5273 background

This text has white color on #8D5273 background.