COLOR #78041C

HEX: #78041C
RGB: (120,4,28)

Color info

#78041C contains mainly red color. Web safe color of #78041C is #660033 (or #603).

RGB color model

#78041C color RGB value is (120,4,28).

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

RGB channels and saturation

R 120 of 255 = 47%
G 4 of 255 = 2%
B 28 of 255 = 11%

120
4
28

R + G + B ~ 20%. #78041C is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 4 + 28 = 152 (100%)
R 120 of 152 ~ 78.95%
G 4 of 152 ~ 2.63%
B 28 of 152 ~ 18.42%

%78.95
%18.42

CMYK color model

#78041C color CMYK value is (0,97,77,53).

  • cyan value is 0.00%
  • magenta value is 96.67%
  • yellow value is 76.67%
  • key color value is 52.94%
CMYK:
(0,97,77,53)
C0M97Y77K53 
(0%,97%,77%,53%)
(0.00/0.97/0.77/0.53)	

CMYK percentages

%0
%96.67
%76.67
%52.94

Codes

Color #78041C in popluar color models

78041C
RGB120428
HSL348°93.55%24.31%
HSB/HSV348°96.67%47.06%
CMYK0.00%96.67%76.67%
52.94%

Color #78041C in popluar number systems.

HEX78041C
Decimal120428
Binary111100010011100
Octal170434

Shades and tints

Shades of #78041C

#78041C
(120,4,28)
#6E041A
(110,4,26)
#640418
(100,4,24)
#5A0416
(90,4,22)
#500414
(80,4,20)
#460412
(70,4,18)
#3C0410
(60,4,16)
#32040E
(50,4,14)
#28040C
(40,4,12)
#1E040A
(30,4,10)
#140408
(20,4,8)
#000000
(0,0,0)

Tints of #78041C

#78041C
(120,4,28)
#841A30
(132,26,48)
#903044
(144,48,68)
#9C4658
(156,70,88)
#A85C6C
(168,92,108)
#B47280
(180,114,128)
#C08894
(192,136,148)
#CC9EA8
(204,158,168)
#D8B4BC
(216,180,188)
#E4CAD0
(228,202,208)
#F0E0E4
(240,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78041C color. Also use rgb(120,4,28) instead hex code.

Text Font Color

.myTextColor { color: #78041C; }

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

This text font color is #78041C.


Background Color

.myBgColor { background-color: #78041C; }

<div style="background-color:#78041C">Inner text</div>

This div background color is #78041C.


Border color

.myBorderColor { border: 1px solid #78041C; }

<div style="border:3px solid #78041C">Div</div>

This div border color is #78041C.


Opacity

.myOpacity80 { color: #78041C; opacity: 0.8; }

<p style="color:#78041C;opacity:0.8;">80%</p>

Text with #78041C 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 #78041C;}

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

This text has shadow with #78041C color.

.textShadow {text-shadow: 3px 3px 1px #78041C, 3px 3px 1px red;}

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

This text has shadow with #78041C primary color and red secondary color.


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

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

This text has shadow with #78041C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78041C on black background.


Color preview on white background

This text has color #78041C on white background.



Black color preview on #78041C background

This text has black color on #78041C background.


White color preview on #78041C background

This text has white color on #78041C background.