COLOR #797D51

HEX: #797D51
RGB: (121,125,81)

Color info

#797D51 contains red, green and blue colors in about the same proportion. Web safe color of #797D51 is #666666 (or #666).

RGB color model

#797D51 color RGB value is (121,125,81).

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

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 81 of 255 = 32%

121
125
81

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

Portions of RGB colors in percentages

R + G + B =
121 + 125 + 81 = 327 (100%)
R 121 of 327 ~ 37%
G 125 of 327 ~ 38.23%
B 81 of 327 ~ 24.77%

%37
%38.23
%24.77

CMYK color model

#797D51 color CMYK value is (3,0,35,51).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 50.98%
CMYK:
(3,0,35,51)
C3M0Y35K51 
(3%,0%,35%,51%)
(0.03/0.00/0.35/0.51)	

CMYK percentages

%3.2
%0
%35.2
%50.98

Codes

Color #797D51 in popluar color models

797D51
RGB12112581
HSL65°21.36%40.39%
HSB/HSV65°35.20%49.02%
CMYK3.20%0.00%35.20%
50.98%

Color #797D51 in popluar number systems.

HEX797D51
Decimal12112581
Binary111100111111011010001
Octal171175121

Shades and tints

Shades of #797D51

#797D51
(121,125,81)
#6E724A
(110,114,74)
#636743
(99,103,67)
#585C3C
(88,92,60)
#4D5135
(77,81,53)
#42462E
(66,70,46)
#373B27
(55,59,39)
#2C3020
(44,48,32)
#212519
(33,37,25)
#161A12
(22,26,18)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #797D51

#797D51
(121,125,81)
#858860
(133,136,96)
#91936F
(145,147,111)
#9D9E7E
(157,158,126)
#A9A98D
(169,169,141)
#B5B49C
(181,180,156)
#C1BFAB
(193,191,171)
#CDCABA
(205,202,186)
#D9D5C9
(217,213,201)
#E5E0D8
(229,224,216)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797D51; }

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

This text font color is #797D51.


Background Color

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

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

This div background color is #797D51.


Border color

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

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

This div border color is #797D51.


Opacity

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

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

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

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

This text has shadow with #797D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797D51 on black background.


Color preview on white background

This text has color #797D51 on white background.



Black color preview on #797D51 background

This text has black color on #797D51 background.


White color preview on #797D51 background

This text has white color on #797D51 background.