COLOR #790030

HEX: #790030
RGB: (121,0,48)

Color info

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

RGB color model

#790030 color RGB value is (121,0,48).

  • red value is 121;
  • green value is 0;
  • blue value is 48.
RGB:
(121,0,48)
(47%,0%,19%)

RGB channels and saturation

R 121 of 255 = 47%
G 0 of 255 = 0%
B 48 of 255 = 19%

121
0
48

R + G + B ~ 22%. #790030 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 0 + 48 = 169 (100%)
R 121 of 169 ~ 71.6%
G 0 of 169 ~ 0%
B 48 of 169 ~ 28.4%

%71.6
%28.4

CMYK color model

#790030 color CMYK value is (0,100,60,53).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 60.33%
  • key color value is 52.55%
CMYK:
(0,100,60,53)
C0M100Y60K53 
(0%,100%,60%,53%)
(0.00/1.00/0.60/0.53)	

CMYK percentages

%0
%100
%60.33
%52.55

Codes

Color #790030 in popluar color models

790030
RGB121048
HSL336°100.00%23.73%
HSB/HSV336°100.00%47.45%
CMYK0.00%100.00%60.33%
52.55%

Color #790030 in popluar number systems.

HEX790030
Decimal121048
Binary11110010110000
Octal171060

Shades and tints

Shades of #790030

#790030
(121,0,48)
#6E002C
(110,0,44)
#630028
(99,0,40)
#580024
(88,0,36)
#4D0020
(77,0,32)
#42001C
(66,0,28)
#370018
(55,0,24)
#2C0014
(44,0,20)
#210010
(33,0,16)
#16000C
(22,0,12)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #790030

#790030
(121,0,48)
#851742
(133,23,66)
#912E54
(145,46,84)
#9D4566
(157,69,102)
#A95C78
(169,92,120)
#B5738A
(181,115,138)
#C18A9C
(193,138,156)
#CDA1AE
(205,161,174)
#D9B8C0
(217,184,192)
#E5CFD2
(229,207,210)
#F1E6E4
(241,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790030 color. Also use rgb(121,0,48) instead hex code.

Text Font Color

.myTextColor { color: #790030; }

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

This text font color is #790030.


Background Color

.myBgColor { background-color: #790030; }

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

This div background color is #790030.


Border color

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

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

This div border color is #790030.


Opacity

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

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

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

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

This text has shadow with #790030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790030 on black background.


Color preview on white background

This text has color #790030 on white background.



Black color preview on #790030 background

This text has black color on #790030 background.


White color preview on #790030 background

This text has white color on #790030 background.