COLOR #7FA479

HEX: #7FA479
RGB: (127,164,121)

Color info

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

RGB color model

#7FA479 color RGB value is (127,164,121).

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

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 121 of 255 = 47%

127
164
121

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

Portions of RGB colors in percentages

R + G + B =
127 + 164 + 121 = 412 (100%)
R 127 of 412 ~ 30.83%
G 164 of 412 ~ 39.81%
B 121 of 412 ~ 29.37%

%30.83
%39.81
%29.37

CMYK color model

#7FA479 color CMYK value is (23,0,26,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(23,0,26,36)
C23M0Y26K36 
(23%,0%,26%,36%)
(0.23/0.00/0.26/0.36)	

CMYK percentages

%22.56
%0
%26.22
%35.69

Codes

Color #7FA479 in popluar color models

7FA479
RGB127164121
HSL112°19.11%55.88%
HSB/HSV112°26.22%64.31%
CMYK22.56%0.00%26.22%
35.69%

Color #7FA479 in popluar number systems.

HEX7FA479
Decimal127164121
Binary1111111101001001111001
Octal177244171

Shades and tints

Shades of #7FA479

#7FA479
(127,164,121)
#74966E
(116,150,110)
#698863
(105,136,99)
#5E7A58
(94,122,88)
#536C4D
(83,108,77)
#485E42
(72,94,66)
#3D5037
(61,80,55)
#32422C
(50,66,44)
#273421
(39,52,33)
#1C2616
(28,38,22)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #7FA479

#7FA479
(127,164,121)
#8AAC85
(138,172,133)
#95B491
(149,180,145)
#A0BC9D
(160,188,157)
#ABC4A9
(171,196,169)
#B6CCB5
(182,204,181)
#C1D4C1
(193,212,193)
#CCDCCD
(204,220,205)
#D7E4D9
(215,228,217)
#E2ECE5
(226,236,229)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA479; }

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

This text font color is #7FA479.


Background Color

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

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

This div background color is #7FA479.


Border color

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

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

This div border color is #7FA479.


Opacity

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

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

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

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

This text has shadow with #7FA479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA479 on black background.


Color preview on white background

This text has color #7FA479 on white background.



Black color preview on #7FA479 background

This text has black color on #7FA479 background.


White color preview on #7FA479 background

This text has white color on #7FA479 background.