COLOR #796942

HEX: #796942
RGB: (121,105,66)

Color info

#796942 contains red, green and blue colors in about the same proportion. Web safe color of #796942 is #666633 (or #663).

RGB color model

#796942 color RGB value is (121,105,66).

  • red value is 121;
  • green value is 105;
  • blue value is 66.
RGB:
(121,105,66)
(47%,41%,26%)

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 66 of 255 = 26%

121
105
66

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

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 66 = 292 (100%)
R 121 of 292 ~ 41.44%
G 105 of 292 ~ 35.96%
B 66 of 292 ~ 22.6%

%41.44
%35.96
%22.6

CMYK color model

#796942 color CMYK value is (0,13,45,53).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(0,13,45,53)
C0M13Y45K53 
(0%,13%,45%,53%)
(0.00/0.13/0.45/0.53)	

CMYK percentages

%0
%13.22
%45.45
%52.55

Codes

Color #796942 in popluar color models

796942
RGB12110566
HSL43°29.41%36.67%
HSB/HSV43°45.45%47.45%
CMYK0.00%13.22%45.45%
52.55%

Color #796942 in popluar number systems.

HEX796942
Decimal12110566
Binary111100111010011000010
Octal171151102

Shades and tints

Shades of #796942

#796942
(121,105,66)
#6E603C
(110,96,60)
#635736
(99,87,54)
#584E30
(88,78,48)
#4D452A
(77,69,42)
#423C24
(66,60,36)
#37331E
(55,51,30)
#2C2A18
(44,42,24)
#212112
(33,33,18)
#16180C
(22,24,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #796942

#796942
(121,105,66)
#857653
(133,118,83)
#918364
(145,131,100)
#9D9075
(157,144,117)
#A99D86
(169,157,134)
#B5AA97
(181,170,151)
#C1B7A8
(193,183,168)
#CDC4B9
(205,196,185)
#D9D1CA
(217,209,202)
#E5DEDB
(229,222,219)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796942 color. Also use rgb(121,105,66) instead hex code.

Text Font Color

.myTextColor { color: #796942; }

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

This text font color is #796942.


Background Color

.myBgColor { background-color: #796942; }

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

This div background color is #796942.


Border color

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

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

This div border color is #796942.


Opacity

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

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

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

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

This text has shadow with #796942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796942 on black background.


Color preview on white background

This text has color #796942 on white background.



Black color preview on #796942 background

This text has black color on #796942 background.


White color preview on #796942 background

This text has white color on #796942 background.