COLOR #781003

HEX: #781003
RGB: (120,16,3)

Color info

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

RGB color model

#781003 color RGB value is (120,16,3).

  • red value is 120;
  • green value is 16;
  • blue value is 3.
RGB:
(120,16,3)
(47%,6%,1%)

RGB channels and saturation

R 120 of 255 = 47%
G 16 of 255 = 6%
B 3 of 255 = 1%

120
16
3

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

Portions of RGB colors in percentages

R + G + B =
120 + 16 + 3 = 139 (100%)
R 120 of 139 ~ 86.33%
G 16 of 139 ~ 11.51%
B 3 of 139 ~ 2.16%

%86.33
%11.51

CMYK color model

#781003 color CMYK value is (0,87,98,53).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 97.50%
  • key color value is 52.94%
CMYK:
(0,87,98,53)
C0M87Y98K53 
(0%,87%,98%,53%)
(0.00/0.87/0.98/0.53)	

CMYK percentages

%0
%86.67
%97.5
%52.94

Codes

Color #781003 in popluar color models

781003
RGB120163
HSL95.12%24.12%
HSB/HSV97.50%47.06%
CMYK0.00%86.67%97.50%
52.94%

Color #781003 in popluar number systems.

HEX781003
Decimal120163
Binary11110001000011
Octal170203

Shades and tints

Shades of #781003

#781003
(120,16,3)
#6E0F03
(110,15,3)
#640E03
(100,14,3)
#5A0D03
(90,13,3)
#500C03
(80,12,3)
#460B03
(70,11,3)
#3C0A03
(60,10,3)
#320903
(50,9,3)
#280803
(40,8,3)
#1E0703
(30,7,3)
#140603
(20,6,3)
#000000
(0,0,0)

Tints of #781003

#781003
(120,16,3)
#842519
(132,37,25)
#903A2F
(144,58,47)
#9C4F45
(156,79,69)
#A8645B
(168,100,91)
#B47971
(180,121,113)
#C08E87
(192,142,135)
#CCA39D
(204,163,157)
#D8B8B3
(216,184,179)
#E4CDC9
(228,205,201)
#F0E2DF
(240,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781003 color. Also use rgb(120,16,3) instead hex code.

Text Font Color

.myTextColor { color: #781003; }

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

This text font color is #781003.


Background Color

.myBgColor { background-color: #781003; }

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

This div background color is #781003.


Border color

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

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

This div border color is #781003.


Opacity

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

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

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

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

This text has shadow with #781003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781003 on black background.


Color preview on white background

This text has color #781003 on white background.



Black color preview on #781003 background

This text has black color on #781003 background.


White color preview on #781003 background

This text has white color on #781003 background.