COLOR #796840

HEX: #796840
RGB: (121,104,64)

Color info

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

RGB color model

#796840 color RGB value is (121,104,64).

  • red value is 121;
  • green value is 104;
  • blue value is 64.
RGB:
(121,104,64)
(47%,41%,25%)

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 64 of 255 = 25%

121
104
64

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

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 64 = 289 (100%)
R 121 of 289 ~ 41.87%
G 104 of 289 ~ 35.99%
B 64 of 289 ~ 22.15%

%41.87
%35.99
%22.15

CMYK color model

#796840 color CMYK value is (0,14,47,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 47.11%
  • key color value is 52.55%
CMYK:
(0,14,47,53)
C0M14Y47K53 
(0%,14%,47%,53%)
(0.00/0.14/0.47/0.53)	

CMYK percentages

%0
%14.05
%47.11
%52.55

Codes

Color #796840 in popluar color models

796840
RGB12110464
HSL42°30.81%36.27%
HSB/HSV42°47.11%47.45%
CMYK0.00%14.05%47.11%
52.55%

Color #796840 in popluar number systems.

HEX796840
Decimal12110464
Binary111100111010001000000
Octal171150100

Shades and tints

Shades of #796840

#796840
(121,104,64)
#6E5F3B
(110,95,59)
#635636
(99,86,54)
#584D31
(88,77,49)
#4D442C
(77,68,44)
#423B27
(66,59,39)
#373222
(55,50,34)
#2C291D
(44,41,29)
#212018
(33,32,24)
#161713
(22,23,19)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #796840

#796840
(121,104,64)
#857551
(133,117,81)
#918262
(145,130,98)
#9D8F73
(157,143,115)
#A99C84
(169,156,132)
#B5A995
(181,169,149)
#C1B6A6
(193,182,166)
#CDC3B7
(205,195,183)
#D9D0C8
(217,208,200)
#E5DDD9
(229,221,217)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796840 color. Also use rgb(121,104,64) instead hex code.

Text Font Color

.myTextColor { color: #796840; }

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

This text font color is #796840.


Background Color

.myBgColor { background-color: #796840; }

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

This div background color is #796840.


Border color

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

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

This div border color is #796840.


Opacity

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

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

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

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

This text has shadow with #796840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796840 on black background.


Color preview on white background

This text has color #796840 on white background.



Black color preview on #796840 background

This text has black color on #796840 background.


White color preview on #796840 background

This text has white color on #796840 background.