COLOR #4FA56B

HEX: #4FA56B RGB: (79,165,107)

Color info

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

RGB color model

#4FA56B color RGB value is (79,165,107).

RGB: (79,165,107) (31%, 65%, 42%)

RGB channels and saturation

R 79 of 255 = 31%
G 165 of 255 = 65%
B 107 of 255 = 42%

79
165
107

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

Portions of RGB colors in percentages

R + G + B = 79 + 165 + 107 = 351 (100%)
R 79 of 351 ~ 22.51%
G 165 of 351 ~ 47.01%
B 107 of 351 ~ 30.48'%

%22.51
%47.01
%30.48

CMYK color model

#4FA56B color CMYK value is (52,0,35,35).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 35.15%
  • key color value is 35.29%

CMYK: (52,0,35,35)
C52M0Y35K35 (52%, 0%, 35%, 35%)
(0.52 / 0.00 / 0.35 / 0.35)

CMYK percentages

%52.12
%0
%35.15
%35.29

Codes

Color #4FA56B in popluar color models

4F A5 6B
RGB 79 165 107
HSL 140° 35.25% 47.84%
HSB/HSV 140° 52.12% 64.71%
CMYK 52.12% 0.00% 35.15%
35.29%

Color #4FA56B in popluar number systems.

HEX 4F A5 6B
Decimal 79 165 107
Binary 1001111 10100101 1101011
Octal 117 245 153

Shades and tints

Shades of #4FA56B

#4FA56B
(79,165,107)
#489662
(72,150,98)
#418759
(65,135,89)
#3A7850
(58,120,80)
#336947
(51,105,71)
#2C5A3E
(44,90,62)
#254B35
(37,75,53)
#1E3C2C
(30,60,44)
#172D23
(23,45,35)
#101E1A
(16,30,26)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #4FA56B

#4FA56B
(79,165,107)
#5FAD78
(95,173,120)
#6FB585
(111,181,133)
#7FBD92
(127,189,146)
#8FC59F
(143,197,159)
#9FCDAC
(159,205,172)
#AFD5B9
(175,213,185)
#BFDDC6
(191,221,198)
#CFE5D3
(207,229,211)
#DFEDE0
(223,237,224)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA56B; }

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

This text font color is #4FA56B.

Background Color

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

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

This div background color is #4FA56B.

Border color

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

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

This div border color is #4FA56B.

Opacity

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

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

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

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

This text has shadow with #4FA56B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FA56B.

Preview

Color preview on black background

This text has color #4FA56B on black background.


Color preview on white background

This text has color #4FA56B on white background.


Black color preview on #4FA56B background

This text has black color on #4FA56B background.


White color preview on #4FA56B background

This text has white color on #4FA56B background.


Related colors

Complementary color

Complementary color for #hex is #B05A94.


I love getcolorcode.com

Triadic colors

1 #6B4FA5 and #A56B4F with #4FA56B are triadic colors.

2 #6BA54F and #A54F6B with #4FA56B are triadic colors.