COLOR #4FA69A

HEX: #4FA69A
RGB: (79,166,154)

Color info

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

RGB color model

#4FA69A color RGB value is (79,166,154).

  • red value is 79;
  • green value is 166;
  • blue value is 154.
RGB:
(79,166,154)
(31%,65%,60%)

RGB channels and saturation

R 79 of 255 = 31%
G 166 of 255 = 65%
B 154 of 255 = 60%

79
166
154

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

Portions of RGB colors in percentages

R + G + B =
79 + 166 + 154 = 399 (100%)
R 79 of 399 ~ 19.8%
G 166 of 399 ~ 41.6%
B 154 of 399 ~ 38.6%

%19.8
%41.6
%38.6

CMYK color model

#4FA69A color CMYK value is (52,0,7,35).

  • cyan value is 52.41%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(52,0,7,35)
C52M0Y7K35 
(52%,0%,7%,35%)
(0.52/0.00/0.07/0.35)	

CMYK percentages

%52.41
%0
%7.23
%34.9

Codes

Color #4FA69A in popluar color models

4FA69A
RGB79166154
HSL172°35.51%48.04%
HSB/HSV172°52.41%65.10%
CMYK52.41%0.00%7.23%
34.90%

Color #4FA69A in popluar number systems.

HEX4FA69A
Decimal79166154
Binary10011111010011010011010
Octal117246232

Shades and tints

Shades of #4FA69A

#4FA69A
(79,166,154)
#48978C
(72,151,140)
#41887E
(65,136,126)
#3A7970
(58,121,112)
#336A62
(51,106,98)
#2C5B54
(44,91,84)
#254C46
(37,76,70)
#1E3D38
(30,61,56)
#172E2A
(23,46,42)
#101F1C
(16,31,28)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #4FA69A

#4FA69A
(79,166,154)
#5FAEA3
(95,174,163)
#6FB6AC
(111,182,172)
#7FBEB5
(127,190,181)
#8FC6BE
(143,198,190)
#9FCEC7
(159,206,199)
#AFD6D0
(175,214,208)
#BFDED9
(191,222,217)
#CFE6E2
(207,230,226)
#DFEEEB
(223,238,235)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA69A color. Also use rgb(79,166,154) instead hex code.

Text Font Color

.myTextColor { color: #4FA69A; }

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

This text font color is #4FA69A.


Background Color

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

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

This div background color is #4FA69A.


Border color

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

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

This div border color is #4FA69A.


Opacity

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

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

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

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

This text has shadow with #4FA69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA69A on black background.


Color preview on white background

This text has color #4FA69A on white background.



Black color preview on #4FA69A background

This text has black color on #4FA69A background.


White color preview on #4FA69A background

This text has white color on #4FA69A background.