COLOR #790A46

HEX: #790A46
RGB: (121,10,70)

Color info

#790A46 contains mainly red and blue colors. Web safe color of #790A46 is #660033 (or #603).

RGB color model

#790A46 color RGB value is (121,10,70).

  • red value is 121;
  • green value is 10;
  • blue value is 70.
RGB:
(121,10,70)
(47%,4%,27%)

RGB channels and saturation

R 121 of 255 = 47%
G 10 of 255 = 4%
B 70 of 255 = 27%

121
10
70

R + G + B ~ 26%. #790A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 10 + 70 = 201 (100%)
R 121 of 201 ~ 60.2%
G 10 of 201 ~ 4.98%
B 70 of 201 ~ 34.83%

%60.2
%34.83

CMYK color model

#790A46 color CMYK value is (0,92,42,53).

  • cyan value is 0.00%
  • magenta value is 91.74%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(0,92,42,53)
C0M92Y42K53 
(0%,92%,42%,53%)
(0.00/0.92/0.42/0.53)	

CMYK percentages

%0
%91.74
%42.15
%52.55

Codes

Color #790A46 in popluar color models

790A46
RGB1211070
HSL328°84.73%25.69%
HSB/HSV328°91.74%47.45%
CMYK0.00%91.74%42.15%
52.55%

Color #790A46 in popluar number systems.

HEX790A46
Decimal1211070
Binary111100110101000110
Octal17112106

Shades and tints

Shades of #790A46

#790A46
(121,10,70)
#6E0A40
(110,10,64)
#630A3A
(99,10,58)
#580A34
(88,10,52)
#4D0A2E
(77,10,46)
#420A28
(66,10,40)
#370A22
(55,10,34)
#2C0A1C
(44,10,28)
#210A16
(33,10,22)
#160A10
(22,10,16)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #790A46

#790A46
(121,10,70)
#852056
(133,32,86)
#913666
(145,54,102)
#9D4C76
(157,76,118)
#A96286
(169,98,134)
#B57896
(181,120,150)
#C18EA6
(193,142,166)
#CDA4B6
(205,164,182)
#D9BAC6
(217,186,198)
#E5D0D6
(229,208,214)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790A46 color. Also use rgb(121,10,70) instead hex code.

Text Font Color

.myTextColor { color: #790A46; }

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

This text font color is #790A46.


Background Color

.myBgColor { background-color: #790A46; }

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

This div background color is #790A46.


Border color

.myBorderColor { border: 1px solid #790A46; }

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

This div border color is #790A46.


Opacity

.myOpacity80 { color: #790A46; opacity: 0.8; }

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

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

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

This text has shadow with #790A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790A46 on black background.


Color preview on white background

This text has color #790A46 on white background.



Black color preview on #790A46 background

This text has black color on #790A46 background.


White color preview on #790A46 background

This text has white color on #790A46 background.