COLOR #797A48

HEX: #797A48
RGB: (121,122,72)

Color info

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

RGB color model

#797A48 color RGB value is (121,122,72).

  • red value is 121;
  • green value is 122;
  • blue value is 72.
RGB:
(121,122,72)
(47%,48%,28%)

RGB channels and saturation

R 121 of 255 = 47%
G 122 of 255 = 48%
B 72 of 255 = 28%

121
122
72

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

Portions of RGB colors in percentages

R + G + B =
121 + 122 + 72 = 315 (100%)
R 121 of 315 ~ 38.41%
G 122 of 315 ~ 38.73%
B 72 of 315 ~ 22.86%

%38.41
%38.73
%22.86

CMYK color model

#797A48 color CMYK value is (1,0,41,52).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(1,0,41,52)
C1M0Y41K52 
(1%,0%,41%,52%)
(0.01/0.00/0.41/0.52)	

CMYK percentages

%0.82
%0
%40.98
%52.16

Codes

Color #797A48 in popluar color models

797A48
RGB12112272
HSL61°25.77%38.04%
HSB/HSV61°40.98%47.84%
CMYK0.82%0.00%40.98%
52.16%

Color #797A48 in popluar number systems.

HEX797A48
Decimal12112272
Binary111100111110101001000
Octal171172110

Shades and tints

Shades of #797A48

#797A48
(121,122,72)
#6E6F42
(110,111,66)
#63643C
(99,100,60)
#585936
(88,89,54)
#4D4E30
(77,78,48)
#42432A
(66,67,42)
#373824
(55,56,36)
#2C2D1E
(44,45,30)
#212218
(33,34,24)
#161712
(22,23,18)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #797A48

#797A48
(121,122,72)
#858658
(133,134,88)
#919268
(145,146,104)
#9D9E78
(157,158,120)
#A9AA88
(169,170,136)
#B5B698
(181,182,152)
#C1C2A8
(193,194,168)
#CDCEB8
(205,206,184)
#D9DAC8
(217,218,200)
#E5E6D8
(229,230,216)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797A48 color. Also use rgb(121,122,72) instead hex code.

Text Font Color

.myTextColor { color: #797A48; }

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

This text font color is #797A48.


Background Color

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

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

This div background color is #797A48.


Border color

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

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

This div border color is #797A48.


Opacity

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

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

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

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

This text has shadow with #797A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797A48 on black background.


Color preview on white background

This text has color #797A48 on white background.



Black color preview on #797A48 background

This text has black color on #797A48 background.


White color preview on #797A48 background

This text has white color on #797A48 background.