COLOR #4FA086

HEX: #4FA086
RGB: (79,160,134)

Color info

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

RGB color model

#4FA086 color RGB value is (79,160,134).

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

RGB channels and saturation

R 79 of 255 = 31%
G 160 of 255 = 63%
B 134 of 255 = 53%

79
160
134

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

Portions of RGB colors in percentages

R + G + B =
79 + 160 + 134 = 373 (100%)
R 79 of 373 ~ 21.18%
G 160 of 373 ~ 42.9%
B 134 of 373 ~ 35.92%

%21.18
%42.9
%35.92

CMYK color model

#4FA086 color CMYK value is (51,0,16,37).

  • cyan value is 50.63%
  • magenta value is 0.00%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK:
(51,0,16,37)
C51M0Y16K37 
(51%,0%,16%,37%)
(0.51/0.00/0.16/0.37)	

CMYK percentages

%50.63
%0
%16.25
%37.25

Codes

Color #4FA086 in popluar color models

4FA086
RGB79160134
HSL161°33.89%46.86%
HSB/HSV161°50.63%62.75%
CMYK50.63%0.00%16.25%
37.25%

Color #4FA086 in popluar number systems.

HEX4FA086
Decimal79160134
Binary10011111010000010000110
Octal117240206

Shades and tints

Shades of #4FA086

#4FA086
(79,160,134)
#48927A
(72,146,122)
#41846E
(65,132,110)
#3A7662
(58,118,98)
#336856
(51,104,86)
#2C5A4A
(44,90,74)
#254C3E
(37,76,62)
#1E3E32
(30,62,50)
#173026
(23,48,38)
#10221A
(16,34,26)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #4FA086

#4FA086
(79,160,134)
#5FA891
(95,168,145)
#6FB09C
(111,176,156)
#7FB8A7
(127,184,167)
#8FC0B2
(143,192,178)
#9FC8BD
(159,200,189)
#AFD0C8
(175,208,200)
#BFD8D3
(191,216,211)
#CFE0DE
(207,224,222)
#DFE8E9
(223,232,233)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FA086; }

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

This text font color is #4FA086.


Background Color

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

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

This div background color is #4FA086.


Border color

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

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

This div border color is #4FA086.


Opacity

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

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

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

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

This text has shadow with #4FA086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FA086 on black background.


Color preview on white background

This text has color #4FA086 on white background.



Black color preview on #4FA086 background

This text has black color on #4FA086 background.


White color preview on #4FA086 background

This text has white color on #4FA086 background.