COLOR #780B30

HEX: #780B30
RGB: (120,11,48)

Color info

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

RGB color model

#780B30 color RGB value is (120,11,48).

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

RGB channels and saturation

R 120 of 255 = 47%
G 11 of 255 = 4%
B 48 of 255 = 19%

120
11
48

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

Portions of RGB colors in percentages

R + G + B =
120 + 11 + 48 = 179 (100%)
R 120 of 179 ~ 67.04%
G 11 of 179 ~ 6.15%
B 48 of 179 ~ 26.82%

%67.04
%26.82

CMYK color model

#780B30 color CMYK value is (0,91,60,53).

  • cyan value is 0.00%
  • magenta value is 90.83%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,91,60,53)
C0M91Y60K53 
(0%,91%,60%,53%)
(0.00/0.91/0.60/0.53)	

CMYK percentages

%0
%90.83
%60
%52.94

Codes

Color #780B30 in popluar color models

780B30
RGB1201148
HSL340°83.21%25.69%
HSB/HSV340°90.83%47.06%
CMYK0.00%90.83%60.00%
52.94%

Color #780B30 in popluar number systems.

HEX780B30
Decimal1201148
Binary11110001011110000
Octal1701360

Shades and tints

Shades of #780B30

#780B30
(120,11,48)
#6E0A2C
(110,10,44)
#640928
(100,9,40)
#5A0824
(90,8,36)
#500720
(80,7,32)
#46061C
(70,6,28)
#3C0518
(60,5,24)
#320414
(50,4,20)
#280310
(40,3,16)
#1E020C
(30,2,12)
#140108
(20,1,8)
#000000
(0,0,0)

Tints of #780B30

#780B30
(120,11,48)
#842142
(132,33,66)
#903754
(144,55,84)
#9C4D66
(156,77,102)
#A86378
(168,99,120)
#B4798A
(180,121,138)
#C08F9C
(192,143,156)
#CCA5AE
(204,165,174)
#D8BBC0
(216,187,192)
#E4D1D2
(228,209,210)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780B30 color. Also use rgb(120,11,48) instead hex code.

Text Font Color

.myTextColor { color: #780B30; }

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

This text font color is #780B30.


Background Color

.myBgColor { background-color: #780B30; }

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

This div background color is #780B30.


Border color

.myBorderColor { border: 1px solid #780B30; }

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

This div border color is #780B30.


Opacity

.myOpacity80 { color: #780B30; opacity: 0.8; }

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

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

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

This text has shadow with #780B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780B30 on black background.


Color preview on white background

This text has color #780B30 on white background.



Black color preview on #780B30 background

This text has black color on #780B30 background.


White color preview on #780B30 background

This text has white color on #780B30 background.