COLOR #8C072B

HEX: #8C072B
RGB: (140,7,43)

Color info

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

RGB color model

#8C072B color RGB value is (140,7,43).

  • red value is 140;
  • green value is 7;
  • blue value is 43.
RGB:
(140,7,43)
(55%,3%,17%)

RGB channels and saturation

R 140 of 255 = 55%
G 7 of 255 = 3%
B 43 of 255 = 17%

140
7
43

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

Portions of RGB colors in percentages

R + G + B =
140 + 7 + 43 = 190 (100%)
R 140 of 190 ~ 73.68%
G 7 of 190 ~ 3.68%
B 43 of 190 ~ 22.63%

%73.68
%22.63

CMYK color model

#8C072B color CMYK value is (0,95,69,45).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 69.29%
  • key color value is 45.10%
CMYK:
(0,95,69,45)
C0M95Y69K45 
(0%,95%,69%,45%)
(0.00/0.95/0.69/0.45)	

CMYK percentages

%0
%95
%69.29
%45.1

Codes

Color #8C072B in popluar color models

8C072B
RGB140743
HSL344°90.48%28.82%
HSB/HSV344°95.00%54.90%
CMYK0.00%95.00%69.29%
45.10%

Color #8C072B in popluar number systems.

HEX8C072B
Decimal140743
Binary10001100111101011
Octal214753

Shades and tints

Shades of #8C072B

#8C072B
(140,7,43)
#800728
(128,7,40)
#740725
(116,7,37)
#680722
(104,7,34)
#5C071F
(92,7,31)
#50071C
(80,7,28)
#440719
(68,7,25)
#380716
(56,7,22)
#2C0713
(44,7,19)
#200710
(32,7,16)
#14070D
(20,7,13)
#000000
(0,0,0)

Tints of #8C072B

#8C072B
(140,7,43)
#961D3E
(150,29,62)
#A03351
(160,51,81)
#AA4964
(170,73,100)
#B45F77
(180,95,119)
#BE758A
(190,117,138)
#C88B9D
(200,139,157)
#D2A1B0
(210,161,176)
#DCB7C3
(220,183,195)
#E6CDD6
(230,205,214)
#F0E3E9
(240,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C072B color. Also use rgb(140,7,43) instead hex code.

Text Font Color

.myTextColor { color: #8C072B; }

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

This text font color is #8C072B.


Background Color

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

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

This div background color is #8C072B.


Border color

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

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

This div border color is #8C072B.


Opacity

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

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

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

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

This text has shadow with #8C072B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C072B on black background.


Color preview on white background

This text has color #8C072B on white background.



Black color preview on #8C072B background

This text has black color on #8C072B background.


White color preview on #8C072B background

This text has white color on #8C072B background.