COLOR #7FA47B

HEX: #7FA47B
RGB: (127,164,123)

Color info

#7FA47B contains red, green and blue colors in about the same proportion. Web safe color of #7FA47B is #669966 (or #696).

RGB color model

#7FA47B color RGB value is (127,164,123).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 123 of 255 = 48%

127
164
123

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 123 = 414 (100%)
R 127 of 414 ~ 30.68%
G 164 of 414 ~ 39.61%
B 123 of 414 ~ 29.71%

%30.68
%39.61
%29.71

CMYK color model

#7FA47B color CMYK value is (23,0,25,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 35.69%
CMYK:
(23,0,25,36)
C23M0Y25K36 
(23%,0%,25%,36%)
(0.23/0.00/0.25/0.36)	

CMYK percentages

%22.56
%0
%25
%35.69

Codes

Color #7FA47B in popluar color models

7FA47B
RGB127164123
HSL114°18.39%56.27%
HSB/HSV114°25.00%64.31%
CMYK22.56%0.00%25.00%
35.69%

Color #7FA47B in popluar number systems.

HEX7FA47B
Decimal127164123
Binary1111111101001001111011
Octal177244173

Shades and tints

Shades of #7FA47B

#7FA47B
(127,164,123)
#749670
(116,150,112)
#698865
(105,136,101)
#5E7A5A
(94,122,90)
#536C4F
(83,108,79)
#485E44
(72,94,68)
#3D5039
(61,80,57)
#32422E
(50,66,46)
#273423
(39,52,35)
#1C2618
(28,38,24)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #7FA47B

#7FA47B
(127,164,123)
#8AAC87
(138,172,135)
#95B493
(149,180,147)
#A0BC9F
(160,188,159)
#ABC4AB
(171,196,171)
#B6CCB7
(182,204,183)
#C1D4C3
(193,212,195)
#CCDCCF
(204,220,207)
#D7E4DB
(215,228,219)
#E2ECE7
(226,236,231)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA47B; }

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

This text font color is #7FA47B.


Background Color

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

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

This div background color is #7FA47B.


Border color

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

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

This div border color is #7FA47B.


Opacity

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

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

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

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

This text has shadow with #7FA47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA47B on black background.


Color preview on white background

This text has color #7FA47B on white background.



Black color preview on #7FA47B background

This text has black color on #7FA47B background.


White color preview on #7FA47B background

This text has white color on #7FA47B background.