COLOR #797D39

HEX: #797D39
RGB: (121,125,57)

Color info

#797D39 contains mainly red and green colors. Web safe color of #797D39 is #666633 (or #663).

RGB color model

#797D39 color RGB value is (121,125,57).

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

RGB channels and saturation

R 121 of 255 = 47%
G 125 of 255 = 49%
B 57 of 255 = 22%

121
125
57

R + G + B ~ 39%. #797D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 125 + 57 = 303 (100%)
R 121 of 303 ~ 39.93%
G 125 of 303 ~ 41.25%
B 57 of 303 ~ 18.81%

%39.93
%41.25
%18.81

CMYK color model

#797D39 color CMYK value is (3,0,54,51).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 50.98%
CMYK:
(3,0,54,51)
C3M0Y54K51 
(3%,0%,54%,51%)
(0.03/0.00/0.54/0.51)	

CMYK percentages

%3.2
%0
%54.4
%50.98

Codes

Color #797D39 in popluar color models

797D39
RGB12112557
HSL64°37.36%35.69%
HSB/HSV64°54.40%49.02%
CMYK3.20%0.00%54.40%
50.98%

Color #797D39 in popluar number systems.

HEX797D39
Decimal12112557
Binary11110011111101111001
Octal17117571

Shades and tints

Shades of #797D39

#797D39
(121,125,57)
#6E7234
(110,114,52)
#63672F
(99,103,47)
#585C2A
(88,92,42)
#4D5125
(77,81,37)
#424620
(66,70,32)
#373B1B
(55,59,27)
#2C3016
(44,48,22)
#212511
(33,37,17)
#161A0C
(22,26,12)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #797D39

#797D39
(121,125,57)
#85884B
(133,136,75)
#91935D
(145,147,93)
#9D9E6F
(157,158,111)
#A9A981
(169,169,129)
#B5B493
(181,180,147)
#C1BFA5
(193,191,165)
#CDCAB7
(205,202,183)
#D9D5C9
(217,213,201)
#E5E0DB
(229,224,219)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797D39; }

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

This text font color is #797D39.


Background Color

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

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

This div background color is #797D39.


Border color

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

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

This div border color is #797D39.


Opacity

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

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

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

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

This text has shadow with #797D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797D39 on black background.


Color preview on white background

This text has color #797D39 on white background.



Black color preview on #797D39 background

This text has black color on #797D39 background.


White color preview on #797D39 background

This text has white color on #797D39 background.