COLOR #8C5C78

HEX: #8C5C78
RGB: (140,92,120)

Color info

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

RGB color model

#8C5C78 color RGB value is (140,92,120).

  • red value is 140;
  • green value is 92;
  • blue value is 120.
RGB:
(140,92,120)
(55%,36%,47%)

RGB channels and saturation

R 140 of 255 = 55%
G 92 of 255 = 36%
B 120 of 255 = 47%

140
92
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 92 + 120 = 352 (100%)
R 140 of 352 ~ 39.77%
G 92 of 352 ~ 26.14%
B 120 of 352 ~ 34.09%

%39.77
%26.14
%34.09

CMYK color model

#8C5C78 color CMYK value is (0,34,14,45).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(0,34,14,45)
C0M34Y14K45 
(0%,34%,14%,45%)
(0.00/0.34/0.14/0.45)	

CMYK percentages

%0
%34.29
%14.29
%45.1

Codes

Color #8C5C78 in popluar color models

8C5C78
RGB14092120
HSL325°20.69%45.49%
HSB/HSV325°34.29%54.90%
CMYK0.00%34.29%14.29%
45.10%

Color #8C5C78 in popluar number systems.

HEX8C5C78
Decimal14092120
Binary1000110010111001111000
Octal214134170

Shades and tints

Shades of #8C5C78

#8C5C78
(140,92,120)
#80546E
(128,84,110)
#744C64
(116,76,100)
#68445A
(104,68,90)
#5C3C50
(92,60,80)
#503446
(80,52,70)
#442C3C
(68,44,60)
#382432
(56,36,50)
#2C1C28
(44,28,40)
#20141E
(32,20,30)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #8C5C78

#8C5C78
(140,92,120)
#966A84
(150,106,132)
#A07890
(160,120,144)
#AA869C
(170,134,156)
#B494A8
(180,148,168)
#BEA2B4
(190,162,180)
#C8B0C0
(200,176,192)
#D2BECC
(210,190,204)
#DCCCD8
(220,204,216)
#E6DAE4
(230,218,228)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5C78 color. Also use rgb(140,92,120) instead hex code.

Text Font Color

.myTextColor { color: #8C5C78; }

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

This text font color is #8C5C78.


Background Color

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

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

This div background color is #8C5C78.


Border color

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

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

This div border color is #8C5C78.


Opacity

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

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

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

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

This text has shadow with #8C5C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5C78 on black background.


Color preview on white background

This text has color #8C5C78 on white background.



Black color preview on #8C5C78 background

This text has black color on #8C5C78 background.


White color preview on #8C5C78 background

This text has white color on #8C5C78 background.