COLOR #7FA44D

HEX: #7FA44D RGB: (127,164,77)

Color info

#7FA44D contains mainly red and green colors. Web safe color of #7FA44D is #669933 (or #693).

RGB color model

#7FA44D color RGB value is (127,164,77).

RGB: (127,164,77) (50%, 64%, 30%)

RGB channels and saturation

R 127 of 255 = 50%
G 164 of 255 = 64%
B 77 of 255 = 30%

127
164
77

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

Portions of RGB colors in percentages

R + G + B = 127 + 164 + 77 = 368 (100%)
R 127 of 368 ~ 34.51%
G 164 of 368 ~ 44.57%
B 77 of 368 ~ 20.92'%

%34.51
%44.57
%20.92

CMYK color model

#7FA44D color CMYK value is (23,0,53,36).

  • cyan value is 22.56%
  • magenta value is 0.00%
  • yellow value is 53.05%
  • key color value is 35.69%

CMYK: (23,0,53,36)
C23M0Y53K36 (23%, 0%, 53%, 36%)
(0.23 / 0.00 / 0.53 / 0.36)

CMYK percentages

%22.56
%0
%53.05
%35.69

Codes

Color #7FA44D in popluar color models

7F A4 4D
RGB 127 164 77
HSL 86° 36.10% 47.25%
HSB/HSV 86° 53.05% 64.31%
CMYK 22.56% 0.00% 53.05%
35.69%

Color #7FA44D in popluar number systems.

HEX 7F A4 4D
Decimal 127 164 77
Binary 1111111 10100100 1001101
Octal 177 244 115

Shades and tints

Shades of #7FA44D

#7FA44D
(127,164,77)
#749646
(116,150,70)
#69883F
(105,136,63)
#5E7A38
(94,122,56)
#536C31
(83,108,49)
#485E2A
(72,94,42)
#3D5023
(61,80,35)
#32421C
(50,66,28)
#273415
(39,52,21)
#1C260E
(28,38,14)
#111807
(17,24,7)
#000000
(0,0,0)

Tints of #7FA44D

#7FA44D
(127,164,77)
#8AAC5D
(138,172,93)
#95B46D
(149,180,109)
#A0BC7D
(160,188,125)
#ABC48D
(171,196,141)
#B6CC9D
(182,204,157)
#C1D4AD
(193,212,173)
#CCDCBD
(204,220,189)
#D7E4CD
(215,228,205)
#E2ECDD
(226,236,221)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA44D; }

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

This text font color is #7FA44D.

Background Color

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

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

This div background color is #7FA44D.

Border color

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

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

This div border color is #7FA44D.

Opacity

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

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

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

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

This text has shadow with #7FA44D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA44D.

Preview

Color preview on black background

This text has color #7FA44D on black background.


Color preview on white background

This text has color #7FA44D on white background.


Black color preview on #7FA44D background

This text has black color on #7FA44D background.


White color preview on #7FA44D background

This text has white color on #7FA44D background.


Related colors

Complementary color

Complementary color for #hex is #805BB2.


I love getcolorcode.com

Triadic colors

1 #4D7FA4 and #A44D7F with #7FA44D are triadic colors.

2 #4DA47F and #A47F4D with #7FA44D are triadic colors.