COLOR #796A41

HEX: #796A41
RGB: (121,106,65)

Color info

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

RGB color model

#796A41 color RGB value is (121,106,65).

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

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 65 of 255 = 25%

121
106
65

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

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 65 = 292 (100%)
R 121 of 292 ~ 41.44%
G 106 of 292 ~ 36.3%
B 65 of 292 ~ 22.26%

%41.44
%36.3
%22.26

CMYK color model

#796A41 color CMYK value is (0,12,46,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 46.28%
  • key color value is 52.55%
CMYK:
(0,12,46,53)
C0M12Y46K53 
(0%,12%,46%,53%)
(0.00/0.12/0.46/0.53)	

CMYK percentages

%0
%12.4
%46.28
%52.55

Codes

Color #796A41 in popluar color models

796A41
RGB12110665
HSL44°30.11%36.47%
HSB/HSV44°46.28%47.45%
CMYK0.00%12.40%46.28%
52.55%

Color #796A41 in popluar number systems.

HEX796A41
Decimal12110665
Binary111100111010101000001
Octal171152101

Shades and tints

Shades of #796A41

#796A41
(121,106,65)
#6E613C
(110,97,60)
#635837
(99,88,55)
#584F32
(88,79,50)
#4D462D
(77,70,45)
#423D28
(66,61,40)
#373423
(55,52,35)
#2C2B1E
(44,43,30)
#212219
(33,34,25)
#161914
(22,25,20)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #796A41

#796A41
(121,106,65)
#857752
(133,119,82)
#918463
(145,132,99)
#9D9174
(157,145,116)
#A99E85
(169,158,133)
#B5AB96
(181,171,150)
#C1B8A7
(193,184,167)
#CDC5B8
(205,197,184)
#D9D2C9
(217,210,201)
#E5DFDA
(229,223,218)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A41; }

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

This text font color is #796A41.


Background Color

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

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

This div background color is #796A41.


Border color

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

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

This div border color is #796A41.


Opacity

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

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

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

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

This text has shadow with #796A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A41 on black background.


Color preview on white background

This text has color #796A41 on white background.



Black color preview on #796A41 background

This text has black color on #796A41 background.


White color preview on #796A41 background

This text has white color on #796A41 background.