COLOR #4FA96B

HEX: #4FA96B RGB: (79,169,107)

Color info

#4FA96B contains mainly green color. Web safe color of #4FA96B is #669966 (or #696).

RGB color model

#4FA96B color RGB value is (79,169,107).

RGB: (79,169,107) (31%, 66%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 169 of 255 = 66%
B 107 of 255 = 42%

79
169
107

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

Portions of RGB colors in percentages

R + G + B = 79 + 169 + 107 = 355 (100%)
R 79 of 355 ~ 22.25%
G 169 of 355 ~ 47.61%
B 107 of 355 ~ 30.14'%

%22.25
%47.61
%30.14

CMYK color model

#4FA96B color CMYK value is (53,0,37,34).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 36.69%
  • key color value is 33.73%

CMYK: (53,0,37,34)
C53M0Y37K34 (53%, 0%, 37%, 34%)
(0.53 / 0.00 / 0.37 / 0.34)

CMYK percentages

%53.25
%0
%36.69
%33.73

Codes

Color #4FA96B in popluar color models

4F A9 6B
RGB 79 169 107
HSL 139° 36.29% 48.63%
HSB/HSV 139° 53.25% 66.27%
CMYK 53.25% 0.00% 36.69%
33.73%

Color #4FA96B in popluar number systems.

HEX 4F A9 6B
Decimal 79 169 107
Binary 1001111 10101001 1101011
Octal 117 251 153

Shades and tints

Shades of #4FA96B

#4FA96B
(79,169,107)
#489A62
(72,154,98)
#418B59
(65,139,89)
#3A7C50
(58,124,80)
#336D47
(51,109,71)
#2C5E3E
(44,94,62)
#254F35
(37,79,53)
#1E402C
(30,64,44)
#173123
(23,49,35)
#10221A
(16,34,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #4FA96B

#4FA96B
(79,169,107)
#5FB078
(95,176,120)
#6FB785
(111,183,133)
#7FBE92
(127,190,146)
#8FC59F
(143,197,159)
#9FCCAC
(159,204,172)
#AFD3B9
(175,211,185)
#BFDAC6
(191,218,198)
#CFE1D3
(207,225,211)
#DFE8E0
(223,232,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA96B color. Also use rgb(79,169,107) instead hex code.

Text Font Color

.myTextColor { color: #4FA96B; }

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

This text font color is #4FA96B.

Background Color

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

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

This div background color is #4FA96B.

Border color

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

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

This div border color is #4FA96B.

Opacity

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

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

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

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

This text has shadow with #4FA96B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FA96B.

Preview

Color preview on black background

This text has color #4FA96B on black background.


Color preview on white background

This text has color #4FA96B on white background.


Black color preview on #4FA96B background

This text has black color on #4FA96B background.


White color preview on #4FA96B background

This text has white color on #4FA96B background.


Related colors

Complementary color

Complementary color for #hex is #B05694.


I love getcolorcode.com

Triadic colors

1 #6B4FA9 and #A96B4F with #4FA96B are triadic colors.

2 #6BA94F and #A94F6B with #4FA96B are triadic colors.