COLOR #8C4F78

HEX: #8C4F78
RGB: (140,79,120)

Color info

#8C4F78 contains mainly red and blue colors. Web safe color of #8C4F78 is #996666 (or #966).

RGB color model

#8C4F78 color RGB value is (140,79,120).

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

RGB channels and saturation

R 140 of 255 = 55%
G 79 of 255 = 31%
B 120 of 255 = 47%

140
79
120

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

Portions of RGB colors in percentages

R + G + B =
140 + 79 + 120 = 339 (100%)
R 140 of 339 ~ 41.3%
G 79 of 339 ~ 23.3%
B 120 of 339 ~ 35.4%

%41.3
%23.3
%35.4

CMYK color model

#8C4F78 color CMYK value is (0,44,14,45).

  • cyan value is 0.00%
  • magenta value is 43.57%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(0,44,14,45)
C0M44Y14K45 
(0%,44%,14%,45%)
(0.00/0.44/0.14/0.45)	

CMYK percentages

%0
%43.57
%14.29
%45.1

Codes

Color #8C4F78 in popluar color models

8C4F78
RGB14079120
HSL320°27.85%42.94%
HSB/HSV320°43.57%54.90%
CMYK0.00%43.57%14.29%
45.10%

Color #8C4F78 in popluar number systems.

HEX8C4F78
Decimal14079120
Binary1000110010011111111000
Octal214117170

Shades and tints

Shades of #8C4F78

#8C4F78
(140,79,120)
#80486E
(128,72,110)
#744164
(116,65,100)
#683A5A
(104,58,90)
#5C3350
(92,51,80)
#502C46
(80,44,70)
#44253C
(68,37,60)
#381E32
(56,30,50)
#2C1728
(44,23,40)
#20101E
(32,16,30)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #8C4F78

#8C4F78
(140,79,120)
#965F84
(150,95,132)
#A06F90
(160,111,144)
#AA7F9C
(170,127,156)
#B48FA8
(180,143,168)
#BE9FB4
(190,159,180)
#C8AFC0
(200,175,192)
#D2BFCC
(210,191,204)
#DCCFD8
(220,207,216)
#E6DFE4
(230,223,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4F78; }

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

This text font color is #8C4F78.


Background Color

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

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

This div background color is #8C4F78.


Border color

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

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

This div border color is #8C4F78.


Opacity

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

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

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

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

This text has shadow with #8C4F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4F78 on black background.


Color preview on white background

This text has color #8C4F78 on white background.



Black color preview on #8C4F78 background

This text has black color on #8C4F78 background.


White color preview on #8C4F78 background

This text has white color on #8C4F78 background.