COLOR #78021D

HEX: #78021D
RGB: (120,2,29)

Color info

#78021D contains mainly red color. Web safe color of #78021D is #660033 (or #603).

RGB color model

#78021D color RGB value is (120,2,29).

  • red value is 120;
  • green value is 2;
  • blue value is 29.
RGB:
(120,2,29)
(47%,1%,11%)

RGB channels and saturation

R 120 of 255 = 47%
G 2 of 255 = 1%
B 29 of 255 = 11%

120
2
29

R + G + B ~ 20%. #78021D is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 2 + 29 = 151 (100%)
R 120 of 151 ~ 79.47%
G 2 of 151 ~ 1.32%
B 29 of 151 ~ 19.21%

%79.47
%19.21

CMYK color model

#78021D color CMYK value is (0,98,76,53).

  • cyan value is 0.00%
  • magenta value is 98.33%
  • yellow value is 75.83%
  • key color value is 52.94%
CMYK:
(0,98,76,53)
C0M98Y76K53 
(0%,98%,76%,53%)
(0.00/0.98/0.76/0.53)	

CMYK percentages

%0
%98.33
%75.83
%52.94

Codes

Color #78021D in popluar color models

78021D
RGB120229
HSL346°96.72%23.92%
HSB/HSV346°98.33%47.06%
CMYK0.00%98.33%75.83%
52.94%

Color #78021D in popluar number systems.

HEX78021D
Decimal120229
Binary11110001011101
Octal170235

Shades and tints

Shades of #78021D

#78021D
(120,2,29)
#6E021B
(110,2,27)
#640219
(100,2,25)
#5A0217
(90,2,23)
#500215
(80,2,21)
#460213
(70,2,19)
#3C0211
(60,2,17)
#32020F
(50,2,15)
#28020D
(40,2,13)
#1E020B
(30,2,11)
#140209
(20,2,9)
#000000
(0,0,0)

Tints of #78021D

#78021D
(120,2,29)
#841931
(132,25,49)
#903045
(144,48,69)
#9C4759
(156,71,89)
#A85E6D
(168,94,109)
#B47581
(180,117,129)
#C08C95
(192,140,149)
#CCA3A9
(204,163,169)
#D8BABD
(216,186,189)
#E4D1D1
(228,209,209)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78021D color. Also use rgb(120,2,29) instead hex code.

Text Font Color

.myTextColor { color: #78021D; }

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

This text font color is #78021D.


Background Color

.myBgColor { background-color: #78021D; }

<div style="background-color:#78021D">Inner text</div>

This div background color is #78021D.


Border color

.myBorderColor { border: 1px solid #78021D; }

<div style="border:3px solid #78021D">Div</div>

This div border color is #78021D.


Opacity

.myOpacity80 { color: #78021D; opacity: 0.8; }

<p style="color:#78021D;opacity:0.8;">80%</p>

Text with #78021D 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 #78021D;}

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

This text has shadow with #78021D color.

.textShadow {text-shadow: 3px 3px 1px #78021D, 3px 3px 1px red;}

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

This text has shadow with #78021D primary color and red secondary color.


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

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

This text has shadow with #78021D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78021D on black background.


Color preview on white background

This text has color #78021D on white background.



Black color preview on #78021D background

This text has black color on #78021D background.


White color preview on #78021D background

This text has white color on #78021D background.