COLOR #781F12

HEX: #781F12
RGB: (120,31,18)

Color info

#781F12 contains mainly red color. Web safe color of #781F12 is #663300 (or #630).

RGB color model

#781F12 color RGB value is (120,31,18).

  • red value is 120;
  • green value is 31;
  • blue value is 18.
RGB:
(120,31,18)
(47%,12%,7%)

RGB channels and saturation

R 120 of 255 = 47%
G 31 of 255 = 12%
B 18 of 255 = 7%

120
31
18

R + G + B ~ 22%. #781F12 is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 31 + 18 = 169 (100%)
R 120 of 169 ~ 71.01%
G 31 of 169 ~ 18.34%
B 18 of 169 ~ 10.65%

%71.01
%18.34
%10.65

CMYK color model

#781F12 color CMYK value is (0,74,85,53).

  • cyan value is 0.00%
  • magenta value is 74.17%
  • yellow value is 85.00%
  • key color value is 52.94%
CMYK:
(0,74,85,53)
C0M74Y85K53 
(0%,74%,85%,53%)
(0.00/0.74/0.85/0.53)	

CMYK percentages

%0
%74.17
%85
%52.94

Codes

Color #781F12 in popluar color models

781F12
RGB1203118
HSL73.91%27.06%
HSB/HSV85.00%47.06%
CMYK0.00%74.17%85.00%
52.94%

Color #781F12 in popluar number systems.

HEX781F12
Decimal1203118
Binary11110001111110010
Octal1703722

Shades and tints

Shades of #781F12

#781F12
(120,31,18)
#6E1D11
(110,29,17)
#641B10
(100,27,16)
#5A190F
(90,25,15)
#50170E
(80,23,14)
#46150D
(70,21,13)
#3C130C
(60,19,12)
#32110B
(50,17,11)
#280F0A
(40,15,10)
#1E0D09
(30,13,9)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #781F12

#781F12
(120,31,18)
#843327
(132,51,39)
#90473C
(144,71,60)
#9C5B51
(156,91,81)
#A86F66
(168,111,102)
#B4837B
(180,131,123)
#C09790
(192,151,144)
#CCABA5
(204,171,165)
#D8BFBA
(216,191,186)
#E4D3CF
(228,211,207)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781F12 color. Also use rgb(120,31,18) instead hex code.

Text Font Color

.myTextColor { color: #781F12; }

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

This text font color is #781F12.


Background Color

.myBgColor { background-color: #781F12; }

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

This div background color is #781F12.


Border color

.myBorderColor { border: 1px solid #781F12; }

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

This div border color is #781F12.


Opacity

.myOpacity80 { color: #781F12; opacity: 0.8; }

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

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

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

This text has shadow with #781F12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781F12 on black background.


Color preview on white background

This text has color #781F12 on white background.



Black color preview on #781F12 background

This text has black color on #781F12 background.


White color preview on #781F12 background

This text has white color on #781F12 background.