COLOR #7FA28C

HEX: #7FA28C
RGB: (127,162,140)

Color info

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

RGB color model

#7FA28C color RGB value is (127,162,140).

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

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 140 of 255 = 55%

127
162
140

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

Portions of RGB colors in percentages

R + G + B =
127 + 162 + 140 = 429 (100%)
R 127 of 429 ~ 29.6%
G 162 of 429 ~ 37.76%
B 140 of 429 ~ 32.63%

%29.6
%37.76
%32.63

CMYK color model

#7FA28C color CMYK value is (22,0,14,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(22,0,14,36)
C22M0Y14K36 
(22%,0%,14%,36%)
(0.22/0.00/0.14/0.36)	

CMYK percentages

%21.6
%0
%13.58
%36.47

Codes

Color #7FA28C in popluar color models

7FA28C
RGB127162140
HSL142°15.84%56.67%
HSB/HSV142°21.60%63.53%
CMYK21.60%0.00%13.58%
36.47%

Color #7FA28C in popluar number systems.

HEX7FA28C
Decimal127162140
Binary11111111010001010001100
Octal177242214

Shades and tints

Shades of #7FA28C

#7FA28C
(127,162,140)
#749480
(116,148,128)
#698674
(105,134,116)
#5E7868
(94,120,104)
#536A5C
(83,106,92)
#485C50
(72,92,80)
#3D4E44
(61,78,68)
#324038
(50,64,56)
#27322C
(39,50,44)
#1C2420
(28,36,32)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #7FA28C

#7FA28C
(127,162,140)
#8AAA96
(138,170,150)
#95B2A0
(149,178,160)
#A0BAAA
(160,186,170)
#ABC2B4
(171,194,180)
#B6CABE
(182,202,190)
#C1D2C8
(193,210,200)
#CCDAD2
(204,218,210)
#D7E2DC
(215,226,220)
#E2EAE6
(226,234,230)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA28C color. Also use rgb(127,162,140) instead hex code.

Text Font Color

.myTextColor { color: #7FA28C; }

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

This text font color is #7FA28C.


Background Color

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

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

This div background color is #7FA28C.


Border color

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

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

This div border color is #7FA28C.


Opacity

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

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

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

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

This text has shadow with #7FA28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA28C on black background.


Color preview on white background

This text has color #7FA28C on white background.



Black color preview on #7FA28C background

This text has black color on #7FA28C background.


White color preview on #7FA28C background

This text has white color on #7FA28C background.