COLOR #8C2020

HEX: #8C2020 RGB: (140,32,32)

Color info

#8C2020 contains mainly red color. Web safe color of #8C2020 is #993333 (or #933).

RGB color model

#8C2020 color RGB value is (140,32,32).

RGB: (140,32,32) (55%, 13%, 13%)

RGB channels and saturation

R 140 of 255 = 55%
G 32 of 255 = 13%
B 32 of 255 = 13%

140
32
32

R + G + B ~ 27%. #8C2020 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 32 + 32 = 204 (100%)
R 140 of 204 ~ 68.63%
G 32 of 204 ~ 15.69%
B 32 of 204 ~ 15.69'%

%68.63
%15.69
%15.69

CMYK color model

#8C2020 color CMYK value is (0,77,77,45).

  • cyan value is 0.00%
  • magenta value is 77.14%
  • yellow value is 77.14%
  • key color value is 45.10%

CMYK: (0,77,77,45)
C0M77Y77K45 (0%, 77%, 77%, 45%)
(0.00 / 0.77 / 0.77 / 0.45)

CMYK percentages

%0
%77.14
%77.14
%45.1

Codes

Color #8C2020 in popluar color models

8C 20 20
RGB 140 32 32
HSL 62.79% 33.73%
HSB/HSV 77.14% 54.90%
CMYK 0.00% 77.14% 77.14%
45.10%

Color #8C2020 in popluar number systems.

HEX 8C 20 20
Decimal 140 32 32
Binary 10001100 100000 100000
Octal 214 40 40

Shades and tints

Shades of #8C2020

#8C2020
(140,32,32)
#801E1E
(128,30,30)
#741C1C
(116,28,28)
#681A1A
(104,26,26)
#5C1818
(92,24,24)
#501616
(80,22,22)
#441414
(68,20,20)
#381212
(56,18,18)
#2C1010
(44,16,16)
#200E0E
(32,14,14)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #8C2020

#8C2020
(140,32,32)
#963434
(150,52,52)
#A04848
(160,72,72)
#AA5C5C
(170,92,92)
#B47070
(180,112,112)
#BE8484
(190,132,132)
#C89898
(200,152,152)
#D2ACAC
(210,172,172)
#DCC0C0
(220,192,192)
#E6D4D4
(230,212,212)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C2020; }

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

This text font color is #8C2020.

Background Color

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

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

This div background color is #8C2020.

Border color

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

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

This div border color is #8C2020.

Opacity

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

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

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

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

This text has shadow with #8C2020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C2020.

Preview

Color preview on black background

This text has color #8C2020 on black background.


Color preview on white background

This text has color #8C2020 on white background.


Black color preview on #8C2020 background

This text has black color on #8C2020 background.


White color preview on #8C2020 background

This text has white color on #8C2020 background.


Related colors

Complementary color

Complementary color for #hex is #73DFDF.


I love getcolorcode.com