COLOR #780903

HEX: #780903 RGB: (120,9,3)

Color info

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

RGB color model

#780903 color RGB value is (120,9,3).

RGB: (120,9,3) (47%, 4%, 1%)

RGB channels and saturation

R 120 of 255 = 47%
G 9 of 255 = 4%
B 3 of 255 = 1%

120
9
3

R + G + B ~ 17%. #780903 is dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 9 + 3 = 132 (100%)
R 120 of 132 ~ 90.91%
G 9 of 132 ~ 6.82%
B 3 of 132 ~ 2.27'%

%90.91

CMYK color model

#780903 color CMYK value is (0,93,98,53).

  • cyan value is 0.00%
  • magenta value is 92.50%
  • yellow value is 97.50%
  • key color value is 52.94%

CMYK: (0,93,98,53)
C0M93Y98K53 (0%, 93%, 98%, 53%)
(0.00 / 0.93 / 0.98 / 0.53)

CMYK percentages

%0
%92.5
%97.5
%52.94

Codes

Color #780903 in popluar color models

78 09 03
RGB 120 9 3
HSL 95.12% 24.12%
HSB/HSV 97.50% 47.06%
CMYK 0.00% 92.50% 97.50%
52.94%

Color #780903 in popluar number systems.

HEX 78 09 03
Decimal 120 9 3
Binary 1111000 1001 11
Octal 170 11 3

Shades and tints

Shades of #780903

#780903
(120,9,3)
#6E0903
(110,9,3)
#640903
(100,9,3)
#5A0903
(90,9,3)
#500903
(80,9,3)
#460903
(70,9,3)
#3C0903
(60,9,3)
#320903
(50,9,3)
#280903
(40,9,3)
#1E0903
(30,9,3)
#140903
(20,9,3)
#000000
(0,0,0)

Tints of #780903

#780903
(120,9,3)
#841F19
(132,31,25)
#90352F
(144,53,47)
#9C4B45
(156,75,69)
#A8615B
(168,97,91)
#B47771
(180,119,113)
#C08D87
(192,141,135)
#CCA39D
(204,163,157)
#D8B9B3
(216,185,179)
#E4CFC9
(228,207,201)
#F0E5DF
(240,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780903; }

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

This text font color is #780903.

Background Color

.myBgColor { background-color: #780903; }

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

This div background color is #780903.

Border color

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

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

This div border color is #780903.

Opacity

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

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

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

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

This text has shadow with #780903 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #780903.

Preview

Color preview on black background

This text has color #780903 on black background.


Color preview on white background

This text has color #780903 on white background.


Black color preview on #780903 background

This text has black color on #780903 background.


White color preview on #780903 background

This text has white color on #780903 background.


Related colors

Complementary color

Complementary color for #hex is #87F6FC.


I love getcolorcode.com

Triadic colors

1 #037809 and #090378 with #780903 are triadic colors.

2 #030978 and #097803 with #780903 are triadic colors.