COLOR #7FA38C

HEX: #7FA38C
RGB: (127,163,140)

Color info

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

RGB color model

#7FA38C color RGB value is (127,163,140).

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

RGB channels and saturation

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

127
163
140

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 140 = 430 (100%)
R 127 of 430 ~ 29.53%
G 163 of 430 ~ 37.91%
B 140 of 430 ~ 32.56%

%29.53
%37.91
%32.56

CMYK color model

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

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

CMYK percentages

%22.09
%0
%14.11
%36.08

Codes

Color #7FA38C in popluar color models

7FA38C
RGB127163140
HSL142°16.36%56.86%
HSB/HSV142°22.09%63.92%
CMYK22.09%0.00%14.11%
36.08%

Color #7FA38C in popluar number systems.

HEX7FA38C
Decimal127163140
Binary11111111010001110001100
Octal177243214

Shades and tints

Shades of #7FA38C

#7FA38C
(127,163,140)
#749580
(116,149,128)
#698774
(105,135,116)
#5E7968
(94,121,104)
#536B5C
(83,107,92)
#485D50
(72,93,80)
#3D4F44
(61,79,68)
#324138
(50,65,56)
#27332C
(39,51,44)
#1C2520
(28,37,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #7FA38C

#7FA38C
(127,163,140)
#8AAB96
(138,171,150)
#95B3A0
(149,179,160)
#A0BBAA
(160,187,170)
#ABC3B4
(171,195,180)
#B6CBBE
(182,203,190)
#C1D3C8
(193,211,200)
#CCDBD2
(204,219,210)
#D7E3DC
(215,227,220)
#E2EBE6
(226,235,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA38C; }

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

This text font color is #7FA38C.


Background Color

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

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

This div background color is #7FA38C.


Border color

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

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

This div border color is #7FA38C.


Opacity

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

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

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

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

This text has shadow with #7FA38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA38C on black background.


Color preview on white background

This text has color #7FA38C on white background.



Black color preview on #7FA38C background

This text has black color on #7FA38C background.


White color preview on #7FA38C background

This text has white color on #7FA38C background.