COLOR #8C5476

HEX: #8C5476
RGB: (140,84,118)

Color info

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

RGB color model

#8C5476 color RGB value is (140,84,118).

  • red value is 140;
  • green value is 84;
  • blue value is 118.
RGB:
(140,84,118)
(55%,33%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 84 of 255 = 33%
B 118 of 255 = 46%

140
84
118

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

Portions of RGB colors in percentages

R + G + B =
140 + 84 + 118 = 342 (100%)
R 140 of 342 ~ 40.94%
G 84 of 342 ~ 24.56%
B 118 of 342 ~ 34.5%

%40.94
%24.56
%34.5

CMYK color model

#8C5476 color CMYK value is (0,40,16,45).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(0,40,16,45)
C0M40Y16K45 
(0%,40%,16%,45%)
(0.00/0.40/0.16/0.45)	

CMYK percentages

%0
%40
%15.71
%45.1

Codes

Color #8C5476 in popluar color models

8C5476
RGB14084118
HSL324°25.00%43.92%
HSB/HSV324°40.00%54.90%
CMYK0.00%40.00%15.71%
45.10%

Color #8C5476 in popluar number systems.

HEX8C5476
Decimal14084118
Binary1000110010101001110110
Octal214124166

Shades and tints

Shades of #8C5476

#8C5476
(140,84,118)
#804D6C
(128,77,108)
#744662
(116,70,98)
#683F58
(104,63,88)
#5C384E
(92,56,78)
#503144
(80,49,68)
#442A3A
(68,42,58)
#382330
(56,35,48)
#2C1C26
(44,28,38)
#20151C
(32,21,28)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #8C5476

#8C5476
(140,84,118)
#966382
(150,99,130)
#A0728E
(160,114,142)
#AA819A
(170,129,154)
#B490A6
(180,144,166)
#BE9FB2
(190,159,178)
#C8AEBE
(200,174,190)
#D2BDCA
(210,189,202)
#DCCCD6
(220,204,214)
#E6DBE2
(230,219,226)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5476 color. Also use rgb(140,84,118) instead hex code.

Text Font Color

.myTextColor { color: #8C5476; }

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

This text font color is #8C5476.


Background Color

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

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

This div background color is #8C5476.


Border color

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

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

This div border color is #8C5476.


Opacity

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

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

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

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

This text has shadow with #8C5476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5476 on black background.


Color preview on white background

This text has color #8C5476 on white background.



Black color preview on #8C5476 background

This text has black color on #8C5476 background.


White color preview on #8C5476 background

This text has white color on #8C5476 background.