COLOR #79A3A4

HEX: #79A3A4
RGB: (121,163,164)

Color info

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

RGB color model

#79A3A4 color RGB value is (121,163,164).

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

RGB channels and saturation

R 121 of 255 = 47%
G 163 of 255 = 64%
B 164 of 255 = 64%

121
163
164

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

Portions of RGB colors in percentages

R + G + B =
121 + 163 + 164 = 448 (100%)
R 121 of 448 ~ 27.01%
G 163 of 448 ~ 36.38%
B 164 of 448 ~ 36.61%

%27.01
%36.38
%36.61

CMYK color model

#79A3A4 color CMYK value is (26,1,0,36).

  • cyan value is 26.22%
  • magenta value is 0.61%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(26,1,0,36)
C26M1Y0K36 
(26%,1%,0%,36%)
(0.26/0.01/0.00/0.36)	

CMYK percentages

%26.22
%0.61
%0
%35.69

Codes

Color #79A3A4 in popluar color models

79A3A4
RGB121163164
HSL181°19.11%55.88%
HSB/HSV181°26.22%64.31%
CMYK26.22%0.61%0.00%
35.69%

Color #79A3A4 in popluar number systems.

HEX79A3A4
Decimal121163164
Binary11110011010001110100100
Octal171243244

Shades and tints

Shades of #79A3A4

#79A3A4
(121,163,164)
#6E9596
(110,149,150)
#638788
(99,135,136)
#58797A
(88,121,122)
#4D6B6C
(77,107,108)
#425D5E
(66,93,94)
#374F50
(55,79,80)
#2C4142
(44,65,66)
#213334
(33,51,52)
#162526
(22,37,38)
#0B1718
(11,23,24)
#000000
(0,0,0)

Tints of #79A3A4

#79A3A4
(121,163,164)
#85ABAC
(133,171,172)
#91B3B4
(145,179,180)
#9DBBBC
(157,187,188)
#A9C3C4
(169,195,196)
#B5CBCC
(181,203,204)
#C1D3D4
(193,211,212)
#CDDBDC
(205,219,220)
#D9E3E4
(217,227,228)
#E5EBEC
(229,235,236)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A3A4; }

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

This text font color is #79A3A4.


Background Color

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

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

This div background color is #79A3A4.


Border color

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

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

This div border color is #79A3A4.


Opacity

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

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

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

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

This text has shadow with #79A3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A3A4 on black background.


Color preview on white background

This text has color #79A3A4 on white background.



Black color preview on #79A3A4 background

This text has black color on #79A3A4 background.


White color preview on #79A3A4 background

This text has white color on #79A3A4 background.