COLOR #79947D

HEX: #79947D
RGB: (121,148,125)

Color info

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

RGB color model

#79947D color RGB value is (121,148,125).

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

RGB channels and saturation

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

121
148
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 125 = 394 (100%)
R 121 of 394 ~ 30.71%
G 148 of 394 ~ 37.56%
B 125 of 394 ~ 31.73%

%30.71
%37.56
%31.73

CMYK color model

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

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • 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
%15.54
%41.96

Codes

Color #79947D in popluar color models

79947D
RGB121148125
HSL129°11.20%52.75%
HSB/HSV129°18.24%58.04%
CMYK18.24%0.00%15.54%
41.96%

Color #79947D in popluar number systems.

HEX79947D
Decimal121148125
Binary1111001100101001111101
Octal171224175

Shades and tints

Shades of #79947D

#79947D
(121,148,125)
#6E8772
(110,135,114)
#637A67
(99,122,103)
#586D5C
(88,109,92)
#4D6051
(77,96,81)
#425346
(66,83,70)
#37463B
(55,70,59)
#2C3930
(44,57,48)
#212C25
(33,44,37)
#161F1A
(22,31,26)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #79947D

#79947D
(121,148,125)
#859D88
(133,157,136)
#91A693
(145,166,147)
#9DAF9E
(157,175,158)
#A9B8A9
(169,184,169)
#B5C1B4
(181,193,180)
#C1CABF
(193,202,191)
#CDD3CA
(205,211,202)
#D9DCD5
(217,220,213)
#E5E5E0
(229,229,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79947D; }

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

This text font color is #79947D.


Background Color

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

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

This div background color is #79947D.


Border color

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

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

This div border color is #79947D.


Opacity

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

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

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

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

This text has shadow with #79947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79947D on black background.


Color preview on white background

This text has color #79947D on white background.



Black color preview on #79947D background

This text has black color on #79947D background.


White color preview on #79947D background

This text has white color on #79947D background.