COLOR #8C0C48

HEX: #8C0C48
RGB: (140,12,72)

Color info

#8C0C48 contains mainly red color. Web safe color of #8C0C48 is #990033 (or #903).

RGB color model

#8C0C48 color RGB value is (140,12,72).

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

RGB channels and saturation

R 140 of 255 = 55%
G 12 of 255 = 5%
B 72 of 255 = 28%

140
12
72

R + G + B ~ 29%. #8C0C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 12 + 72 = 224 (100%)
R 140 of 224 ~ 62.5%
G 12 of 224 ~ 5.36%
B 72 of 224 ~ 32.14%

%62.5
%32.14

CMYK color model

#8C0C48 color CMYK value is (0,91,49,45).

  • cyan value is 0.00%
  • magenta value is 91.43%
  • yellow value is 48.57%
  • key color value is 45.10%
CMYK:
(0,91,49,45)
C0M91Y49K45 
(0%,91%,49%,45%)
(0.00/0.91/0.49/0.45)	

CMYK percentages

%0
%91.43
%48.57
%45.1

Codes

Color #8C0C48 in popluar color models

8C0C48
RGB1401272
HSL332°84.21%29.80%
HSB/HSV332°91.43%54.90%
CMYK0.00%91.43%48.57%
45.10%

Color #8C0C48 in popluar number systems.

HEX8C0C48
Decimal1401272
Binary1000110011001001000
Octal21414110

Shades and tints

Shades of #8C0C48

#8C0C48
(140,12,72)
#800B42
(128,11,66)
#740A3C
(116,10,60)
#680936
(104,9,54)
#5C0830
(92,8,48)
#50072A
(80,7,42)
#440624
(68,6,36)
#38051E
(56,5,30)
#2C0418
(44,4,24)
#200312
(32,3,18)
#14020C
(20,2,12)
#000000
(0,0,0)

Tints of #8C0C48

#8C0C48
(140,12,72)
#962258
(150,34,88)
#A03868
(160,56,104)
#AA4E78
(170,78,120)
#B46488
(180,100,136)
#BE7A98
(190,122,152)
#C890A8
(200,144,168)
#D2A6B8
(210,166,184)
#DCBCC8
(220,188,200)
#E6D2D8
(230,210,216)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C0C48; }

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

This text font color is #8C0C48.


Background Color

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

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

This div background color is #8C0C48.


Border color

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

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

This div border color is #8C0C48.


Opacity

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

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

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

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

This text has shadow with #8C0C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0C48 on black background.


Color preview on white background

This text has color #8C0C48 on white background.



Black color preview on #8C0C48 background

This text has black color on #8C0C48 background.


White color preview on #8C0C48 background

This text has white color on #8C0C48 background.