COLOR #79A48C

HEX: #79A48C
RGB: (121,164,140)

Color info

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

RGB color model

#79A48C color RGB value is (121,164,140).

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

RGB channels and saturation

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

121
164
140

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

Portions of RGB colors in percentages

R + G + B =
121 + 164 + 140 = 425 (100%)
R 121 of 425 ~ 28.47%
G 164 of 425 ~ 38.59%
B 140 of 425 ~ 32.94%

%28.47
%38.59
%32.94

CMYK color model

#79A48C color CMYK value is (26,0,15,36).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%
CMYK:
(26,0,15,36)
C26M0Y15K36 
(26%,0%,15%,36%)
(0.26/0.00/0.15/0.36)	

CMYK percentages

%26.22
%0
%14.63
%35.69

Codes

Color #79A48C in popluar color models

79A48C
RGB121164140
HSL147°19.11%55.88%
HSB/HSV147°26.22%64.31%
CMYK26.22%0.00%14.63%
35.69%

Color #79A48C in popluar number systems.

HEX79A48C
Decimal121164140
Binary11110011010010010001100
Octal171244214

Shades and tints

Shades of #79A48C

#79A48C
(121,164,140)
#6E9680
(110,150,128)
#638874
(99,136,116)
#587A68
(88,122,104)
#4D6C5C
(77,108,92)
#425E50
(66,94,80)
#375044
(55,80,68)
#2C4238
(44,66,56)
#21342C
(33,52,44)
#162620
(22,38,32)
#0B1814
(11,24,20)
#000000
(0,0,0)

Tints of #79A48C

#79A48C
(121,164,140)
#85AC96
(133,172,150)
#91B4A0
(145,180,160)
#9DBCAA
(157,188,170)
#A9C4B4
(169,196,180)
#B5CCBE
(181,204,190)
#C1D4C8
(193,212,200)
#CDDCD2
(205,220,210)
#D9E4DC
(217,228,220)
#E5ECE6
(229,236,230)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A48C; }

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

This text font color is #79A48C.


Background Color

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

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

This div background color is #79A48C.


Border color

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

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

This div border color is #79A48C.


Opacity

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

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

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

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

This text has shadow with #79A48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A48C on black background.


Color preview on white background

This text has color #79A48C on white background.



Black color preview on #79A48C background

This text has black color on #79A48C background.


White color preview on #79A48C background

This text has white color on #79A48C background.