COLOR #79956E

HEX: #79956E
RGB: (121,149,110)

Color info

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

RGB color model

#79956E color RGB value is (121,149,110).

  • red value is 121;
  • green value is 149;
  • blue value is 110.
RGB:
(121,149,110)
(47%,58%,43%)

RGB channels and saturation

R 121 of 255 = 47%
G 149 of 255 = 58%
B 110 of 255 = 43%

121
149
110

R + G + B ~ 49%. #79956E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 149 + 110 = 380 (100%)
R 121 of 380 ~ 31.84%
G 149 of 380 ~ 39.21%
B 110 of 380 ~ 28.95%

%31.84
%39.21
%28.95

CMYK color model

#79956E color CMYK value is (19,0,26,42).

  • cyan value is 18.79%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(19,0,26,42)
C19M0Y26K42 
(19%,0%,26%,42%)
(0.19/0.00/0.26/0.42)	

CMYK percentages

%18.79
%0
%26.17
%41.57

Codes

Color #79956E in popluar color models

79956E
RGB121149110
HSL103°15.54%50.78%
HSB/HSV103°26.17%58.43%
CMYK18.79%0.00%26.17%
41.57%

Color #79956E in popluar number systems.

HEX79956E
Decimal121149110
Binary1111001100101011101110
Octal171225156

Shades and tints

Shades of #79956E

#79956E
(121,149,110)
#6E8864
(110,136,100)
#637B5A
(99,123,90)
#586E50
(88,110,80)
#4D6146
(77,97,70)
#42543C
(66,84,60)
#374732
(55,71,50)
#2C3A28
(44,58,40)
#212D1E
(33,45,30)
#162014
(22,32,20)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #79956E

#79956E
(121,149,110)
#859E7B
(133,158,123)
#91A788
(145,167,136)
#9DB095
(157,176,149)
#A9B9A2
(169,185,162)
#B5C2AF
(181,194,175)
#C1CBBC
(193,203,188)
#CDD4C9
(205,212,201)
#D9DDD6
(217,221,214)
#E5E6E3
(229,230,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79956E color. Also use rgb(121,149,110) instead hex code.

Text Font Color

.myTextColor { color: #79956E; }

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

This text font color is #79956E.


Background Color

.myBgColor { background-color: #79956E; }

<div style="background-color:#79956E">Inner text</div>

This div background color is #79956E.


Border color

.myBorderColor { border: 1px solid #79956E; }

<div style="border:3px solid #79956E">Div</div>

This div border color is #79956E.


Opacity

.myOpacity80 { color: #79956E; opacity: 0.8; }

<p style="color:#79956E;opacity:0.8;">80%</p>

Text with #79956E 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 #79956E;}

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

This text has shadow with #79956E color.

.textShadow {text-shadow: 3px 3px 1px #79956E, 3px 3px 1px red;}

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

This text has shadow with #79956E primary color and red secondary color.


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

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

This text has shadow with #79956E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79956E on black background.


Color preview on white background

This text has color #79956E on white background.



Black color preview on #79956E background

This text has black color on #79956E background.


White color preview on #79956E background

This text has white color on #79956E background.