COLOR #8C537F

HEX: #8C537F
RGB: (140,83,127)

Color info

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

RGB color model

#8C537F color RGB value is (140,83,127).

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

RGB channels and saturation

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

140
83
127

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

Portions of RGB colors in percentages

R + G + B =
140 + 83 + 127 = 350 (100%)
R 140 of 350 ~ 40%
G 83 of 350 ~ 23.71%
B 127 of 350 ~ 36.29%

%40
%23.71
%36.29

CMYK color model

#8C537F color CMYK value is (0,41,9,45).

  • cyan value is 0.00%
  • magenta value is 40.71%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(0,41,9,45)
C0M41Y9K45 
(0%,41%,9%,45%)
(0.00/0.41/0.09/0.45)	

CMYK percentages

%0
%40.71
%9.29
%45.1

Codes

Color #8C537F in popluar color models

8C537F
RGB14083127
HSL314°25.56%43.73%
HSB/HSV314°40.71%54.90%
CMYK0.00%40.71%9.29%
45.10%

Color #8C537F in popluar number systems.

HEX8C537F
Decimal14083127
Binary1000110010100111111111
Octal214123177

Shades and tints

Shades of #8C537F

#8C537F
(140,83,127)
#804C74
(128,76,116)
#744569
(116,69,105)
#683E5E
(104,62,94)
#5C3753
(92,55,83)
#503048
(80,48,72)
#44293D
(68,41,61)
#382232
(56,34,50)
#2C1B27
(44,27,39)
#20141C
(32,20,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #8C537F

#8C537F
(140,83,127)
#96628A
(150,98,138)
#A07195
(160,113,149)
#AA80A0
(170,128,160)
#B48FAB
(180,143,171)
#BE9EB6
(190,158,182)
#C8ADC1
(200,173,193)
#D2BCCC
(210,188,204)
#DCCBD7
(220,203,215)
#E6DAE2
(230,218,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C537F; }

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

This text font color is #8C537F.


Background Color

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

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

This div background color is #8C537F.


Border color

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

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

This div border color is #8C537F.


Opacity

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

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

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

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

This text has shadow with #8C537F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C537F on black background.


Color preview on white background

This text has color #8C537F on white background.



Black color preview on #8C537F background

This text has black color on #8C537F background.


White color preview on #8C537F background

This text has white color on #8C537F background.