COLOR #79948E

HEX: #79948E
RGB: (121,148,142)

Color info

#79948E contains red, green and blue colors in about the same proportion. Web safe color of #79948E is #669999 (or #699).

RGB color model

#79948E color RGB value is (121,148,142).

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

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 142 of 255 = 56%

121
148
142

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

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 142 = 411 (100%)
R 121 of 411 ~ 29.44%
G 148 of 411 ~ 36.01%
B 142 of 411 ~ 34.55%

%29.44
%36.01
%34.55

CMYK color model

#79948E color CMYK value is (18,0,4,42).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%
CMYK:
(18,0,4,42)
C18M0Y4K42 
(18%,0%,4%,42%)
(0.18/0.00/0.04/0.42)	

CMYK percentages

%18.24
%0
%4.05
%41.96

Codes

Color #79948E in popluar color models

79948E
RGB121148142
HSL167°11.20%52.75%
HSB/HSV167°18.24%58.04%
CMYK18.24%0.00%4.05%
41.96%

Color #79948E in popluar number systems.

HEX79948E
Decimal121148142
Binary11110011001010010001110
Octal171224216

Shades and tints

Shades of #79948E

#79948E
(121,148,142)
#6E8782
(110,135,130)
#637A76
(99,122,118)
#586D6A
(88,109,106)
#4D605E
(77,96,94)
#425352
(66,83,82)
#374646
(55,70,70)
#2C393A
(44,57,58)
#212C2E
(33,44,46)
#161F22
(22,31,34)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #79948E

#79948E
(121,148,142)
#859D98
(133,157,152)
#91A6A2
(145,166,162)
#9DAFAC
(157,175,172)
#A9B8B6
(169,184,182)
#B5C1C0
(181,193,192)
#C1CACA
(193,202,202)
#CDD3D4
(205,211,212)
#D9DCDE
(217,220,222)
#E5E5E8
(229,229,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79948E color. Also use rgb(121,148,142) instead hex code.

Text Font Color

.myTextColor { color: #79948E; }

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

This text font color is #79948E.


Background Color

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

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

This div background color is #79948E.


Border color

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

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

This div border color is #79948E.


Opacity

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

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

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

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

This text has shadow with #79948E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79948E on black background.


Color preview on white background

This text has color #79948E on white background.



Black color preview on #79948E background

This text has black color on #79948E background.


White color preview on #79948E background

This text has white color on #79948E background.