COLOR #796307

HEX: #796307
RGB: (121,99,7)

Color info

#796307 contains mainly red and green colors. Web safe color of #796307 is #666600 (or #660).

RGB color model

#796307 color RGB value is (121,99,7).

  • red value is 121;
  • green value is 99;
  • blue value is 7.
RGB:
(121,99,7)
(47%,39%,3%)

RGB channels and saturation

R 121 of 255 = 47%
G 99 of 255 = 39%
B 7 of 255 = 3%

121
99
7

R + G + B ~ 30%. #796307 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 99 + 7 = 227 (100%)
R 121 of 227 ~ 53.3%
G 99 of 227 ~ 43.61%
B 7 of 227 ~ 3.08%

%53.3
%43.61

CMYK color model

#796307 color CMYK value is (0,18,94,53).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 94.21%
  • key color value is 52.55%
CMYK:
(0,18,94,53)
C0M18Y94K53 
(0%,18%,94%,53%)
(0.00/0.18/0.94/0.53)	

CMYK percentages

%0
%18.18
%94.21
%52.55

Codes

Color #796307 in popluar color models

796307
RGB121997
HSL48°89.06%25.10%
HSB/HSV48°94.21%47.45%
CMYK0.00%18.18%94.21%
52.55%

Color #796307 in popluar number systems.

HEX796307
Decimal121997
Binary11110011100011111
Octal1711437

Shades and tints

Shades of #796307

#796307
(121,99,7)
#6E5A07
(110,90,7)
#635107
(99,81,7)
#584807
(88,72,7)
#4D3F07
(77,63,7)
#423607
(66,54,7)
#372D07
(55,45,7)
#2C2407
(44,36,7)
#211B07
(33,27,7)
#161207
(22,18,7)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #796307

#796307
(121,99,7)
#85711D
(133,113,29)
#917F33
(145,127,51)
#9D8D49
(157,141,73)
#A99B5F
(169,155,95)
#B5A975
(181,169,117)
#C1B78B
(193,183,139)
#CDC5A1
(205,197,161)
#D9D3B7
(217,211,183)
#E5E1CD
(229,225,205)
#F1EFE3
(241,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796307 color. Also use rgb(121,99,7) instead hex code.

Text Font Color

.myTextColor { color: #796307; }

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

This text font color is #796307.


Background Color

.myBgColor { background-color: #796307; }

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

This div background color is #796307.


Border color

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

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

This div border color is #796307.


Opacity

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

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

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

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

This text has shadow with #796307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796307 on black background.


Color preview on white background

This text has color #796307 on white background.



Black color preview on #796307 background

This text has black color on #796307 background.


White color preview on #796307 background

This text has white color on #796307 background.