COLOR #8D537F

HEX: #8D537F
RGB: (141,83,127)

Color info

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

RGB color model

#8D537F color RGB value is (141,83,127).

  • red value is 141;
  • green value is 83;
  • blue value is 127.
RGB:
(141,83,127)
(55%,33%,50%)

RGB channels and saturation

R 141 of 255 = 55%
G 83 of 255 = 33%
B 127 of 255 = 50%

141
83
127

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

Portions of RGB colors in percentages

R + G + B =
141 + 83 + 127 = 351 (100%)
R 141 of 351 ~ 40.17%
G 83 of 351 ~ 23.65%
B 127 of 351 ~ 36.18%

%40.17
%23.65
%36.18

CMYK color model

#8D537F color CMYK value is (0,41,10,45).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(0,41,10,45)
C0M41Y10K45 
(0%,41%,10%,45%)
(0.00/0.41/0.10/0.45)	

CMYK percentages

%0
%41.13
%9.93
%44.71

Codes

Color #8D537F in popluar color models

8D537F
RGB14183127
HSL314°25.89%43.92%
HSB/HSV314°41.13%55.29%
CMYK0.00%41.13%9.93%
44.71%

Color #8D537F in popluar number systems.

HEX8D537F
Decimal14183127
Binary1000110110100111111111
Octal215123177

Shades and tints

Shades of #8D537F

#8D537F
(141,83,127)
#814C74
(129,76,116)
#754569
(117,69,105)
#693E5E
(105,62,94)
#5D3753
(93,55,83)
#513048
(81,48,72)
#45293D
(69,41,61)
#392232
(57,34,50)
#2D1B27
(45,27,39)
#21141C
(33,20,28)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D537F

#8D537F
(141,83,127)
#97628A
(151,98,138)
#A17195
(161,113,149)
#AB80A0
(171,128,160)
#B58FAB
(181,143,171)
#BF9EB6
(191,158,182)
#C9ADC1
(201,173,193)
#D3BCCC
(211,188,204)
#DDCBD7
(221,203,215)
#E7DAE2
(231,218,226)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D537F color. Also use rgb(141,83,127) instead hex code.

Text Font Color

.myTextColor { color: #8D537F; }

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

This text font color is #8D537F.


Background Color

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

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

This div background color is #8D537F.


Border color

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

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

This div border color is #8D537F.


Opacity

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

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

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

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

This text has shadow with #8D537F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D537F on black background.


Color preview on white background

This text has color #8D537F on white background.



Black color preview on #8D537F background

This text has black color on #8D537F background.


White color preview on #8D537F background

This text has white color on #8D537F background.