COLOR #790C35

HEX: #790C35
RGB: (121,12,53)

Color info

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

RGB color model

#790C35 color RGB value is (121,12,53).

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

RGB channels and saturation

R 121 of 255 = 47%
G 12 of 255 = 5%
B 53 of 255 = 21%

121
12
53

R + G + B ~ 24%. #790C35 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 12 + 53 = 186 (100%)
R 121 of 186 ~ 65.05%
G 12 of 186 ~ 6.45%
B 53 of 186 ~ 28.49%

%65.05
%28.49

CMYK color model

#790C35 color CMYK value is (0,90,56,53).

  • cyan value is 0.00%
  • magenta value is 90.08%
  • yellow value is 56.20%
  • key color value is 52.55%
CMYK:
(0,90,56,53)
C0M90Y56K53 
(0%,90%,56%,53%)
(0.00/0.90/0.56/0.53)	

CMYK percentages

%0
%90.08
%56.2
%52.55

Codes

Color #790C35 in popluar color models

790C35
RGB1211253
HSL337°81.95%26.08%
HSB/HSV337°90.08%47.45%
CMYK0.00%90.08%56.20%
52.55%

Color #790C35 in popluar number systems.

HEX790C35
Decimal1211253
Binary11110011100110101
Octal1711465

Shades and tints

Shades of #790C35

#790C35
(121,12,53)
#6E0B31
(110,11,49)
#630A2D
(99,10,45)
#580929
(88,9,41)
#4D0825
(77,8,37)
#420721
(66,7,33)
#37061D
(55,6,29)
#2C0519
(44,5,25)
#210415
(33,4,21)
#160311
(22,3,17)
#0B020D
(11,2,13)
#000000
(0,0,0)

Tints of #790C35

#790C35
(121,12,53)
#852247
(133,34,71)
#913859
(145,56,89)
#9D4E6B
(157,78,107)
#A9647D
(169,100,125)
#B57A8F
(181,122,143)
#C190A1
(193,144,161)
#CDA6B3
(205,166,179)
#D9BCC5
(217,188,197)
#E5D2D7
(229,210,215)
#F1E8E9
(241,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #790C35; }

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

This text font color is #790C35.


Background Color

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

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

This div background color is #790C35.


Border color

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

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

This div border color is #790C35.


Opacity

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

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

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

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

This text has shadow with #790C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790C35 on black background.


Color preview on white background

This text has color #790C35 on white background.



Black color preview on #790C35 background

This text has black color on #790C35 background.


White color preview on #790C35 background

This text has white color on #790C35 background.