COLOR #796E2E

HEX: #796E2E
RGB: (121,110,46)

Color info

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

RGB color model

#796E2E color RGB value is (121,110,46).

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

RGB channels and saturation

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

121
110
46

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 46 = 277 (100%)
R 121 of 277 ~ 43.68%
G 110 of 277 ~ 39.71%
B 46 of 277 ~ 16.61%

%43.68
%39.71
%16.61

CMYK color model

#796E2E color CMYK value is (0,9,62,53).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 61.98%
  • key color value is 52.55%
CMYK:
(0,9,62,53)
C0M9Y62K53 
(0%,9%,62%,53%)
(0.00/0.09/0.62/0.53)	

CMYK percentages

%0
%9.09
%61.98
%52.55

Codes

Color #796E2E in popluar color models

796E2E
RGB12111046
HSL51°44.91%32.75%
HSB/HSV51°61.98%47.45%
CMYK0.00%9.09%61.98%
52.55%

Color #796E2E in popluar number systems.

HEX796E2E
Decimal12111046
Binary11110011101110101110
Octal17115656

Shades and tints

Shades of #796E2E

#796E2E
(121,110,46)
#6E642A
(110,100,42)
#635A26
(99,90,38)
#585022
(88,80,34)
#4D461E
(77,70,30)
#423C1A
(66,60,26)
#373216
(55,50,22)
#2C2812
(44,40,18)
#211E0E
(33,30,14)
#16140A
(22,20,10)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #796E2E

#796E2E
(121,110,46)
#857B41
(133,123,65)
#918854
(145,136,84)
#9D9567
(157,149,103)
#A9A27A
(169,162,122)
#B5AF8D
(181,175,141)
#C1BCA0
(193,188,160)
#CDC9B3
(205,201,179)
#D9D6C6
(217,214,198)
#E5E3D9
(229,227,217)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796E2E; }

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

This text font color is #796E2E.


Background Color

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

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

This div background color is #796E2E.


Border color

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

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

This div border color is #796E2E.


Opacity

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

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

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

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

This text has shadow with #796E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796E2E on black background.


Color preview on white background

This text has color #796E2E on white background.



Black color preview on #796E2E background

This text has black color on #796E2E background.


White color preview on #796E2E background

This text has white color on #796E2E background.