COLOR #4FAC81

HEX: #4FAC81
RGB: (79,172,129)

Color info

#4FAC81 contains mainly green and blue colors. Web safe color of #4FAC81 is #669999 (or #699).

RGB color model

#4FAC81 color RGB value is (79,172,129).

  • red value is 79;
  • green value is 172;
  • blue value is 129.
RGB:
(79,172,129)
(31%,67%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 172 of 255 = 67%
B 129 of 255 = 51%

79
172
129

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

Portions of RGB colors in percentages

R + G + B =
79 + 172 + 129 = 380 (100%)
R 79 of 380 ~ 20.79%
G 172 of 380 ~ 45.26%
B 129 of 380 ~ 33.95%

%20.79
%45.26
%33.95

CMYK color model

#4FAC81 color CMYK value is (54,0,25,33).

  • cyan value is 54.07%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 32.55%
CMYK:
(54,0,25,33)
C54M0Y25K33 
(54%,0%,25%,33%)
(0.54/0.00/0.25/0.33)	

CMYK percentages

%54.07
%0
%25
%32.55

Codes

Color #4FAC81 in popluar color models

4FAC81
RGB79172129
HSL152°37.05%49.22%
HSB/HSV152°54.07%67.45%
CMYK54.07%0.00%25.00%
32.55%

Color #4FAC81 in popluar number systems.

HEX4FAC81
Decimal79172129
Binary10011111010110010000001
Octal117254201

Shades and tints

Shades of #4FAC81

#4FAC81
(79,172,129)
#489D76
(72,157,118)
#418E6B
(65,142,107)
#3A7F60
(58,127,96)
#337055
(51,112,85)
#2C614A
(44,97,74)
#25523F
(37,82,63)
#1E4334
(30,67,52)
#173429
(23,52,41)
#10251E
(16,37,30)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #4FAC81

#4FAC81
(79,172,129)
#5FB38C
(95,179,140)
#6FBA97
(111,186,151)
#7FC1A2
(127,193,162)
#8FC8AD
(143,200,173)
#9FCFB8
(159,207,184)
#AFD6C3
(175,214,195)
#BFDDCE
(191,221,206)
#CFE4D9
(207,228,217)
#DFEBE4
(223,235,228)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAC81 color. Also use rgb(79,172,129) instead hex code.

Text Font Color

.myTextColor { color: #4FAC81; }

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

This text font color is #4FAC81.


Background Color

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

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

This div background color is #4FAC81.


Border color

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

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

This div border color is #4FAC81.


Opacity

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

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

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

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

This text has shadow with #4FAC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAC81 on black background.


Color preview on white background

This text has color #4FAC81 on white background.



Black color preview on #4FAC81 background

This text has black color on #4FAC81 background.


White color preview on #4FAC81 background

This text has white color on #4FAC81 background.