COLOR #796821

HEX: #796821
RGB: (121,104,33)

Color info

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

RGB color model

#796821 color RGB value is (121,104,33).

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

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 33 of 255 = 13%

121
104
33

R + G + B ~ 34%. #796821 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 33 = 258 (100%)
R 121 of 258 ~ 46.9%
G 104 of 258 ~ 40.31%
B 33 of 258 ~ 12.79%

%46.9
%40.31
%12.79

CMYK color model

#796821 color CMYK value is (0,14,73,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 72.73%
  • key color value is 52.55%
CMYK:
(0,14,73,53)
C0M14Y73K53 
(0%,14%,73%,53%)
(0.00/0.14/0.73/0.53)	

CMYK percentages

%0
%14.05
%72.73
%52.55

Codes

Color #796821 in popluar color models

796821
RGB12110433
HSL48°57.14%30.20%
HSB/HSV48°72.73%47.45%
CMYK0.00%14.05%72.73%
52.55%

Color #796821 in popluar number systems.

HEX796821
Decimal12110433
Binary11110011101000100001
Octal17115041

Shades and tints

Shades of #796821

#796821
(121,104,33)
#6E5F1E
(110,95,30)
#63561B
(99,86,27)
#584D18
(88,77,24)
#4D4415
(77,68,21)
#423B12
(66,59,18)
#37320F
(55,50,15)
#2C290C
(44,41,12)
#212009
(33,32,9)
#161706
(22,23,6)
#0B0E03
(11,14,3)
#000000
(0,0,0)

Tints of #796821

#796821
(121,104,33)
#857535
(133,117,53)
#918249
(145,130,73)
#9D8F5D
(157,143,93)
#A99C71
(169,156,113)
#B5A985
(181,169,133)
#C1B699
(193,182,153)
#CDC3AD
(205,195,173)
#D9D0C1
(217,208,193)
#E5DDD5
(229,221,213)
#F1EAE9
(241,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796821; }

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

This text font color is #796821.


Background Color

.myBgColor { background-color: #796821; }

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

This div background color is #796821.


Border color

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

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

This div border color is #796821.


Opacity

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

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

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

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

This text has shadow with #796821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796821 on black background.


Color preview on white background

This text has color #796821 on white background.



Black color preview on #796821 background

This text has black color on #796821 background.


White color preview on #796821 background

This text has white color on #796821 background.