COLOR #781B1F

HEX: #781B1F
RGB: (120,27,31)

Color info

#781B1F contains mainly red color. Web safe color of #781B1F is #663333 (or #633).

RGB color model

#781B1F color RGB value is (120,27,31).

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

RGB channels and saturation

R 120 of 255 = 47%
G 27 of 255 = 11%
B 31 of 255 = 12%

120
27
31

R + G + B ~ 23%. #781B1F is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 27 + 31 = 178 (100%)
R 120 of 178 ~ 67.42%
G 27 of 178 ~ 15.17%
B 31 of 178 ~ 17.42%

%67.42
%15.17
%17.42

CMYK color model

#781B1F color CMYK value is (0,78,74,53).

  • cyan value is 0.00%
  • magenta value is 77.50%
  • yellow value is 74.17%
  • key color value is 52.94%
CMYK:
(0,78,74,53)
C0M78Y74K53 
(0%,78%,74%,53%)
(0.00/0.78/0.74/0.53)	

CMYK percentages

%0
%77.5
%74.17
%52.94

Codes

Color #781B1F in popluar color models

781B1F
RGB1202731
HSL357°63.27%28.82%
HSB/HSV357°77.50%47.06%
CMYK0.00%77.50%74.17%
52.94%

Color #781B1F in popluar number systems.

HEX781B1F
Decimal1202731
Binary11110001101111111
Octal1703337

Shades and tints

Shades of #781B1F

#781B1F
(120,27,31)
#6E191D
(110,25,29)
#64171B
(100,23,27)
#5A1519
(90,21,25)
#501317
(80,19,23)
#461115
(70,17,21)
#3C0F13
(60,15,19)
#320D11
(50,13,17)
#280B0F
(40,11,15)
#1E090D
(30,9,13)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #781B1F

#781B1F
(120,27,31)
#842F33
(132,47,51)
#904347
(144,67,71)
#9C575B
(156,87,91)
#A86B6F
(168,107,111)
#B47F83
(180,127,131)
#C09397
(192,147,151)
#CCA7AB
(204,167,171)
#D8BBBF
(216,187,191)
#E4CFD3
(228,207,211)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781B1F; }

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

This text font color is #781B1F.


Background Color

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

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

This div background color is #781B1F.


Border color

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

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

This div border color is #781B1F.


Opacity

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

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

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

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

This text has shadow with #781B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781B1F on black background.


Color preview on white background

This text has color #781B1F on white background.



Black color preview on #781B1F background

This text has black color on #781B1F background.


White color preview on #781B1F background

This text has white color on #781B1F background.