COLOR #790C20

HEX: #790C20
RGB: (121,12,32)

Color info

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

RGB color model

#790C20 color RGB value is (121,12,32).

  • red value is 121;
  • green value is 12;
  • blue value is 32.
RGB:
(121,12,32)
(47%,5%,13%)

RGB channels and saturation

R 121 of 255 = 47%
G 12 of 255 = 5%
B 32 of 255 = 13%

121
12
32

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

Portions of RGB colors in percentages

R + G + B =
121 + 12 + 32 = 165 (100%)
R 121 of 165 ~ 73.33%
G 12 of 165 ~ 7.27%
B 32 of 165 ~ 19.39%

%73.33
%19.39

CMYK color model

#790C20 color CMYK value is (0,90,74,53).

  • cyan value is 0.00%
  • magenta value is 90.08%
  • yellow value is 73.55%
  • key color value is 52.55%
CMYK:
(0,90,74,53)
C0M90Y74K53 
(0%,90%,74%,53%)
(0.00/0.90/0.74/0.53)	

CMYK percentages

%0
%90.08
%73.55
%52.55

Codes

Color #790C20 in popluar color models

790C20
RGB1211232
HSL349°81.95%26.08%
HSB/HSV349°90.08%47.45%
CMYK0.00%90.08%73.55%
52.55%

Color #790C20 in popluar number systems.

HEX790C20
Decimal1211232
Binary11110011100100000
Octal1711440

Shades and tints

Shades of #790C20

#790C20
(121,12,32)
#6E0B1E
(110,11,30)
#630A1C
(99,10,28)
#58091A
(88,9,26)
#4D0818
(77,8,24)
#420716
(66,7,22)
#370614
(55,6,20)
#2C0512
(44,5,18)
#210410
(33,4,16)
#16030E
(22,3,14)
#0B020C
(11,2,12)
#000000
(0,0,0)

Tints of #790C20

#790C20
(121,12,32)
#852234
(133,34,52)
#913848
(145,56,72)
#9D4E5C
(157,78,92)
#A96470
(169,100,112)
#B57A84
(181,122,132)
#C19098
(193,144,152)
#CDA6AC
(205,166,172)
#D9BCC0
(217,188,192)
#E5D2D4
(229,210,212)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790C20 color. Also use rgb(121,12,32) instead hex code.

Text Font Color

.myTextColor { color: #790C20; }

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

This text font color is #790C20.


Background Color

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

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

This div background color is #790C20.


Border color

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

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

This div border color is #790C20.


Opacity

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

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

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

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

This text has shadow with #790C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790C20 on black background.


Color preview on white background

This text has color #790C20 on white background.



Black color preview on #790C20 background

This text has black color on #790C20 background.


White color preview on #790C20 background

This text has white color on #790C20 background.