COLOR #796D2E

HEX: #796D2E
RGB: (121,109,46)

Color info

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

RGB color model

#796D2E color RGB value is (121,109,46).

  • red value is 121;
  • green value is 109;
  • blue value is 46.
RGB:
(121,109,46)
(47%,43%,18%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 46 of 255 = 18%

121
109
46

R + G + B ~ 36%. #796D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 46 = 276 (100%)
R 121 of 276 ~ 43.84%
G 109 of 276 ~ 39.49%
B 46 of 276 ~ 16.67%

%43.84
%39.49
%16.67

CMYK color model

#796D2E color CMYK value is (0,10,62,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 61.98%
  • key color value is 52.55%
CMYK:
(0,10,62,53)
C0M10Y62K53 
(0%,10%,62%,53%)
(0.00/0.10/0.62/0.53)	

CMYK percentages

%0
%9.92
%61.98
%52.55

Codes

Color #796D2E in popluar color models

796D2E
RGB12110946
HSL50°44.91%32.75%
HSB/HSV50°61.98%47.45%
CMYK0.00%9.92%61.98%
52.55%

Color #796D2E in popluar number systems.

HEX796D2E
Decimal12110946
Binary11110011101101101110
Octal17115556

Shades and tints

Shades of #796D2E

#796D2E
(121,109,46)
#6E642A
(110,100,42)
#635B26
(99,91,38)
#585222
(88,82,34)
#4D491E
(77,73,30)
#42401A
(66,64,26)
#373716
(55,55,22)
#2C2E12
(44,46,18)
#21250E
(33,37,14)
#161C0A
(22,28,10)
#0B1306
(11,19,6)
#000000
(0,0,0)

Tints of #796D2E

#796D2E
(121,109,46)
#857A41
(133,122,65)
#918754
(145,135,84)
#9D9467
(157,148,103)
#A9A17A
(169,161,122)
#B5AE8D
(181,174,141)
#C1BBA0
(193,187,160)
#CDC8B3
(205,200,179)
#D9D5C6
(217,213,198)
#E5E2D9
(229,226,217)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796D2E color. Also use rgb(121,109,46) instead hex code.

Text Font Color

.myTextColor { color: #796D2E; }

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

This text font color is #796D2E.


Background Color

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

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

This div background color is #796D2E.


Border color

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

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

This div border color is #796D2E.


Opacity

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

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

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

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

This text has shadow with #796D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D2E on black background.


Color preview on white background

This text has color #796D2E on white background.



Black color preview on #796D2E background

This text has black color on #796D2E background.


White color preview on #796D2E background

This text has white color on #796D2E background.