COLOR #796A46

HEX: #796A46
RGB: (121,106,70)

Color info

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

RGB color model

#796A46 color RGB value is (121,106,70).

  • red value is 121;
  • green value is 106;
  • blue value is 70.
RGB:
(121,106,70)
(47%,42%,27%)

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 70 of 255 = 27%

121
106
70

R + G + B ~ 39%. #796A46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 70 = 297 (100%)
R 121 of 297 ~ 40.74%
G 106 of 297 ~ 35.69%
B 70 of 297 ~ 23.57%

%40.74
%35.69
%23.57

CMYK color model

#796A46 color CMYK value is (0,12,42,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(0,12,42,53)
C0M12Y42K53 
(0%,12%,42%,53%)
(0.00/0.12/0.42/0.53)	

CMYK percentages

%0
%12.4
%42.15
%52.55

Codes

Color #796A46 in popluar color models

796A46
RGB12110670
HSL42°26.70%37.45%
HSB/HSV42°42.15%47.45%
CMYK0.00%12.40%42.15%
52.55%

Color #796A46 in popluar number systems.

HEX796A46
Decimal12110670
Binary111100111010101000110
Octal171152106

Shades and tints

Shades of #796A46

#796A46
(121,106,70)
#6E6140
(110,97,64)
#63583A
(99,88,58)
#584F34
(88,79,52)
#4D462E
(77,70,46)
#423D28
(66,61,40)
#373422
(55,52,34)
#2C2B1C
(44,43,28)
#212216
(33,34,22)
#161910
(22,25,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #796A46

#796A46
(121,106,70)
#857756
(133,119,86)
#918466
(145,132,102)
#9D9176
(157,145,118)
#A99E86
(169,158,134)
#B5AB96
(181,171,150)
#C1B8A6
(193,184,166)
#CDC5B6
(205,197,182)
#D9D2C6
(217,210,198)
#E5DFD6
(229,223,214)
#F1ECE6
(241,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796A46 color. Also use rgb(121,106,70) instead hex code.

Text Font Color

.myTextColor { color: #796A46; }

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

This text font color is #796A46.


Background Color

.myBgColor { background-color: #796A46; }

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

This div background color is #796A46.


Border color

.myBorderColor { border: 1px solid #796A46; }

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

This div border color is #796A46.


Opacity

.myOpacity80 { color: #796A46; opacity: 0.8; }

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

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

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

This text has shadow with #796A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A46 on black background.


Color preview on white background

This text has color #796A46 on white background.



Black color preview on #796A46 background

This text has black color on #796A46 background.


White color preview on #796A46 background

This text has white color on #796A46 background.