COLOR #78080D

HEX: #78080D
RGB: (120,8,13)

Color info

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

RGB color model

#78080D color RGB value is (120,8,13).

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

RGB channels and saturation

R 120 of 255 = 47%
G 8 of 255 = 3%
B 13 of 255 = 5%

120
8
13

R + G + B ~ 18%. #78080D is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 8 + 13 = 141 (100%)
R 120 of 141 ~ 85.11%
G 8 of 141 ~ 5.67%
B 13 of 141 ~ 9.22%

%85.11

CMYK color model

#78080D color CMYK value is (0,93,89,53).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 89.17%
  • key color value is 52.94%
CMYK:
(0,93,89,53)
C0M93Y89K53 
(0%,93%,89%,53%)
(0.00/0.93/0.89/0.53)	

CMYK percentages

%0
%93.33
%89.17
%52.94

Codes

Color #78080D in popluar color models

78080D
RGB120813
HSL357°87.50%25.10%
HSB/HSV357°93.33%47.06%
CMYK0.00%93.33%89.17%
52.94%

Color #78080D in popluar number systems.

HEX78080D
Decimal120813
Binary111100010001101
Octal1701015

Shades and tints

Shades of #78080D

#78080D
(120,8,13)
#6E080C
(110,8,12)
#64080B
(100,8,11)
#5A080A
(90,8,10)
#500809
(80,8,9)
#460808
(70,8,8)
#3C0807
(60,8,7)
#320806
(50,8,6)
#280805
(40,8,5)
#1E0804
(30,8,4)
#140803
(20,8,3)
#000000
(0,0,0)

Tints of #78080D

#78080D
(120,8,13)
#841E23
(132,30,35)
#903439
(144,52,57)
#9C4A4F
(156,74,79)
#A86065
(168,96,101)
#B4767B
(180,118,123)
#C08C91
(192,140,145)
#CCA2A7
(204,162,167)
#D8B8BD
(216,184,189)
#E4CED3
(228,206,211)
#F0E4E9
(240,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78080D color. Also use rgb(120,8,13) instead hex code.

Text Font Color

.myTextColor { color: #78080D; }

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

This text font color is #78080D.


Background Color

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

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

This div background color is #78080D.


Border color

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

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

This div border color is #78080D.


Opacity

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

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

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

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

This text has shadow with #78080D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78080D on black background.


Color preview on white background

This text has color #78080D on white background.



Black color preview on #78080D background

This text has black color on #78080D background.


White color preview on #78080D background

This text has white color on #78080D background.