COLOR #796E22

HEX: #796E22
RGB: (121,110,34)

Color info

#796E22 contains mainly red and green colors. Web safe color of #796E22 is #666633 (or #663).

RGB color model

#796E22 color RGB value is (121,110,34).

  • red value is 121;
  • green value is 110;
  • blue value is 34.
RGB:
(121,110,34)
(47%,43%,13%)

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 34 of 255 = 13%

121
110
34

R + G + B ~ 34%. #796E22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 34 = 265 (100%)
R 121 of 265 ~ 45.66%
G 110 of 265 ~ 41.51%
B 34 of 265 ~ 12.83%

%45.66
%41.51
%12.83

CMYK color model

#796E22 color CMYK value is (0,9,72,53).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 71.90%
  • key color value is 52.55%
CMYK:
(0,9,72,53)
C0M9Y72K53 
(0%,9%,72%,53%)
(0.00/0.09/0.72/0.53)	

CMYK percentages

%0
%9.09
%71.9
%52.55

Codes

Color #796E22 in popluar color models

796E22
RGB12111034
HSL52°56.13%30.39%
HSB/HSV52°71.90%47.45%
CMYK0.00%9.09%71.90%
52.55%

Color #796E22 in popluar number systems.

HEX796E22
Decimal12111034
Binary11110011101110100010
Octal17115642

Shades and tints

Shades of #796E22

#796E22
(121,110,34)
#6E641F
(110,100,31)
#635A1C
(99,90,28)
#585019
(88,80,25)
#4D4616
(77,70,22)
#423C13
(66,60,19)
#373210
(55,50,16)
#2C280D
(44,40,13)
#211E0A
(33,30,10)
#161407
(22,20,7)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #796E22

#796E22
(121,110,34)
#857B36
(133,123,54)
#91884A
(145,136,74)
#9D955E
(157,149,94)
#A9A272
(169,162,114)
#B5AF86
(181,175,134)
#C1BC9A
(193,188,154)
#CDC9AE
(205,201,174)
#D9D6C2
(217,214,194)
#E5E3D6
(229,227,214)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796E22 color. Also use rgb(121,110,34) instead hex code.

Text Font Color

.myTextColor { color: #796E22; }

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

This text font color is #796E22.


Background Color

.myBgColor { background-color: #796E22; }

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

This div background color is #796E22.


Border color

.myBorderColor { border: 1px solid #796E22; }

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

This div border color is #796E22.


Opacity

.myOpacity80 { color: #796E22; opacity: 0.8; }

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

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

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

This text has shadow with #796E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E22 on black background.


Color preview on white background

This text has color #796E22 on white background.



Black color preview on #796E22 background

This text has black color on #796E22 background.


White color preview on #796E22 background

This text has white color on #796E22 background.