COLOR #8C4870

HEX: #8C4870
RGB: (140,72,112)

Color info

#8C4870 contains mainly red and blue colors. Web safe color of #8C4870 is #993366 (or #936).

RGB color model

#8C4870 color RGB value is (140,72,112).

  • red value is 140;
  • green value is 72;
  • blue value is 112.
RGB:
(140,72,112)
(55%,28%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 72 of 255 = 28%
B 112 of 255 = 44%

140
72
112

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

Portions of RGB colors in percentages

R + G + B =
140 + 72 + 112 = 324 (100%)
R 140 of 324 ~ 43.21%
G 72 of 324 ~ 22.22%
B 112 of 324 ~ 34.57%

%43.21
%22.22
%34.57

CMYK color model

#8C4870 color CMYK value is (0,49,20,45).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 20.00%
  • key color value is 45.10%
CMYK:
(0,49,20,45)
C0M49Y20K45 
(0%,49%,20%,45%)
(0.00/0.49/0.20/0.45)	

CMYK percentages

%0
%48.57
%20
%45.1

Codes

Color #8C4870 in popluar color models

8C4870
RGB14072112
HSL325°32.08%41.57%
HSB/HSV325°48.57%54.90%
CMYK0.00%48.57%20.00%
45.10%

Color #8C4870 in popluar number systems.

HEX8C4870
Decimal14072112
Binary1000110010010001110000
Octal214110160

Shades and tints

Shades of #8C4870

#8C4870
(140,72,112)
#804266
(128,66,102)
#743C5C
(116,60,92)
#683652
(104,54,82)
#5C3048
(92,48,72)
#502A3E
(80,42,62)
#442434
(68,36,52)
#381E2A
(56,30,42)
#2C1820
(44,24,32)
#201216
(32,18,22)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #8C4870

#8C4870
(140,72,112)
#96587D
(150,88,125)
#A0688A
(160,104,138)
#AA7897
(170,120,151)
#B488A4
(180,136,164)
#BE98B1
(190,152,177)
#C8A8BE
(200,168,190)
#D2B8CB
(210,184,203)
#DCC8D8
(220,200,216)
#E6D8E5
(230,216,229)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4870 color. Also use rgb(140,72,112) instead hex code.

Text Font Color

.myTextColor { color: #8C4870; }

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

This text font color is #8C4870.


Background Color

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

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

This div background color is #8C4870.


Border color

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

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

This div border color is #8C4870.


Opacity

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

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

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

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

This text has shadow with #8C4870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4870 on black background.


Color preview on white background

This text has color #8C4870 on white background.



Black color preview on #8C4870 background

This text has black color on #8C4870 background.


White color preview on #8C4870 background

This text has white color on #8C4870 background.