COLOR #4FAB6F

HEX: #4FAB6F
RGB: (79,171,111)

Color info

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

RGB color model

#4FAB6F color RGB value is (79,171,111).

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

RGB channels and saturation

R 79 of 255 = 31%
G 171 of 255 = 67%
B 111 of 255 = 44%

79
171
111

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

Portions of RGB colors in percentages

R + G + B =
79 + 171 + 111 = 361 (100%)
R 79 of 361 ~ 21.88%
G 171 of 361 ~ 47.37%
B 111 of 361 ~ 30.75%

%21.88
%47.37
%30.75

CMYK color model

#4FAB6F color CMYK value is (54,0,35,33).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 32.94%
CMYK:
(54,0,35,33)
C54M0Y35K33 
(54%,0%,35%,33%)
(0.54/0.00/0.35/0.33)	

CMYK percentages

%53.8
%0
%35.09
%32.94

Codes

Color #4FAB6F in popluar color models

4FAB6F
RGB79171111
HSL141°36.80%49.02%
HSB/HSV141°53.80%67.06%
CMYK53.80%0.00%35.09%
32.94%

Color #4FAB6F in popluar number systems.

HEX4FAB6F
Decimal79171111
Binary1001111101010111101111
Octal117253157

Shades and tints

Shades of #4FAB6F

#4FAB6F
(79,171,111)
#489C65
(72,156,101)
#418D5B
(65,141,91)
#3A7E51
(58,126,81)
#336F47
(51,111,71)
#2C603D
(44,96,61)
#255133
(37,81,51)
#1E4229
(30,66,41)
#17331F
(23,51,31)
#102415
(16,36,21)
#09150B
(9,21,11)
#000000
(0,0,0)

Tints of #4FAB6F

#4FAB6F
(79,171,111)
#5FB27C
(95,178,124)
#6FB989
(111,185,137)
#7FC096
(127,192,150)
#8FC7A3
(143,199,163)
#9FCEB0
(159,206,176)
#AFD5BD
(175,213,189)
#BFDCCA
(191,220,202)
#CFE3D7
(207,227,215)
#DFEAE4
(223,234,228)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FAB6F; }

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

This text font color is #4FAB6F.


Background Color

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

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

This div background color is #4FAB6F.


Border color

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

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

This div border color is #4FAB6F.


Opacity

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

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

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

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

This text has shadow with #4FAB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAB6F on black background.


Color preview on white background

This text has color #4FAB6F on white background.



Black color preview on #4FAB6F background

This text has black color on #4FAB6F background.


White color preview on #4FAB6F background

This text has white color on #4FAB6F background.