COLOR #792511

HEX: #792511
RGB: (121,37,17)

Color info

#792511 contains mainly red color. Web safe color of #792511 is #663300 (or #630).

RGB color model

#792511 color RGB value is (121,37,17).

  • red value is 121;
  • green value is 37;
  • blue value is 17.
RGB:
(121,37,17)
(47%,15%,7%)

RGB channels and saturation

R 121 of 255 = 47%
G 37 of 255 = 15%
B 17 of 255 = 7%

121
37
17

R + G + B ~ 23%. #792511 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 37 + 17 = 175 (100%)
R 121 of 175 ~ 69.14%
G 37 of 175 ~ 21.14%
B 17 of 175 ~ 9.71%

%69.14
%21.14
%9.71

CMYK color model

#792511 color CMYK value is (0,69,86,53).

  • cyan value is 0.00%
  • magenta value is 69.42%
  • yellow value is 85.95%
  • key color value is 52.55%
CMYK:
(0,69,86,53)
C0M69Y86K53 
(0%,69%,86%,53%)
(0.00/0.69/0.86/0.53)	

CMYK percentages

%0
%69.42
%85.95
%52.55

Codes

Color #792511 in popluar color models

792511
RGB1213717
HSL12°75.36%27.06%
HSB/HSV12°85.95%47.45%
CMYK0.00%69.42%85.95%
52.55%

Color #792511 in popluar number systems.

HEX792511
Decimal1213717
Binary111100110010110001
Octal1714521

Shades and tints

Shades of #792511

#792511
(121,37,17)
#6E2210
(110,34,16)
#631F0F
(99,31,15)
#581C0E
(88,28,14)
#4D190D
(77,25,13)
#42160C
(66,22,12)
#37130B
(55,19,11)
#2C100A
(44,16,10)
#210D09
(33,13,9)
#160A08
(22,10,8)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #792511

#792511
(121,37,17)
#853826
(133,56,38)
#914B3B
(145,75,59)
#9D5E50
(157,94,80)
#A97165
(169,113,101)
#B5847A
(181,132,122)
#C1978F
(193,151,143)
#CDAAA4
(205,170,164)
#D9BDB9
(217,189,185)
#E5D0CE
(229,208,206)
#F1E3E3
(241,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #792511 color. Also use rgb(121,37,17) instead hex code.

Text Font Color

.myTextColor { color: #792511; }

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

This text font color is #792511.


Background Color

.myBgColor { background-color: #792511; }

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

This div background color is #792511.


Border color

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

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

This div border color is #792511.


Opacity

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

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

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

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

This text has shadow with #792511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #792511 on black background.


Color preview on white background

This text has color #792511 on white background.



Black color preview on #792511 background

This text has black color on #792511 background.


White color preview on #792511 background

This text has white color on #792511 background.