COLOR #796149

HEX: #796149
RGB: (121,97,73)

Color info

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

RGB color model

#796149 color RGB value is (121,97,73).

  • red value is 121;
  • green value is 97;
  • blue value is 73.
RGB:
(121,97,73)
(47%,38%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 97 of 255 = 38%
B 73 of 255 = 29%

121
97
73

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

Portions of RGB colors in percentages

R + G + B =
121 + 97 + 73 = 291 (100%)
R 121 of 291 ~ 41.58%
G 97 of 291 ~ 33.33%
B 73 of 291 ~ 25.09%

%41.58
%33.33
%25.09

CMYK color model

#796149 color CMYK value is (0,20,40,53).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 39.67%
  • key color value is 52.55%
CMYK:
(0,20,40,53)
C0M20Y40K53 
(0%,20%,40%,53%)
(0.00/0.20/0.40/0.53)	

CMYK percentages

%0
%19.83
%39.67
%52.55

Codes

Color #796149 in popluar color models

796149
RGB1219773
HSL30°24.74%38.04%
HSB/HSV30°39.67%47.45%
CMYK0.00%19.83%39.67%
52.55%

Color #796149 in popluar number systems.

HEX796149
Decimal1219773
Binary111100111000011001001
Octal171141111

Shades and tints

Shades of #796149

#796149
(121,97,73)
#6E5943
(110,89,67)
#63513D
(99,81,61)
#584937
(88,73,55)
#4D4131
(77,65,49)
#42392B
(66,57,43)
#373125
(55,49,37)
#2C291F
(44,41,31)
#212119
(33,33,25)
#161913
(22,25,19)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #796149

#796149
(121,97,73)
#856F59
(133,111,89)
#917D69
(145,125,105)
#9D8B79
(157,139,121)
#A99989
(169,153,137)
#B5A799
(181,167,153)
#C1B5A9
(193,181,169)
#CDC3B9
(205,195,185)
#D9D1C9
(217,209,201)
#E5DFD9
(229,223,217)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796149 color. Also use rgb(121,97,73) instead hex code.

Text Font Color

.myTextColor { color: #796149; }

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

This text font color is #796149.


Background Color

.myBgColor { background-color: #796149; }

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

This div background color is #796149.


Border color

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

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

This div border color is #796149.


Opacity

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

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

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

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

This text has shadow with #796149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796149 on black background.


Color preview on white background

This text has color #796149 on white background.



Black color preview on #796149 background

This text has black color on #796149 background.


White color preview on #796149 background

This text has white color on #796149 background.