COLOR #79824C

HEX: #79824C
RGB: (121,130,76)

Color info

#79824C contains red, green and blue colors in about the same proportion. Web safe color of #79824C is #669933 (or #693).

RGB color model

#79824C color RGB value is (121,130,76).

  • red value is 121;
  • green value is 130;
  • blue value is 76.
RGB:
(121,130,76)
(47%,51%,30%)

RGB channels and saturation

R 121 of 255 = 47%
G 130 of 255 = 51%
B 76 of 255 = 30%

121
130
76

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

Portions of RGB colors in percentages

R + G + B =
121 + 130 + 76 = 327 (100%)
R 121 of 327 ~ 37%
G 130 of 327 ~ 39.76%
B 76 of 327 ~ 23.24%

%37
%39.76
%23.24

CMYK color model

#79824C color CMYK value is (7,0,42,49).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 49.02%
CMYK:
(7,0,42,49)
C7M0Y42K49 
(7%,0%,42%,49%)
(0.07/0.00/0.42/0.49)	

CMYK percentages

%6.92
%0
%41.54
%49.02

Codes

Color #79824C in popluar color models

79824C
RGB12113076
HSL70°26.21%40.39%
HSB/HSV70°41.54%50.98%
CMYK6.92%0.00%41.54%
49.02%

Color #79824C in popluar number systems.

HEX79824C
Decimal12113076
Binary1111001100000101001100
Octal171202114

Shades and tints

Shades of #79824C

#79824C
(121,130,76)
#6E7746
(110,119,70)
#636C40
(99,108,64)
#58613A
(88,97,58)
#4D5634
(77,86,52)
#424B2E
(66,75,46)
#374028
(55,64,40)
#2C3522
(44,53,34)
#212A1C
(33,42,28)
#161F16
(22,31,22)
#0B1410
(11,20,16)
#000000
(0,0,0)

Tints of #79824C

#79824C
(121,130,76)
#858D5C
(133,141,92)
#91986C
(145,152,108)
#9DA37C
(157,163,124)
#A9AE8C
(169,174,140)
#B5B99C
(181,185,156)
#C1C4AC
(193,196,172)
#CDCFBC
(205,207,188)
#D9DACC
(217,218,204)
#E5E5DC
(229,229,220)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79824C color. Also use rgb(121,130,76) instead hex code.

Text Font Color

.myTextColor { color: #79824C; }

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

This text font color is #79824C.


Background Color

.myBgColor { background-color: #79824C; }

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

This div background color is #79824C.


Border color

.myBorderColor { border: 1px solid #79824C; }

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

This div border color is #79824C.


Opacity

.myOpacity80 { color: #79824C; opacity: 0.8; }

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

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

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

This text has shadow with #79824C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79824C on black background.


Color preview on white background

This text has color #79824C on white background.



Black color preview on #79824C background

This text has black color on #79824C background.


White color preview on #79824C background

This text has white color on #79824C background.