COLOR #793A06

HEX: #793A06
RGB: (121,58,6)

Color info

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

RGB color model

#793A06 color RGB value is (121,58,6).

  • red value is 121;
  • green value is 58;
  • blue value is 6.
RGB:
(121,58,6)
(47%,23%,2%)

RGB channels and saturation

R 121 of 255 = 47%
G 58 of 255 = 23%
B 6 of 255 = 2%

121
58
6

R + G + B ~ 24%. #793A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 58 + 6 = 185 (100%)
R 121 of 185 ~ 65.41%
G 58 of 185 ~ 31.35%
B 6 of 185 ~ 3.24%

%65.41
%31.35

CMYK color model

#793A06 color CMYK value is (0,52,95,53).

  • cyan value is 0.00%
  • magenta value is 52.07%
  • yellow value is 95.04%
  • key color value is 52.55%
CMYK:
(0,52,95,53)
C0M52Y95K53 
(0%,52%,95%,53%)
(0.00/0.52/0.95/0.53)	

CMYK percentages

%0
%52.07
%95.04
%52.55

Codes

Color #793A06 in popluar color models

793A06
RGB121586
HSL27°90.55%24.90%
HSB/HSV27°95.04%47.45%
CMYK0.00%52.07%95.04%
52.55%

Color #793A06 in popluar number systems.

HEX793A06
Decimal121586
Binary1111001111010110
Octal171726

Shades and tints

Shades of #793A06

#793A06
(121,58,6)
#6E3506
(110,53,6)
#633006
(99,48,6)
#582B06
(88,43,6)
#4D2606
(77,38,6)
#422106
(66,33,6)
#371C06
(55,28,6)
#2C1706
(44,23,6)
#211206
(33,18,6)
#160D06
(22,13,6)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #793A06

#793A06
(121,58,6)
#854B1C
(133,75,28)
#915C32
(145,92,50)
#9D6D48
(157,109,72)
#A97E5E
(169,126,94)
#B58F74
(181,143,116)
#C1A08A
(193,160,138)
#CDB1A0
(205,177,160)
#D9C2B6
(217,194,182)
#E5D3CC
(229,211,204)
#F1E4E2
(241,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793A06 color. Also use rgb(121,58,6) instead hex code.

Text Font Color

.myTextColor { color: #793A06; }

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

This text font color is #793A06.


Background Color

.myBgColor { background-color: #793A06; }

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

This div background color is #793A06.


Border color

.myBorderColor { border: 1px solid #793A06; }

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

This div border color is #793A06.


Opacity

.myOpacity80 { color: #793A06; opacity: 0.8; }

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

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

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

This text has shadow with #793A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793A06 on black background.


Color preview on white background

This text has color #793A06 on white background.



Black color preview on #793A06 background

This text has black color on #793A06 background.


White color preview on #793A06 background

This text has white color on #793A06 background.