COLOR #780931

HEX: #780931
RGB: (120,9,49)

Color info

#780931 contains mainly red color. Web safe color of #780931 is #660033 (or #603).

RGB color model

#780931 color RGB value is (120,9,49).

  • red value is 120;
  • green value is 9;
  • blue value is 49.
RGB:
(120,9,49)
(47%,4%,19%)

RGB channels and saturation

R 120 of 255 = 47%
G 9 of 255 = 4%
B 49 of 255 = 19%

120
9
49

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

Portions of RGB colors in percentages

R + G + B =
120 + 9 + 49 = 178 (100%)
R 120 of 178 ~ 67.42%
G 9 of 178 ~ 5.06%
B 49 of 178 ~ 27.53%

%67.42
%27.53

CMYK color model

#780931 color CMYK value is (0,93,59,53).

  • cyan value is 0.00%
  • magenta value is 92.50%
  • yellow value is 59.17%
  • key color value is 52.94%
CMYK:
(0,93,59,53)
C0M93Y59K53 
(0%,93%,59%,53%)
(0.00/0.93/0.59/0.53)	

CMYK percentages

%0
%92.5
%59.17
%52.94

Codes

Color #780931 in popluar color models

780931
RGB120949
HSL338°86.05%25.29%
HSB/HSV338°92.50%47.06%
CMYK0.00%92.50%59.17%
52.94%

Color #780931 in popluar number systems.

HEX780931
Decimal120949
Binary11110001001110001
Octal1701161

Shades and tints

Shades of #780931

#780931
(120,9,49)
#6E092D
(110,9,45)
#640929
(100,9,41)
#5A0925
(90,9,37)
#500921
(80,9,33)
#46091D
(70,9,29)
#3C0919
(60,9,25)
#320915
(50,9,21)
#280911
(40,9,17)
#1E090D
(30,9,13)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #780931

#780931
(120,9,49)
#841F43
(132,31,67)
#903555
(144,53,85)
#9C4B67
(156,75,103)
#A86179
(168,97,121)
#B4778B
(180,119,139)
#C08D9D
(192,141,157)
#CCA3AF
(204,163,175)
#D8B9C1
(216,185,193)
#E4CFD3
(228,207,211)
#F0E5E5
(240,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780931; }

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

This text font color is #780931.


Background Color

.myBgColor { background-color: #780931; }

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

This div background color is #780931.


Border color

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

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

This div border color is #780931.


Opacity

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

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

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

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

This text has shadow with #780931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780931 on black background.


Color preview on white background

This text has color #780931 on white background.



Black color preview on #780931 background

This text has black color on #780931 background.


White color preview on #780931 background

This text has white color on #780931 background.