COLOR #7FA494

HEX: #7FA494
RGB: (127,164,148)

Color info

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

RGB color model

#7FA494 color RGB value is (127,164,148).

  • red value is 127;
  • green value is 164;
  • blue value is 148.
RGB:
(127,164,148)
(50%,64%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 148 of 255 = 58%

127
164
148

R + G + B ~ 57%. #7FA494 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 148 = 439 (100%)
R 127 of 439 ~ 28.93%
G 164 of 439 ~ 37.36%
B 148 of 439 ~ 33.71%

%28.93
%37.36
%33.71

CMYK color model

#7FA494 color CMYK value is (23,0,10,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%
CMYK:
(23,0,10,36)
C23M0Y10K36 
(23%,0%,10%,36%)
(0.23/0.00/0.10/0.36)	

CMYK percentages

%22.56
%0
%9.76
%35.69

Codes

Color #7FA494 in popluar color models

7FA494
RGB127164148
HSL154°16.89%57.06%
HSB/HSV154°22.56%64.31%
CMYK22.56%0.00%9.76%
35.69%

Color #7FA494 in popluar number systems.

HEX7FA494
Decimal127164148
Binary11111111010010010010100
Octal177244224

Shades and tints

Shades of #7FA494

#7FA494
(127,164,148)
#749687
(116,150,135)
#69887A
(105,136,122)
#5E7A6D
(94,122,109)
#536C60
(83,108,96)
#485E53
(72,94,83)
#3D5046
(61,80,70)
#324239
(50,66,57)
#27342C
(39,52,44)
#1C261F
(28,38,31)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #7FA494

#7FA494
(127,164,148)
#8AAC9D
(138,172,157)
#95B4A6
(149,180,166)
#A0BCAF
(160,188,175)
#ABC4B8
(171,196,184)
#B6CCC1
(182,204,193)
#C1D4CA
(193,212,202)
#CCDCD3
(204,220,211)
#D7E4DC
(215,228,220)
#E2ECE5
(226,236,229)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA494 color. Also use rgb(127,164,148) instead hex code.

Text Font Color

.myTextColor { color: #7FA494; }

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

This text font color is #7FA494.


Background Color

.myBgColor { background-color: #7FA494; }

<div style="background-color:#7FA494">Inner text</div>

This div background color is #7FA494.


Border color

.myBorderColor { border: 1px solid #7FA494; }

<div style="border:3px solid #7FA494">Div</div>

This div border color is #7FA494.


Opacity

.myOpacity80 { color: #7FA494; opacity: 0.8; }

<p style="color:#7FA494;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FA494 color.

.textShadow {text-shadow: 3px 3px 1px #7FA494, 3px 3px 1px red;}

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

This text has shadow with #7FA494 primary color and red secondary color.


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

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

This text has shadow with #7FA494 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA494 on black background.


Color preview on white background

This text has color #7FA494 on white background.



Black color preview on #7FA494 background

This text has black color on #7FA494 background.


White color preview on #7FA494 background

This text has white color on #7FA494 background.