COLOR #8C002F

HEX: #8C002F
RGB: (140,0,47)

Color info

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

RGB color model

#8C002F color RGB value is (140,0,47).

  • red value is 140;
  • green value is 0;
  • blue value is 47.
RGB:
(140,0,47)
(55%,0%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 0 of 255 = 0%
B 47 of 255 = 18%

140
0
47

R + G + B ~ 24%. #8C002F is dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 47 = 187 (100%)
R 140 of 187 ~ 74.87%
G 0 of 187 ~ 0%
B 47 of 187 ~ 25.13%

%74.87
%25.13

CMYK color model

#8C002F color CMYK value is (0,100,66,45).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 66.43%
  • key color value is 45.10%
CMYK:
(0,100,66,45)
C0M100Y66K45 
(0%,100%,66%,45%)
(0.00/1.00/0.66/0.45)	

CMYK percentages

%0
%100
%66.43
%45.1

Codes

Color #8C002F in popluar color models

8C002F
RGB140047
HSL340°100.00%27.45%
HSB/HSV340°100.00%54.90%
CMYK0.00%100.00%66.43%
45.10%

Color #8C002F in popluar number systems.

HEX8C002F
Decimal140047
Binary100011000101111
Octal214057

Shades and tints

Shades of #8C002F

#8C002F
(140,0,47)
#80002B
(128,0,43)
#740027
(116,0,39)
#680023
(104,0,35)
#5C001F
(92,0,31)
#50001B
(80,0,27)
#440017
(68,0,23)
#380013
(56,0,19)
#2C000F
(44,0,15)
#20000B
(32,0,11)
#140007
(20,0,7)
#000000
(0,0,0)

Tints of #8C002F

#8C002F
(140,0,47)
#961741
(150,23,65)
#A02E53
(160,46,83)
#AA4565
(170,69,101)
#B45C77
(180,92,119)
#BE7389
(190,115,137)
#C88A9B
(200,138,155)
#D2A1AD
(210,161,173)
#DCB8BF
(220,184,191)
#E6CFD1
(230,207,209)
#F0E6E3
(240,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C002F color. Also use rgb(140,0,47) instead hex code.

Text Font Color

.myTextColor { color: #8C002F; }

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

This text font color is #8C002F.


Background Color

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

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

This div background color is #8C002F.


Border color

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

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

This div border color is #8C002F.


Opacity

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

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

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

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

This text has shadow with #8C002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C002F on black background.


Color preview on white background

This text has color #8C002F on white background.



Black color preview on #8C002F background

This text has black color on #8C002F background.


White color preview on #8C002F background

This text has white color on #8C002F background.