COLOR #4FAD77

HEX: #4FAD77 RGB: (79,173,119)

Color info

#4FAD77 contains mainly green and blue colors. Web safe color of #4FAD77 is #669966 (or #696).

RGB color model

#4FAD77 color RGB value is (79,173,119).

RGB: (79,173,119) (31%, 68%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 173 of 255 = 68%
B 119 of 255 = 47%

79
173
119

R + G + B ~ 49%. #4FAD77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 173 + 119 = 371 (100%)
R 79 of 371 ~ 21.29%
G 173 of 371 ~ 46.63%
B 119 of 371 ~ 32.08'%

%21.29
%46.63
%32.08

CMYK color model

#4FAD77 color CMYK value is (54,0,31,32).

  • cyan value is 54.34%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%

CMYK: (54,0,31,32)
C54M0Y31K32 (54%, 0%, 31%, 32%)
(0.54 / 0.00 / 0.31 / 0.32)

CMYK percentages

%54.34
%0
%31.21
%32.16

Codes

Color #4FAD77 in popluar color models

4F AD 77
RGB 79 173 119
HSL 146° 37.30% 49.41%
HSB/HSV 146° 54.34% 67.84%
CMYK 54.34% 0.00% 31.21%
32.16%

Color #4FAD77 in popluar number systems.

HEX 4F AD 77
Decimal 79 173 119
Binary 1001111 10101101 1110111
Octal 117 255 167

Shades and tints

Shades of #4FAD77

#4FAD77
(79,173,119)
#489E6D
(72,158,109)
#418F63
(65,143,99)
#3A8059
(58,128,89)
#33714F
(51,113,79)
#2C6245
(44,98,69)
#25533B
(37,83,59)
#1E4431
(30,68,49)
#173527
(23,53,39)
#10261D
(16,38,29)
#091713
(9,23,19)
#000000
(0,0,0)

Tints of #4FAD77

#4FAD77
(79,173,119)
#5FB483
(95,180,131)
#6FBB8F
(111,187,143)
#7FC29B
(127,194,155)
#8FC9A7
(143,201,167)
#9FD0B3
(159,208,179)
#AFD7BF
(175,215,191)
#BFDECB
(191,222,203)
#CFE5D7
(207,229,215)
#DFECE3
(223,236,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAD77 color. Also use rgb(79,173,119) instead hex code.

Text Font Color

.myTextColor { color: #4FAD77; }

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

This text font color is #4FAD77.

Background Color

.myBgColor { background-color: #4FAD77; }

<div style="background-color:#4FAD77">Inner text</div>

This div background color is #4FAD77.

Border color

.myBorderColor { border: 1px solid #4FAD77; }

<div style="border:3px solid #4FAD77">Div</div>

This div border color is #4FAD77.

Opacity

.myOpacity80 { color: #4FAD77; opacity: 0.8; }

<p style="color:#4FAD77;opacity:0.8;">80%</p>

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

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

This text has shadow with #4FAD77 color.


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

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

This text has shadow with #4FAD77 primary color and red secondary color.


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

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

This text has shadow with #4FAD77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4FAD77.

Preview

Color preview on black background

This text has color #4FAD77 on black background.


Color preview on white background

This text has color #4FAD77 on white background.


Black color preview on #4FAD77 background

This text has black color on #4FAD77 background.


White color preview on #4FAD77 background

This text has white color on #4FAD77 background.


Related colors

Complementary color

Complementary color for #hex is #B05288.


I love getcolorcode.com

Triadic colors

1 #774FAD and #AD774F with #4FAD77 are triadic colors.

2 #77AD4F and #AD4F77 with #4FAD77 are triadic colors.