COLOR #797D49

HEX: #797D49
RGB: (121,125,73)

Color info

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

RGB color model

#797D49 color RGB value is (121,125,73).

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

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 73 of 255 = 29%

121
125
73

R + G + B ~ 42%. #797D49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 125 + 73 = 319 (100%)
R 121 of 319 ~ 37.93%
G 125 of 319 ~ 39.18%
B 73 of 319 ~ 22.88%

%37.93
%39.18
%22.88

CMYK color model

#797D49 color CMYK value is (3,0,42,51).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 41.60%
  • key color value is 50.98%
CMYK:
(3,0,42,51)
C3M0Y42K51 
(3%,0%,42%,51%)
(0.03/0.00/0.42/0.51)	

CMYK percentages

%3.2
%0
%41.6
%50.98

Codes

Color #797D49 in popluar color models

797D49
RGB12112573
HSL65°26.26%38.82%
HSB/HSV65°41.60%49.02%
CMYK3.20%0.00%41.60%
50.98%

Color #797D49 in popluar number systems.

HEX797D49
Decimal12112573
Binary111100111111011001001
Octal171175111

Shades and tints

Shades of #797D49

#797D49
(121,125,73)
#6E7243
(110,114,67)
#63673D
(99,103,61)
#585C37
(88,92,55)
#4D5131
(77,81,49)
#42462B
(66,70,43)
#373B25
(55,59,37)
#2C301F
(44,48,31)
#212519
(33,37,25)
#161A13
(22,26,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #797D49

#797D49
(121,125,73)
#858859
(133,136,89)
#919369
(145,147,105)
#9D9E79
(157,158,121)
#A9A989
(169,169,137)
#B5B499
(181,180,153)
#C1BFA9
(193,191,169)
#CDCAB9
(205,202,185)
#D9D5C9
(217,213,201)
#E5E0D9
(229,224,217)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797D49; }

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

This text font color is #797D49.


Background Color

.myBgColor { background-color: #797D49; }

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

This div background color is #797D49.


Border color

.myBorderColor { border: 1px solid #797D49; }

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

This div border color is #797D49.


Opacity

.myOpacity80 { color: #797D49; opacity: 0.8; }

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

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

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

This text has shadow with #797D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797D49 on black background.


Color preview on white background

This text has color #797D49 on white background.



Black color preview on #797D49 background

This text has black color on #797D49 background.


White color preview on #797D49 background

This text has white color on #797D49 background.