COLOR #7FA394

HEX: #7FA394
RGB: (127,163,148)

Color info

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

RGB color model

#7FA394 color RGB value is (127,163,148).

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

RGB channels and saturation

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

127
163
148

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 148 = 438 (100%)
R 127 of 438 ~ 29%
G 163 of 438 ~ 37.21%
B 148 of 438 ~ 33.79%

%29
%37.21
%33.79

CMYK color model

#7FA394 color CMYK value is (22,0,9,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(22,0,9,36)
C22M0Y9K36 
(22%,0%,9%,36%)
(0.22/0.00/0.09/0.36)	

CMYK percentages

%22.09
%0
%9.2
%36.08

Codes

Color #7FA394 in popluar color models

7FA394
RGB127163148
HSL155°16.36%56.86%
HSB/HSV155°22.09%63.92%
CMYK22.09%0.00%9.20%
36.08%

Color #7FA394 in popluar number systems.

HEX7FA394
Decimal127163148
Binary11111111010001110010100
Octal177243224

Shades and tints

Shades of #7FA394

#7FA394
(127,163,148)
#749587
(116,149,135)
#69877A
(105,135,122)
#5E796D
(94,121,109)
#536B60
(83,107,96)
#485D53
(72,93,83)
#3D4F46
(61,79,70)
#324139
(50,65,57)
#27332C
(39,51,44)
#1C251F
(28,37,31)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #7FA394

#7FA394
(127,163,148)
#8AAB9D
(138,171,157)
#95B3A6
(149,179,166)
#A0BBAF
(160,187,175)
#ABC3B8
(171,195,184)
#B6CBC1
(182,203,193)
#C1D3CA
(193,211,202)
#CCDBD3
(204,219,211)
#D7E3DC
(215,227,220)
#E2EBE5
(226,235,229)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA394; }

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

This text font color is #7FA394.


Background Color

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

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

This div background color is #7FA394.


Border color

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

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

This div border color is #7FA394.


Opacity

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

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

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

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

This text has shadow with #7FA394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA394 on black background.


Color preview on white background

This text has color #7FA394 on white background.



Black color preview on #7FA394 background

This text has black color on #7FA394 background.


White color preview on #7FA394 background

This text has white color on #7FA394 background.