COLOR #780418

HEX: #780418
RGB: (120,4,24)

Color info

#780418 contains mainly red color. Web safe color of #780418 is #660000 (or #600).

RGB color model

#780418 color RGB value is (120,4,24).

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

RGB channels and saturation

R 120 of 255 = 47%
G 4 of 255 = 2%
B 24 of 255 = 9%

120
4
24

R + G + B ~ 19%. #780418 is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 4 + 24 = 148 (100%)
R 120 of 148 ~ 81.08%
G 4 of 148 ~ 2.7%
B 24 of 148 ~ 16.22%

%81.08
%16.22

CMYK color model

#780418 color CMYK value is (0,97,80,53).

  • cyan value is 0.00%
  • magenta value is 96.67%
  • yellow value is 80.00%
  • key color value is 52.94%
CMYK:
(0,97,80,53)
C0M97Y80K53 
(0%,97%,80%,53%)
(0.00/0.97/0.80/0.53)	

CMYK percentages

%0
%96.67
%80
%52.94

Codes

Color #780418 in popluar color models

780418
RGB120424
HSL350°93.55%24.31%
HSB/HSV350°96.67%47.06%
CMYK0.00%96.67%80.00%
52.94%

Color #780418 in popluar number systems.

HEX780418
Decimal120424
Binary111100010011000
Octal170430

Shades and tints

Shades of #780418

#780418
(120,4,24)
#6E0416
(110,4,22)
#640414
(100,4,20)
#5A0412
(90,4,18)
#500410
(80,4,16)
#46040E
(70,4,14)
#3C040C
(60,4,12)
#32040A
(50,4,10)
#280408
(40,4,8)
#1E0406
(30,4,6)
#140404
(20,4,4)
#000000
(0,0,0)

Tints of #780418

#780418
(120,4,24)
#841A2D
(132,26,45)
#903042
(144,48,66)
#9C4657
(156,70,87)
#A85C6C
(168,92,108)
#B47281
(180,114,129)
#C08896
(192,136,150)
#CC9EAB
(204,158,171)
#D8B4C0
(216,180,192)
#E4CAD5
(228,202,213)
#F0E0EA
(240,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780418; }

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

This text font color is #780418.


Background Color

.myBgColor { background-color: #780418; }

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

This div background color is #780418.


Border color

.myBorderColor { border: 1px solid #780418; }

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

This div border color is #780418.


Opacity

.myOpacity80 { color: #780418; opacity: 0.8; }

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

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

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

This text has shadow with #780418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780418 on black background.


Color preview on white background

This text has color #780418 on white background.



Black color preview on #780418 background

This text has black color on #780418 background.


White color preview on #780418 background

This text has white color on #780418 background.