COLOR #796332

HEX: #796332
RGB: (121,99,50)

Color info

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

RGB color model

#796332 color RGB value is (121,99,50).

  • red value is 121;
  • green value is 99;
  • blue value is 50.
RGB:
(121,99,50)
(47%,39%,20%)

RGB channels and saturation

R 121 of 255 = 47%
G 99 of 255 = 39%
B 50 of 255 = 20%

121
99
50

R + G + B ~ 35%. #796332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 99 + 50 = 270 (100%)
R 121 of 270 ~ 44.81%
G 99 of 270 ~ 36.67%
B 50 of 270 ~ 18.52%

%44.81
%36.67
%18.52

CMYK color model

#796332 color CMYK value is (0,18,59,53).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 58.68%
  • key color value is 52.55%
CMYK:
(0,18,59,53)
C0M18Y59K53 
(0%,18%,59%,53%)
(0.00/0.18/0.59/0.53)	

CMYK percentages

%0
%18.18
%58.68
%52.55

Codes

Color #796332 in popluar color models

796332
RGB1219950
HSL41°41.52%33.53%
HSB/HSV41°58.68%47.45%
CMYK0.00%18.18%58.68%
52.55%

Color #796332 in popluar number systems.

HEX796332
Decimal1219950
Binary11110011100011110010
Octal17114362

Shades and tints

Shades of #796332

#796332
(121,99,50)
#6E5A2E
(110,90,46)
#63512A
(99,81,42)
#584826
(88,72,38)
#4D3F22
(77,63,34)
#42361E
(66,54,30)
#372D1A
(55,45,26)
#2C2416
(44,36,22)
#211B12
(33,27,18)
#16120E
(22,18,14)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #796332

#796332
(121,99,50)
#857144
(133,113,68)
#917F56
(145,127,86)
#9D8D68
(157,141,104)
#A99B7A
(169,155,122)
#B5A98C
(181,169,140)
#C1B79E
(193,183,158)
#CDC5B0
(205,197,176)
#D9D3C2
(217,211,194)
#E5E1D4
(229,225,212)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796332 color. Also use rgb(121,99,50) instead hex code.

Text Font Color

.myTextColor { color: #796332; }

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

This text font color is #796332.


Background Color

.myBgColor { background-color: #796332; }

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

This div background color is #796332.


Border color

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

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

This div border color is #796332.


Opacity

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

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

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

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

This text has shadow with #796332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796332 on black background.


Color preview on white background

This text has color #796332 on white background.



Black color preview on #796332 background

This text has black color on #796332 background.


White color preview on #796332 background

This text has white color on #796332 background.