COLOR #8C4770

HEX: #8C4770
RGB: (140,71,112)

Color info

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

RGB color model

#8C4770 color RGB value is (140,71,112).

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

RGB channels and saturation

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

140
71
112

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

Portions of RGB colors in percentages

R + G + B =
140 + 71 + 112 = 323 (100%)
R 140 of 323 ~ 43.34%
G 71 of 323 ~ 21.98%
B 112 of 323 ~ 34.67%

%43.34
%21.98
%34.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.29%
  • 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
%49.29
%20
%45.1

Codes

Color #8C4770 in popluar color models

8C4770
RGB14071112
HSL324°32.70%41.37%
HSB/HSV324°49.29%54.90%
CMYK0.00%49.29%20.00%
45.10%

Color #8C4770 in popluar number systems.

HEX8C4770
Decimal14071112
Binary1000110010001111110000
Octal214107160

Shades and tints

Shades of #8C4770

#8C4770
(140,71,112)
#804166
(128,65,102)
#743B5C
(116,59,92)
#683552
(104,53,82)
#5C2F48
(92,47,72)
#50293E
(80,41,62)
#442334
(68,35,52)
#381D2A
(56,29,42)
#2C1720
(44,23,32)
#201116
(32,17,22)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #8C4770

#8C4770
(140,71,112)
#96577D
(150,87,125)
#A0678A
(160,103,138)
#AA7797
(170,119,151)
#B487A4
(180,135,164)
#BE97B1
(190,151,177)
#C8A7BE
(200,167,190)
#D2B7CB
(210,183,203)
#DCC7D8
(220,199,216)
#E6D7E5
(230,215,229)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4770; }

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

This text font color is #8C4770.


Background Color

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

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

This div background color is #8C4770.


Border color

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

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

This div border color is #8C4770.


Opacity

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

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

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

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

This text has shadow with #8C4770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4770 on black background.


Color preview on white background

This text has color #8C4770 on white background.



Black color preview on #8C4770 background

This text has black color on #8C4770 background.


White color preview on #8C4770 background

This text has white color on #8C4770 background.