COLOR #781530

HEX: #781530
RGB: (120,21,48)

Color info

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

RGB color model

#781530 color RGB value is (120,21,48).

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

RGB channels and saturation

R 120 of 255 = 47%
G 21 of 255 = 8%
B 48 of 255 = 19%

120
21
48

R + G + B ~ 25%. #781530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 21 + 48 = 189 (100%)
R 120 of 189 ~ 63.49%
G 21 of 189 ~ 11.11%
B 48 of 189 ~ 25.4%

%63.49
%11.11
%25.4

CMYK color model

#781530 color CMYK value is (0,83,60,53).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 60.00%
  • key color value is 52.94%
CMYK:
(0,83,60,53)
C0M83Y60K53 
(0%,83%,60%,53%)
(0.00/0.83/0.60/0.53)	

CMYK percentages

%0
%82.5
%60
%52.94

Codes

Color #781530 in popluar color models

781530
RGB1202148
HSL344°70.21%27.65%
HSB/HSV344°82.50%47.06%
CMYK0.00%82.50%60.00%
52.94%

Color #781530 in popluar number systems.

HEX781530
Decimal1202148
Binary111100010101110000
Octal1702560

Shades and tints

Shades of #781530

#781530
(120,21,48)
#6E142C
(110,20,44)
#641328
(100,19,40)
#5A1224
(90,18,36)
#501120
(80,17,32)
#46101C
(70,16,28)
#3C0F18
(60,15,24)
#320E14
(50,14,20)
#280D10
(40,13,16)
#1E0C0C
(30,12,12)
#140B08
(20,11,8)
#000000
(0,0,0)

Tints of #781530

#781530
(120,21,48)
#842A42
(132,42,66)
#903F54
(144,63,84)
#9C5466
(156,84,102)
#A86978
(168,105,120)
#B47E8A
(180,126,138)
#C0939C
(192,147,156)
#CCA8AE
(204,168,174)
#D8BDC0
(216,189,192)
#E4D2D2
(228,210,210)
#F0E7E4
(240,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781530; }

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

This text font color is #781530.


Background Color

.myBgColor { background-color: #781530; }

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

This div background color is #781530.


Border color

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

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

This div border color is #781530.


Opacity

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

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

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

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

This text has shadow with #781530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781530 on black background.


Color preview on white background

This text has color #781530 on white background.



Black color preview on #781530 background

This text has black color on #781530 background.


White color preview on #781530 background

This text has white color on #781530 background.