COLOR #8C5B7F

HEX: #8C5B7F
RGB: (140,91,127)

Color info

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

RGB color model

#8C5B7F color RGB value is (140,91,127).

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

RGB channels and saturation

R 140 of 255 = 55%
G 91 of 255 = 36%
B 127 of 255 = 50%

140
91
127

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

Portions of RGB colors in percentages

R + G + B =
140 + 91 + 127 = 358 (100%)
R 140 of 358 ~ 39.11%
G 91 of 358 ~ 25.42%
B 127 of 358 ~ 35.47%

%39.11
%25.42
%35.47

CMYK color model

#8C5B7F color CMYK value is (0,35,9,45).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 9.29%
  • key color value is 45.10%
CMYK:
(0,35,9,45)
C0M35Y9K45 
(0%,35%,9%,45%)
(0.00/0.35/0.09/0.45)	

CMYK percentages

%0
%35
%9.29
%45.1

Codes

Color #8C5B7F in popluar color models

8C5B7F
RGB14091127
HSL316°21.21%45.29%
HSB/HSV316°35.00%54.90%
CMYK0.00%35.00%9.29%
45.10%

Color #8C5B7F in popluar number systems.

HEX8C5B7F
Decimal14091127
Binary1000110010110111111111
Octal214133177

Shades and tints

Shades of #8C5B7F

#8C5B7F
(140,91,127)
#805374
(128,83,116)
#744B69
(116,75,105)
#68435E
(104,67,94)
#5C3B53
(92,59,83)
#503348
(80,51,72)
#442B3D
(68,43,61)
#382332
(56,35,50)
#2C1B27
(44,27,39)
#20131C
(32,19,28)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #8C5B7F

#8C5B7F
(140,91,127)
#96698A
(150,105,138)
#A07795
(160,119,149)
#AA85A0
(170,133,160)
#B493AB
(180,147,171)
#BEA1B6
(190,161,182)
#C8AFC1
(200,175,193)
#D2BDCC
(210,189,204)
#DCCBD7
(220,203,215)
#E6D9E2
(230,217,226)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5B7F; }

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

This text font color is #8C5B7F.


Background Color

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

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

This div background color is #8C5B7F.


Border color

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

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

This div border color is #8C5B7F.


Opacity

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

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

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

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

This text has shadow with #8C5B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5B7F on black background.


Color preview on white background

This text has color #8C5B7F on white background.



Black color preview on #8C5B7F background

This text has black color on #8C5B7F background.


White color preview on #8C5B7F background

This text has white color on #8C5B7F background.