COLOR #79947C

HEX: #79947C
RGB: (121,148,124)

Color info

#79947C contains red, green and blue colors in about the same proportion. Web safe color of #79947C is #669966 (or #696).

RGB color model

#79947C color RGB value is (121,148,124).

  • red value is 121;
  • green value is 148;
  • blue value is 124.
RGB:
(121,148,124)
(47%,58%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 124 of 255 = 49%

121
148
124

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

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 124 = 393 (100%)
R 121 of 393 ~ 30.79%
G 148 of 393 ~ 37.66%
B 124 of 393 ~ 31.55%

%30.79
%37.66
%31.55

CMYK color model

#79947C color CMYK value is (18,0,16,42).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(18,0,16,42)
C18M0Y16K42 
(18%,0%,16%,42%)
(0.18/0.00/0.16/0.42)	

CMYK percentages

%18.24
%0
%16.22
%41.96

Codes

Color #79947C in popluar color models

79947C
RGB121148124
HSL127°11.20%52.75%
HSB/HSV127°18.24%58.04%
CMYK18.24%0.00%16.22%
41.96%

Color #79947C in popluar number systems.

HEX79947C
Decimal121148124
Binary1111001100101001111100
Octal171224174

Shades and tints

Shades of #79947C

#79947C
(121,148,124)
#6E8771
(110,135,113)
#637A66
(99,122,102)
#586D5B
(88,109,91)
#4D6050
(77,96,80)
#425345
(66,83,69)
#37463A
(55,70,58)
#2C392F
(44,57,47)
#212C24
(33,44,36)
#161F19
(22,31,25)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #79947C

#79947C
(121,148,124)
#859D87
(133,157,135)
#91A692
(145,166,146)
#9DAF9D
(157,175,157)
#A9B8A8
(169,184,168)
#B5C1B3
(181,193,179)
#C1CABE
(193,202,190)
#CDD3C9
(205,211,201)
#D9DCD4
(217,220,212)
#E5E5DF
(229,229,223)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79947C color. Also use rgb(121,148,124) instead hex code.

Text Font Color

.myTextColor { color: #79947C; }

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

This text font color is #79947C.


Background Color

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

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

This div background color is #79947C.


Border color

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

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

This div border color is #79947C.


Opacity

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

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

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

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

This text has shadow with #79947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79947C on black background.


Color preview on white background

This text has color #79947C on white background.



Black color preview on #79947C background

This text has black color on #79947C background.


White color preview on #79947C background

This text has white color on #79947C background.