COLOR #4FAB91

HEX: #4FAB91
RGB: (79,171,145)

Color info

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

RGB color model

#4FAB91 color RGB value is (79,171,145).

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

RGB channels and saturation

R 79 of 255 = 31%
G 171 of 255 = 67%
B 145 of 255 = 57%

79
171
145

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

Portions of RGB colors in percentages

R + G + B =
79 + 171 + 145 = 395 (100%)
R 79 of 395 ~ 20%
G 171 of 395 ~ 43.29%
B 145 of 395 ~ 36.71%

%20
%43.29
%36.71

CMYK color model

#4FAB91 color CMYK value is (54,0,15,33).

  • cyan value is 53.80%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(54,0,15,33)
C54M0Y15K33 
(54%,0%,15%,33%)
(0.54/0.00/0.15/0.33)	

CMYK percentages

%53.8
%0
%15.2
%32.94

Codes

Color #4FAB91 in popluar color models

4FAB91
RGB79171145
HSL163°36.80%49.02%
HSB/HSV163°53.80%67.06%
CMYK53.80%0.00%15.20%
32.94%

Color #4FAB91 in popluar number systems.

HEX4FAB91
Decimal79171145
Binary10011111010101110010001
Octal117253221

Shades and tints

Shades of #4FAB91

#4FAB91
(79,171,145)
#489C84
(72,156,132)
#418D77
(65,141,119)
#3A7E6A
(58,126,106)
#336F5D
(51,111,93)
#2C6050
(44,96,80)
#255143
(37,81,67)
#1E4236
(30,66,54)
#173329
(23,51,41)
#10241C
(16,36,28)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #4FAB91

#4FAB91
(79,171,145)
#5FB29B
(95,178,155)
#6FB9A5
(111,185,165)
#7FC0AF
(127,192,175)
#8FC7B9
(143,199,185)
#9FCEC3
(159,206,195)
#AFD5CD
(175,213,205)
#BFDCD7
(191,220,215)
#CFE3E1
(207,227,225)
#DFEAEB
(223,234,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FAB91; }

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

This text font color is #4FAB91.


Background Color

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

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

This div background color is #4FAB91.


Border color

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

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

This div border color is #4FAB91.


Opacity

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

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

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

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

This text has shadow with #4FAB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FAB91 on black background.


Color preview on white background

This text has color #4FAB91 on white background.



Black color preview on #4FAB91 background

This text has black color on #4FAB91 background.


White color preview on #4FAB91 background

This text has white color on #4FAB91 background.