COLOR #4FAB6B

HEX: #4FAB6B
RGB: (79,171,107)

Color info

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

RGB color model

#4FAB6B color RGB value is (79,171,107).

  • red value is 79;
  • green value is 171;
  • blue value is 107.
RGB:
(79,171,107)
(31%,67%,42%)

RGB channels and saturation

R 79 of 255 = 31%
G 171 of 255 = 67%
B 107 of 255 = 42%

79
171
107

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

Portions of RGB colors in percentages

R + G + B =
79 + 171 + 107 = 357 (100%)
R 79 of 357 ~ 22.13%
G 171 of 357 ~ 47.9%
B 107 of 357 ~ 29.97%

%22.13
%47.9
%29.97

CMYK color model

#4FAB6B color CMYK value is (54,0,37,33).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 37.43%
  • key color value is 32.94%
CMYK:
(54,0,37,33)
C54M0Y37K33 
(54%,0%,37%,33%)
(0.54/0.00/0.37/0.33)	

CMYK percentages

%53.8
%0
%37.43
%32.94

Codes

Color #4FAB6B in popluar color models

4FAB6B
RGB79171107
HSL138°36.80%49.02%
HSB/HSV138°53.80%67.06%
CMYK53.80%0.00%37.43%
32.94%

Color #4FAB6B in popluar number systems.

HEX4FAB6B
Decimal79171107
Binary1001111101010111101011
Octal117253153

Shades and tints

Shades of #4FAB6B

#4FAB6B
(79,171,107)
#489C62
(72,156,98)
#418D59
(65,141,89)
#3A7E50
(58,126,80)
#336F47
(51,111,71)
#2C603E
(44,96,62)
#255135
(37,81,53)
#1E422C
(30,66,44)
#173323
(23,51,35)
#10241A
(16,36,26)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #4FAB6B

#4FAB6B
(79,171,107)
#5FB278
(95,178,120)
#6FB985
(111,185,133)
#7FC092
(127,192,146)
#8FC79F
(143,199,159)
#9FCEAC
(159,206,172)
#AFD5B9
(175,213,185)
#BFDCC6
(191,220,198)
#CFE3D3
(207,227,211)
#DFEAE0
(223,234,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FAB6B; }

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

This text font color is #4FAB6B.


Background Color

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

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

This div background color is #4FAB6B.


Border color

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

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

This div border color is #4FAB6B.


Opacity

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

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

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

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

This text has shadow with #4FAB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAB6B on black background.


Color preview on white background

This text has color #4FAB6B on white background.



Black color preview on #4FAB6B background

This text has black color on #4FAB6B background.


White color preview on #4FAB6B background

This text has white color on #4FAB6B background.