COLOR #79A28C

HEX: #79A28C
RGB: (121,162,140)

Color info

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

RGB color model

#79A28C color RGB value is (121,162,140).

  • red value is 121;
  • green value is 162;
  • blue value is 140.
RGB:
(121,162,140)
(47%,64%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 162 of 255 = 64%
B 140 of 255 = 55%

121
162
140

R + G + B ~ 55%. #79A28C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 162 + 140 = 423 (100%)
R 121 of 423 ~ 28.61%
G 162 of 423 ~ 38.3%
B 140 of 423 ~ 33.1%

%28.61
%38.3
%33.1

CMYK color model

#79A28C color CMYK value is (25,0,14,36).

  • cyan value is 25.31%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(25,0,14,36)
C25M0Y14K36 
(25%,0%,14%,36%)
(0.25/0.00/0.14/0.36)	

CMYK percentages

%25.31
%0
%13.58
%36.47

Codes

Color #79A28C in popluar color models

79A28C
RGB121162140
HSL148°18.06%55.49%
HSB/HSV148°25.31%63.53%
CMYK25.31%0.00%13.58%
36.47%

Color #79A28C in popluar number systems.

HEX79A28C
Decimal121162140
Binary11110011010001010001100
Octal171242214

Shades and tints

Shades of #79A28C

#79A28C
(121,162,140)
#6E9480
(110,148,128)
#638674
(99,134,116)
#587868
(88,120,104)
#4D6A5C
(77,106,92)
#425C50
(66,92,80)
#374E44
(55,78,68)
#2C4038
(44,64,56)
#21322C
(33,50,44)
#162420
(22,36,32)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #79A28C

#79A28C
(121,162,140)
#85AA96
(133,170,150)
#91B2A0
(145,178,160)
#9DBAAA
(157,186,170)
#A9C2B4
(169,194,180)
#B5CABE
(181,202,190)
#C1D2C8
(193,210,200)
#CDDAD2
(205,218,210)
#D9E2DC
(217,226,220)
#E5EAE6
(229,234,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A28C color. Also use rgb(121,162,140) instead hex code.

Text Font Color

.myTextColor { color: #79A28C; }

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

This text font color is #79A28C.


Background Color

.myBgColor { background-color: #79A28C; }

<div style="background-color:#79A28C">Inner text</div>

This div background color is #79A28C.


Border color

.myBorderColor { border: 1px solid #79A28C; }

<div style="border:3px solid #79A28C">Div</div>

This div border color is #79A28C.


Opacity

.myOpacity80 { color: #79A28C; opacity: 0.8; }

<p style="color:#79A28C;opacity:0.8;">80%</p>

Text with #79A28C 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 #79A28C;}

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

This text has shadow with #79A28C color.

.textShadow {text-shadow: 3px 3px 1px #79A28C, 3px 3px 1px red;}

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

This text has shadow with #79A28C primary color and red secondary color.


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

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

This text has shadow with #79A28C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A28C on black background.


Color preview on white background

This text has color #79A28C on white background.



Black color preview on #79A28C background

This text has black color on #79A28C background.


White color preview on #79A28C background

This text has white color on #79A28C background.