COLOR #781F39

HEX: #781F39
RGB: (120,31,57)

Color info

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

RGB color model

#781F39 color RGB value is (120,31,57).

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

RGB channels and saturation

R 120 of 255 = 47%
G 31 of 255 = 12%
B 57 of 255 = 22%

120
31
57

R + G + B ~ 27%. #781F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 31 + 57 = 208 (100%)
R 120 of 208 ~ 57.69%
G 31 of 208 ~ 14.9%
B 57 of 208 ~ 27.4%

%57.69
%14.9
%27.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 74.17%
  • yellow value is 52.50%
  • key color value is 52.94%
CMYK:
(0,74,53,53)
C0M74Y53K53 
(0%,74%,53%,53%)
(0.00/0.74/0.53/0.53)	

CMYK percentages

%0
%74.17
%52.5
%52.94

Codes

Color #781F39 in popluar color models

781F39
RGB1203157
HSL342°58.94%29.61%
HSB/HSV342°74.17%47.06%
CMYK0.00%74.17%52.50%
52.94%

Color #781F39 in popluar number systems.

HEX781F39
Decimal1203157
Binary111100011111111001
Octal1703771

Shades and tints

Shades of #781F39

#781F39
(120,31,57)
#6E1D34
(110,29,52)
#641B2F
(100,27,47)
#5A192A
(90,25,42)
#501725
(80,23,37)
#461520
(70,21,32)
#3C131B
(60,19,27)
#321116
(50,17,22)
#280F11
(40,15,17)
#1E0D0C
(30,13,12)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #781F39

#781F39
(120,31,57)
#84334B
(132,51,75)
#90475D
(144,71,93)
#9C5B6F
(156,91,111)
#A86F81
(168,111,129)
#B48393
(180,131,147)
#C097A5
(192,151,165)
#CCABB7
(204,171,183)
#D8BFC9
(216,191,201)
#E4D3DB
(228,211,219)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781F39; }

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

This text font color is #781F39.


Background Color

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

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

This div background color is #781F39.


Border color

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

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

This div border color is #781F39.


Opacity

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

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

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

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

This text has shadow with #781F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781F39 on black background.


Color preview on white background

This text has color #781F39 on white background.



Black color preview on #781F39 background

This text has black color on #781F39 background.


White color preview on #781F39 background

This text has white color on #781F39 background.