COLOR #4FA27F

HEX: #4FA27F
RGB: (79,162,127)

Color info

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

RGB color model

#4FA27F color RGB value is (79,162,127).

  • red value is 79;
  • green value is 162;
  • blue value is 127.
RGB:
(79,162,127)
(31%,64%,50%)

RGB channels and saturation

R 79 of 255 = 31%
G 162 of 255 = 64%
B 127 of 255 = 50%

79
162
127

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

Portions of RGB colors in percentages

R + G + B =
79 + 162 + 127 = 368 (100%)
R 79 of 368 ~ 21.47%
G 162 of 368 ~ 44.02%
B 127 of 368 ~ 34.51%

%21.47
%44.02
%34.51

CMYK color model

#4FA27F color CMYK value is (51,0,22,36).

  • cyan value is 51.23%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 36.47%
CMYK:
(51,0,22,36)
C51M0Y22K36 
(51%,0%,22%,36%)
(0.51/0.00/0.22/0.36)	

CMYK percentages

%51.23
%0
%21.6
%36.47

Codes

Color #4FA27F in popluar color models

4FA27F
RGB79162127
HSL155°34.44%47.25%
HSB/HSV155°51.23%63.53%
CMYK51.23%0.00%21.60%
36.47%

Color #4FA27F in popluar number systems.

HEX4FA27F
Decimal79162127
Binary1001111101000101111111
Octal117242177

Shades and tints

Shades of #4FA27F

#4FA27F
(79,162,127)
#489474
(72,148,116)
#418669
(65,134,105)
#3A785E
(58,120,94)
#336A53
(51,106,83)
#2C5C48
(44,92,72)
#254E3D
(37,78,61)
#1E4032
(30,64,50)
#173227
(23,50,39)
#10241C
(16,36,28)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #4FA27F

#4FA27F
(79,162,127)
#5FAA8A
(95,170,138)
#6FB295
(111,178,149)
#7FBAA0
(127,186,160)
#8FC2AB
(143,194,171)
#9FCAB6
(159,202,182)
#AFD2C1
(175,210,193)
#BFDACC
(191,218,204)
#CFE2D7
(207,226,215)
#DFEAE2
(223,234,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA27F color. Also use rgb(79,162,127) instead hex code.

Text Font Color

.myTextColor { color: #4FA27F; }

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

This text font color is #4FA27F.


Background Color

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

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

This div background color is #4FA27F.


Border color

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

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

This div border color is #4FA27F.


Opacity

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

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

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

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

This text has shadow with #4FA27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA27F on black background.


Color preview on white background

This text has color #4FA27F on white background.



Black color preview on #4FA27F background

This text has black color on #4FA27F background.


White color preview on #4FA27F background

This text has white color on #4FA27F background.