COLOR #7FA374

HEX: #7FA374
RGB: (127,163,116)

Color info

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

RGB color model

#7FA374 color RGB value is (127,163,116).

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

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 116 of 255 = 45%

127
163
116

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

Portions of RGB colors in percentages

R + G + B =
127 + 163 + 116 = 406 (100%)
R 127 of 406 ~ 31.28%
G 163 of 406 ~ 40.15%
B 116 of 406 ~ 28.57%

%31.28
%40.15
%28.57

CMYK color model

#7FA374 color CMYK value is (22,0,29,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 28.83%
  • key color value is 36.08%
CMYK:
(22,0,29,36)
C22M0Y29K36 
(22%,0%,29%,36%)
(0.22/0.00/0.29/0.36)	

CMYK percentages

%22.09
%0
%28.83
%36.08

Codes

Color #7FA374 in popluar color models

7FA374
RGB127163116
HSL106°20.35%54.71%
HSB/HSV106°28.83%63.92%
CMYK22.09%0.00%28.83%
36.08%

Color #7FA374 in popluar number systems.

HEX7FA374
Decimal127163116
Binary1111111101000111110100
Octal177243164

Shades and tints

Shades of #7FA374

#7FA374
(127,163,116)
#74956A
(116,149,106)
#698760
(105,135,96)
#5E7956
(94,121,86)
#536B4C
(83,107,76)
#485D42
(72,93,66)
#3D4F38
(61,79,56)
#32412E
(50,65,46)
#273324
(39,51,36)
#1C251A
(28,37,26)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #7FA374

#7FA374
(127,163,116)
#8AAB80
(138,171,128)
#95B38C
(149,179,140)
#A0BB98
(160,187,152)
#ABC3A4
(171,195,164)
#B6CBB0
(182,203,176)
#C1D3BC
(193,211,188)
#CCDBC8
(204,219,200)
#D7E3D4
(215,227,212)
#E2EBE0
(226,235,224)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA374; }

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

This text font color is #7FA374.


Background Color

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

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

This div background color is #7FA374.


Border color

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

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

This div border color is #7FA374.


Opacity

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

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

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

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

This text has shadow with #7FA374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA374 on black background.


Color preview on white background

This text has color #7FA374 on white background.



Black color preview on #7FA374 background

This text has black color on #7FA374 background.


White color preview on #7FA374 background

This text has white color on #7FA374 background.