COLOR #78003A

HEX: #78003A
RGB: (120,0,58)

Color info

#78003A contains mainly red color. Web safe color of #78003A is #660033 (or #603).

RGB color model

#78003A color RGB value is (120,0,58).

  • red value is 120;
  • green value is 0;
  • blue value is 58.
RGB:
(120,0,58)
(47%,0%,23%)

RGB channels and saturation

R 120 of 255 = 47%
G 0 of 255 = 0%
B 58 of 255 = 23%

120
0
58

R + G + B ~ 23%. #78003A is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 0 + 58 = 178 (100%)
R 120 of 178 ~ 67.42%
G 0 of 178 ~ 0%
B 58 of 178 ~ 32.58%

%67.42
%32.58

CMYK color model

#78003A color CMYK value is (0,100,52,53).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 51.67%
  • key color value is 52.94%
CMYK:
(0,100,52,53)
C0M100Y52K53 
(0%,100%,52%,53%)
(0.00/1.00/0.52/0.53)	

CMYK percentages

%0
%100
%51.67
%52.94

Codes

Color #78003A in popluar color models

78003A
RGB120058
HSL331°100.00%23.53%
HSB/HSV331°100.00%47.06%
CMYK0.00%100.00%51.67%
52.94%

Color #78003A in popluar number systems.

HEX78003A
Decimal120058
Binary11110000111010
Octal170072

Shades and tints

Shades of #78003A

#78003A
(120,0,58)
#6E0035
(110,0,53)
#640030
(100,0,48)
#5A002B
(90,0,43)
#500026
(80,0,38)
#460021
(70,0,33)
#3C001C
(60,0,28)
#320017
(50,0,23)
#280012
(40,0,18)
#1E000D
(30,0,13)
#140008
(20,0,8)
#000000
(0,0,0)

Tints of #78003A

#78003A
(120,0,58)
#84174B
(132,23,75)
#902E5C
(144,46,92)
#9C456D
(156,69,109)
#A85C7E
(168,92,126)
#B4738F
(180,115,143)
#C08AA0
(192,138,160)
#CCA1B1
(204,161,177)
#D8B8C2
(216,184,194)
#E4CFD3
(228,207,211)
#F0E6E4
(240,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78003A color. Also use rgb(120,0,58) instead hex code.

Text Font Color

.myTextColor { color: #78003A; }

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

This text font color is #78003A.


Background Color

.myBgColor { background-color: #78003A; }

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

This div background color is #78003A.


Border color

.myBorderColor { border: 1px solid #78003A; }

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

This div border color is #78003A.


Opacity

.myOpacity80 { color: #78003A; opacity: 0.8; }

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

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

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

This text has shadow with #78003A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78003A on black background.


Color preview on white background

This text has color #78003A on white background.



Black color preview on #78003A background

This text has black color on #78003A background.


White color preview on #78003A background

This text has white color on #78003A background.