COLOR #8C5978

HEX: #8C5978 RGB: (140,89,120)

Color info

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

RGB color model

#8C5978 color RGB value is (140,89,120).

RGB: (140,89,120) (55%, 35%, 47%)

RGB channels and saturation

R 140 of 255 = 55%
G 89 of 255 = 35%
B 120 of 255 = 47%

140
89
120

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

Portions of RGB colors in percentages

R + G + B = 140 + 89 + 120 = 349 (100%)
R 140 of 349 ~ 40.11%
G 89 of 349 ~ 25.5%
B 120 of 349 ~ 34.38'%

%40.11
%25.5
%34.38

CMYK color model

#8C5978 color CMYK value is (0,36,14,45).

  • cyan value is 0.00%
  • magenta value is 36.43%
  • yellow value is 14.29%
  • key color value is 45.10%

CMYK: (0,36,14,45)
C0M36Y14K45 (0%, 36%, 14%, 45%)
(0.00 / 0.36 / 0.14 / 0.45)

CMYK percentages

%0
%36.43
%14.29
%45.1

Codes

Color #8C5978 in popluar color models

8C 59 78
RGB 140 89 120
HSL 324° 22.27% 44.90%
HSB/HSV 324° 36.43% 54.90%
CMYK 0.00% 36.43% 14.29%
45.10%

Color #8C5978 in popluar number systems.

HEX 8C 59 78
Decimal 140 89 120
Binary 10001100 1011001 1111000
Octal 214 131 170

Shades and tints

Shades of #8C5978

#8C5978
(140,89,120)
#80516E
(128,81,110)
#744964
(116,73,100)
#68415A
(104,65,90)
#5C3950
(92,57,80)
#503146
(80,49,70)
#44293C
(68,41,60)
#382132
(56,33,50)
#2C1928
(44,25,40)
#20111E
(32,17,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #8C5978

#8C5978
(140,89,120)
#966884
(150,104,132)
#A07790
(160,119,144)
#AA869C
(170,134,156)
#B495A8
(180,149,168)
#BEA4B4
(190,164,180)
#C8B3C0
(200,179,192)
#D2C2CC
(210,194,204)
#DCD1D8
(220,209,216)
#E6E0E4
(230,224,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5978; }

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

This text font color is #8C5978.

Background Color

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

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

This div background color is #8C5978.

Border color

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

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

This div border color is #8C5978.

Opacity

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

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

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

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

This text has shadow with #8C5978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5978.

Preview

Color preview on black background

This text has color #8C5978 on black background.


Color preview on white background

This text has color #8C5978 on white background.


Black color preview on #8C5978 background

This text has black color on #8C5978 background.


White color preview on #8C5978 background

This text has white color on #8C5978 background.


Related colors

Complementary color

Complementary color for #hex is #73A687.


I love getcolorcode.com

Triadic colors

1 #788C59 and #59788C with #8C5978 are triadic colors.

2 #78598C and #598C78 with #8C5978 are triadic colors.