COLOR #796242

HEX: #796242
RGB: (121,98,66)

Color info

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

RGB color model

#796242 color RGB value is (121,98,66).

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

RGB channels and saturation

R 121 of 255 = 47%
G 98 of 255 = 38%
B 66 of 255 = 26%

121
98
66

R + G + B ~ 37%. #796242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 98 + 66 = 285 (100%)
R 121 of 285 ~ 42.46%
G 98 of 285 ~ 34.39%
B 66 of 285 ~ 23.16%

%42.46
%34.39
%23.16

CMYK color model

#796242 color CMYK value is (0,19,45,53).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(0,19,45,53)
C0M19Y45K53 
(0%,19%,45%,53%)
(0.00/0.19/0.45/0.53)	

CMYK percentages

%0
%19.01
%45.45
%52.55

Codes

Color #796242 in popluar color models

796242
RGB1219866
HSL35°29.41%36.67%
HSB/HSV35°45.45%47.45%
CMYK0.00%19.01%45.45%
52.55%

Color #796242 in popluar number systems.

HEX796242
Decimal1219866
Binary111100111000101000010
Octal171142102

Shades and tints

Shades of #796242

#796242
(121,98,66)
#6E5A3C
(110,90,60)
#635236
(99,82,54)
#584A30
(88,74,48)
#4D422A
(77,66,42)
#423A24
(66,58,36)
#37321E
(55,50,30)
#2C2A18
(44,42,24)
#212212
(33,34,18)
#161A0C
(22,26,12)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #796242

#796242
(121,98,66)
#857053
(133,112,83)
#917E64
(145,126,100)
#9D8C75
(157,140,117)
#A99A86
(169,154,134)
#B5A897
(181,168,151)
#C1B6A8
(193,182,168)
#CDC4B9
(205,196,185)
#D9D2CA
(217,210,202)
#E5E0DB
(229,224,219)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796242; }

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

This text font color is #796242.


Background Color

.myBgColor { background-color: #796242; }

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

This div background color is #796242.


Border color

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

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

This div border color is #796242.


Opacity

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

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

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

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

This text has shadow with #796242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796242 on black background.


Color preview on white background

This text has color #796242 on white background.



Black color preview on #796242 background

This text has black color on #796242 background.


White color preview on #796242 background

This text has white color on #796242 background.