COLOR #8C4868

HEX: #8C4868
RGB: (140,72,104)

Color info

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

RGB color model

#8C4868 color RGB value is (140,72,104).

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

RGB channels and saturation

R 140 of 255 = 55%
G 72 of 255 = 28%
B 104 of 255 = 41%

140
72
104

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

Portions of RGB colors in percentages

R + G + B =
140 + 72 + 104 = 316 (100%)
R 140 of 316 ~ 44.3%
G 72 of 316 ~ 22.78%
B 104 of 316 ~ 32.91%

%44.3
%22.78
%32.91

CMYK color model

#8C4868 color CMYK value is (0,49,26,45).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 25.71%
  • key color value is 45.10%
CMYK:
(0,49,26,45)
C0M49Y26K45 
(0%,49%,26%,45%)
(0.00/0.49/0.26/0.45)	

CMYK percentages

%0
%48.57
%25.71
%45.1

Codes

Color #8C4868 in popluar color models

8C4868
RGB14072104
HSL332°32.08%41.57%
HSB/HSV332°48.57%54.90%
CMYK0.00%48.57%25.71%
45.10%

Color #8C4868 in popluar number systems.

HEX8C4868
Decimal14072104
Binary1000110010010001101000
Octal214110150

Shades and tints

Shades of #8C4868

#8C4868
(140,72,104)
#80425F
(128,66,95)
#743C56
(116,60,86)
#68364D
(104,54,77)
#5C3044
(92,48,68)
#502A3B
(80,42,59)
#442432
(68,36,50)
#381E29
(56,30,41)
#2C1820
(44,24,32)
#201217
(32,18,23)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #8C4868

#8C4868
(140,72,104)
#965875
(150,88,117)
#A06882
(160,104,130)
#AA788F
(170,120,143)
#B4889C
(180,136,156)
#BE98A9
(190,152,169)
#C8A8B6
(200,168,182)
#D2B8C3
(210,184,195)
#DCC8D0
(220,200,208)
#E6D8DD
(230,216,221)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4868; }

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

This text font color is #8C4868.


Background Color

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

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

This div background color is #8C4868.


Border color

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

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

This div border color is #8C4868.


Opacity

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

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

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

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

This text has shadow with #8C4868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4868 on black background.


Color preview on white background

This text has color #8C4868 on white background.



Black color preview on #8C4868 background

This text has black color on #8C4868 background.


White color preview on #8C4868 background

This text has white color on #8C4868 background.