COLOR #8C0130

HEX: #8C0130
RGB: (140,1,48)

Color info

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

RGB color model

#8C0130 color RGB value is (140,1,48).

  • red value is 140;
  • green value is 1;
  • blue value is 48.
RGB:
(140,1,48)
(55%,0%,19%)

RGB channels and saturation

R 140 of 255 = 55%
G 1 of 255 = 0%
B 48 of 255 = 19%

140
1
48

R + G + B ~ 25%. #8C0130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 1 + 48 = 189 (100%)
R 140 of 189 ~ 74.07%
G 1 of 189 ~ 0.53%
B 48 of 189 ~ 25.4%

%74.07
%25.4

CMYK color model

#8C0130 color CMYK value is (0,99,66,45).

  • cyan value is 0.00%
  • magenta value is 99.29%
  • yellow value is 65.71%
  • key color value is 45.10%
CMYK:
(0,99,66,45)
C0M99Y66K45 
(0%,99%,66%,45%)
(0.00/0.99/0.66/0.45)	

CMYK percentages

%0
%99.29
%65.71
%45.1

Codes

Color #8C0130 in popluar color models

8C0130
RGB140148
HSL340°98.58%27.65%
HSB/HSV340°99.29%54.90%
CMYK0.00%99.29%65.71%
45.10%

Color #8C0130 in popluar number systems.

HEX8C0130
Decimal140148
Binary100011001110000
Octal214160

Shades and tints

Shades of #8C0130

#8C0130
(140,1,48)
#80012C
(128,1,44)
#740128
(116,1,40)
#680124
(104,1,36)
#5C0120
(92,1,32)
#50011C
(80,1,28)
#440118
(68,1,24)
#380114
(56,1,20)
#2C0110
(44,1,16)
#20010C
(32,1,12)
#140108
(20,1,8)
#000000
(0,0,0)

Tints of #8C0130

#8C0130
(140,1,48)
#961842
(150,24,66)
#A02F54
(160,47,84)
#AA4666
(170,70,102)
#B45D78
(180,93,120)
#BE748A
(190,116,138)
#C88B9C
(200,139,156)
#D2A2AE
(210,162,174)
#DCB9C0
(220,185,192)
#E6D0D2
(230,208,210)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C0130 color. Also use rgb(140,1,48) instead hex code.

Text Font Color

.myTextColor { color: #8C0130; }

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

This text font color is #8C0130.


Background Color

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

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

This div background color is #8C0130.


Border color

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

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

This div border color is #8C0130.


Opacity

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

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

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

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

This text has shadow with #8C0130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0130 on black background.


Color preview on white background

This text has color #8C0130 on white background.



Black color preview on #8C0130 background

This text has black color on #8C0130 background.


White color preview on #8C0130 background

This text has white color on #8C0130 background.