COLOR #780933

HEX: #780933
RGB: (120,9,51)

Color info

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

RGB color model

#780933 color RGB value is (120,9,51).

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

RGB channels and saturation

R 120 of 255 = 47%
G 9 of 255 = 4%
B 51 of 255 = 20%

120
9
51

R + G + B ~ 24%. #780933 is dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 9 + 51 = 180 (100%)
R 120 of 180 ~ 66.67%
G 9 of 180 ~ 5%
B 51 of 180 ~ 28.33%

%66.67
%28.33

CMYK color model

#780933 color CMYK value is (0,93,58,53).

  • cyan value is 0.00%
  • magenta value is 92.50%
  • yellow value is 57.50%
  • key color value is 52.94%
CMYK:
(0,93,58,53)
C0M93Y58K53 
(0%,93%,58%,53%)
(0.00/0.93/0.58/0.53)	

CMYK percentages

%0
%92.5
%57.5
%52.94

Codes

Color #780933 in popluar color models

780933
RGB120951
HSL337°86.05%25.29%
HSB/HSV337°92.50%47.06%
CMYK0.00%92.50%57.50%
52.94%

Color #780933 in popluar number systems.

HEX780933
Decimal120951
Binary11110001001110011
Octal1701163

Shades and tints

Shades of #780933

#780933
(120,9,51)
#6E092F
(110,9,47)
#64092B
(100,9,43)
#5A0927
(90,9,39)
#500923
(80,9,35)
#46091F
(70,9,31)
#3C091B
(60,9,27)
#320917
(50,9,23)
#280913
(40,9,19)
#1E090F
(30,9,15)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #780933

#780933
(120,9,51)
#841F45
(132,31,69)
#903557
(144,53,87)
#9C4B69
(156,75,105)
#A8617B
(168,97,123)
#B4778D
(180,119,141)
#C08D9F
(192,141,159)
#CCA3B1
(204,163,177)
#D8B9C3
(216,185,195)
#E4CFD5
(228,207,213)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780933; }

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

This text font color is #780933.


Background Color

.myBgColor { background-color: #780933; }

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

This div background color is #780933.


Border color

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

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

This div border color is #780933.


Opacity

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

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

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

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

This text has shadow with #780933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780933 on black background.


Color preview on white background

This text has color #780933 on white background.



Black color preview on #780933 background

This text has black color on #780933 background.


White color preview on #780933 background

This text has white color on #780933 background.