COLOR #796D3C

HEX: #796D3C
RGB: (121,109,60)

Color info

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

RGB color model

#796D3C color RGB value is (121,109,60).

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

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 60 of 255 = 24%

121
109
60

R + G + B ~ 38%. #796D3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 60 = 290 (100%)
R 121 of 290 ~ 41.72%
G 109 of 290 ~ 37.59%
B 60 of 290 ~ 20.69%

%41.72
%37.59
%20.69

CMYK color model

#796D3C color CMYK value is (0,10,50,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 50.41%
  • key color value is 52.55%
CMYK:
(0,10,50,53)
C0M10Y50K53 
(0%,10%,50%,53%)
(0.00/0.10/0.50/0.53)	

CMYK percentages

%0
%9.92
%50.41
%52.55

Codes

Color #796D3C in popluar color models

796D3C
RGB12110960
HSL48°33.70%35.49%
HSB/HSV48°50.41%47.45%
CMYK0.00%9.92%50.41%
52.55%

Color #796D3C in popluar number systems.

HEX796D3C
Decimal12110960
Binary11110011101101111100
Octal17115574

Shades and tints

Shades of #796D3C

#796D3C
(121,109,60)
#6E6437
(110,100,55)
#635B32
(99,91,50)
#58522D
(88,82,45)
#4D4928
(77,73,40)
#424023
(66,64,35)
#37371E
(55,55,30)
#2C2E19
(44,46,25)
#212514
(33,37,20)
#161C0F
(22,28,15)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #796D3C

#796D3C
(121,109,60)
#857A4D
(133,122,77)
#91875E
(145,135,94)
#9D946F
(157,148,111)
#A9A180
(169,161,128)
#B5AE91
(181,174,145)
#C1BBA2
(193,187,162)
#CDC8B3
(205,200,179)
#D9D5C4
(217,213,196)
#E5E2D5
(229,226,213)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796D3C; }

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

This text font color is #796D3C.


Background Color

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

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

This div background color is #796D3C.


Border color

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

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

This div border color is #796D3C.


Opacity

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

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

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

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

This text has shadow with #796D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D3C on black background.


Color preview on white background

This text has color #796D3C on white background.



Black color preview on #796D3C background

This text has black color on #796D3C background.


White color preview on #796D3C background

This text has white color on #796D3C background.