COLOR #793000

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
48
0

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

Portions of RGB colors in percentages

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

%71.6
%28.4

CMYK color model

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

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

CMYK percentages

%0
%60.33
%100
%52.55

Codes

Color #793000 in popluar color models

793000
RGB121480
HSL24°100.00%23.73%
HSB/HSV24°100.00%47.45%
CMYK0.00%60.33%100.00%
52.55%

Color #793000 in popluar number systems.

HEX793000
Decimal121480
Binary11110011100000
Octal171600

Shades and tints

Shades of #793000

#793000
(121,48,0)
#6E2C00
(110,44,0)
#632800
(99,40,0)
#582400
(88,36,0)
#4D2000
(77,32,0)
#421C00
(66,28,0)
#371800
(55,24,0)
#2C1400
(44,20,0)
#211000
(33,16,0)
#160C00
(22,12,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #793000

#793000
(121,48,0)
#854217
(133,66,23)
#91542E
(145,84,46)
#9D6645
(157,102,69)
#A9785C
(169,120,92)
#B58A73
(181,138,115)
#C19C8A
(193,156,138)
#CDAEA1
(205,174,161)
#D9C0B8
(217,192,184)
#E5D2CF
(229,210,207)
#F1E4E6
(241,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #793000; }

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

This text font color is #793000.


Background Color

.myBgColor { background-color: #793000; }

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

This div background color is #793000.


Border color

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

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

This div border color is #793000.


Opacity

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

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

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

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

This text has shadow with #793000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793000 on black background.


Color preview on white background

This text has color #793000 on white background.



Black color preview on #793000 background

This text has black color on #793000 background.


White color preview on #793000 background

This text has white color on #793000 background.