COLOR #4FA4A0

HEX: #4FA4A0
RGB: (79,164,160)

Color info

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

RGB color model

#4FA4A0 color RGB value is (79,164,160).

  • red value is 79;
  • green value is 164;
  • blue value is 160.
RGB:
(79,164,160)
(31%,64%,63%)

RGB channels and saturation

R 79 of 255 = 31%
G 164 of 255 = 64%
B 160 of 255 = 63%

79
164
160

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

Portions of RGB colors in percentages

R + G + B =
79 + 164 + 160 = 403 (100%)
R 79 of 403 ~ 19.6%
G 164 of 403 ~ 40.69%
B 160 of 403 ~ 39.7%

%19.6
%40.69
%39.7

CMYK color model

#4FA4A0 color CMYK value is (52,0,2,36).

  • cyan value is 51.83%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 35.69%
CMYK:
(52,0,2,36)
C52M0Y2K36 
(52%,0%,2%,36%)
(0.52/0.00/0.02/0.36)	

CMYK percentages

%51.83
%0
%2.44
%35.69

Codes

Color #4FA4A0 in popluar color models

4FA4A0
RGB79164160
HSL177°34.98%47.65%
HSB/HSV177°51.83%64.31%
CMYK51.83%0.00%2.44%
35.69%

Color #4FA4A0 in popluar number systems.

HEX4FA4A0
Decimal79164160
Binary10011111010010010100000
Octal117244240

Shades and tints

Shades of #4FA4A0

#4FA4A0
(79,164,160)
#489692
(72,150,146)
#418884
(65,136,132)
#3A7A76
(58,122,118)
#336C68
(51,108,104)
#2C5E5A
(44,94,90)
#25504C
(37,80,76)
#1E423E
(30,66,62)
#173430
(23,52,48)
#102622
(16,38,34)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #4FA4A0

#4FA4A0
(79,164,160)
#5FACA8
(95,172,168)
#6FB4B0
(111,180,176)
#7FBCB8
(127,188,184)
#8FC4C0
(143,196,192)
#9FCCC8
(159,204,200)
#AFD4D0
(175,212,208)
#BFDCD8
(191,220,216)
#CFE4E0
(207,228,224)
#DFECE8
(223,236,232)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA4A0 color. Also use rgb(79,164,160) instead hex code.

Text Font Color

.myTextColor { color: #4FA4A0; }

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

This text font color is #4FA4A0.


Background Color

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

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

This div background color is #4FA4A0.


Border color

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

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

This div border color is #4FA4A0.


Opacity

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

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

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

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

This text has shadow with #4FA4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA4A0 on black background.


Color preview on white background

This text has color #4FA4A0 on white background.



Black color preview on #4FA4A0 background

This text has black color on #4FA4A0 background.


White color preview on #4FA4A0 background

This text has white color on #4FA4A0 background.