COLOR #790B38

HEX: #790B38
RGB: (121,11,56)

Color info

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

RGB color model

#790B38 color RGB value is (121,11,56).

  • red value is 121;
  • green value is 11;
  • blue value is 56.
RGB:
(121,11,56)
(47%,4%,22%)

RGB channels and saturation

R 121 of 255 = 47%
G 11 of 255 = 4%
B 56 of 255 = 22%

121
11
56

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

Portions of RGB colors in percentages

R + G + B =
121 + 11 + 56 = 188 (100%)
R 121 of 188 ~ 64.36%
G 11 of 188 ~ 5.85%
B 56 of 188 ~ 29.79%

%64.36
%29.79

CMYK color model

#790B38 color CMYK value is (0,91,54,53).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 53.72%
  • key color value is 52.55%
CMYK:
(0,91,54,53)
C0M91Y54K53 
(0%,91%,54%,53%)
(0.00/0.91/0.54/0.53)	

CMYK percentages

%0
%90.91
%53.72
%52.55

Codes

Color #790B38 in popluar color models

790B38
RGB1211156
HSL335°83.33%25.88%
HSB/HSV335°90.91%47.45%
CMYK0.00%90.91%53.72%
52.55%

Color #790B38 in popluar number systems.

HEX790B38
Decimal1211156
Binary11110011011111000
Octal1711370

Shades and tints

Shades of #790B38

#790B38
(121,11,56)
#6E0A33
(110,10,51)
#63092E
(99,9,46)
#580829
(88,8,41)
#4D0724
(77,7,36)
#42061F
(66,6,31)
#37051A
(55,5,26)
#2C0415
(44,4,21)
#210310
(33,3,16)
#16020B
(22,2,11)
#0B0106
(11,1,6)
#000000
(0,0,0)

Tints of #790B38

#790B38
(121,11,56)
#85214A
(133,33,74)
#91375C
(145,55,92)
#9D4D6E
(157,77,110)
#A96380
(169,99,128)
#B57992
(181,121,146)
#C18FA4
(193,143,164)
#CDA5B6
(205,165,182)
#D9BBC8
(217,187,200)
#E5D1DA
(229,209,218)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790B38 color. Also use rgb(121,11,56) instead hex code.

Text Font Color

.myTextColor { color: #790B38; }

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

This text font color is #790B38.


Background Color

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

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

This div background color is #790B38.


Border color

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

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

This div border color is #790B38.


Opacity

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

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

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

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

This text has shadow with #790B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790B38 on black background.


Color preview on white background

This text has color #790B38 on white background.



Black color preview on #790B38 background

This text has black color on #790B38 background.


White color preview on #790B38 background

This text has white color on #790B38 background.