COLOR #78081E

HEX: #78081E
RGB: (120,8,30)

Color info

#78081E contains mainly red color. Web safe color of #78081E is #660033 (or #603).

RGB color model

#78081E color RGB value is (120,8,30).

  • red value is 120;
  • green value is 8;
  • blue value is 30.
RGB:
(120,8,30)
(47%,3%,12%)

RGB channels and saturation

R 120 of 255 = 47%
G 8 of 255 = 3%
B 30 of 255 = 12%

120
8
30

R + G + B ~ 21%. #78081E is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 8 + 30 = 158 (100%)
R 120 of 158 ~ 75.95%
G 8 of 158 ~ 5.06%
B 30 of 158 ~ 18.99%

%75.95
%18.99

CMYK color model

#78081E color CMYK value is (0,93,75,53).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 75.00%
  • key color value is 52.94%
CMYK:
(0,93,75,53)
C0M93Y75K53 
(0%,93%,75%,53%)
(0.00/0.93/0.75/0.53)	

CMYK percentages

%0
%93.33
%75
%52.94

Codes

Color #78081E in popluar color models

78081E
RGB120830
HSL348°87.50%25.10%
HSB/HSV348°93.33%47.06%
CMYK0.00%93.33%75.00%
52.94%

Color #78081E in popluar number systems.

HEX78081E
Decimal120830
Binary1111000100011110
Octal1701036

Shades and tints

Shades of #78081E

#78081E
(120,8,30)
#6E081C
(110,8,28)
#64081A
(100,8,26)
#5A0818
(90,8,24)
#500816
(80,8,22)
#460814
(70,8,20)
#3C0812
(60,8,18)
#320810
(50,8,16)
#28080E
(40,8,14)
#1E080C
(30,8,12)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #78081E

#78081E
(120,8,30)
#841E32
(132,30,50)
#903446
(144,52,70)
#9C4A5A
(156,74,90)
#A8606E
(168,96,110)
#B47682
(180,118,130)
#C08C96
(192,140,150)
#CCA2AA
(204,162,170)
#D8B8BE
(216,184,190)
#E4CED2
(228,206,210)
#F0E4E6
(240,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78081E color. Also use rgb(120,8,30) instead hex code.

Text Font Color

.myTextColor { color: #78081E; }

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

This text font color is #78081E.


Background Color

.myBgColor { background-color: #78081E; }

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

This div background color is #78081E.


Border color

.myBorderColor { border: 1px solid #78081E; }

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

This div border color is #78081E.


Opacity

.myOpacity80 { color: #78081E; opacity: 0.8; }

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

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

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

This text has shadow with #78081E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78081E on black background.


Color preview on white background

This text has color #78081E on white background.



Black color preview on #78081E background

This text has black color on #78081E background.


White color preview on #78081E background

This text has white color on #78081E background.