COLOR #4FB686

HEX: #4FB686 RGB: (79,182,134)

Color info

#4FB686 contains mainly green and blue colors. Web safe color of #4FB686 is #66CC99 (or #6C9).

RGB color model

#4FB686 color RGB value is (79,182,134).

RGB: (79,182,134) (31%, 71%, 53%)

RGB channels and saturation

R 79 of 255 = 31%
G 182 of 255 = 71%
B 134 of 255 = 53%

79
182
134

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

Portions of RGB colors in percentages

R + G + B = 79 + 182 + 134 = 395 (100%)
R 79 of 395 ~ 20%
G 182 of 395 ~ 46.08%
B 134 of 395 ~ 33.92'%

%20
%46.08
%33.92

CMYK color model

#4FB686 color CMYK value is (57,0,26,29).

  • cyan value is 56.59%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK: (57,0,26,29) C57M0Y26K29 (57%,0%,26%,29%) (0.57/0.00/0.26/0.29) 

CMYK percentages

%56.59
%0
%26.37
%28.63

Codes

Color #4FB686 in popluar color models

4F B6 86
RGB 79 182 134
HSL 152° 41.37% 51.18%
HSB/HSV 152° 56.59% 71.37%
CMYK 56.59% 0.00% 26.37%
28.63%

Color #4FB686 in popluar number systems.

HEX 4F B6 86
Decimal 79 182 134
Binary 1001111 10110110 10000110
Octal 117 266 206

Shades and tints

Shades of #4FB686

#4FB686
(79,182,134)
#48A67A
(72,166,122)
#41966E
(65,150,110)
#3A8662
(58,134,98)
#337656
(51,118,86)
#2C664A
(44,102,74)
#25563E
(37,86,62)
#1E4632
(30,70,50)
#173626
(23,54,38)
#10261A
(16,38,26)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #4FB686

#4FB686
(79,182,134)
#5FBC91
(95,188,145)
#6FC29C
(111,194,156)
#7FC8A7
(127,200,167)
#8FCEB2
(143,206,178)
#9FD4BD
(159,212,189)
#AFDAC8
(175,218,200)
#BFE0D3
(191,224,211)
#CFE6DE
(207,230,222)
#DFECE9
(223,236,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB686; }

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

This text font color is #4FB686.

Background Color

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

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

This div background color is #4FB686.

Border color

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

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

This div border color is #4FB686.

Opacity

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

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

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

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

This text has shadow with #4FB686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB686.

Preview

Color preview on black background

This text has color #4FB686 on black background.


Color preview on white background

This text has color #4FB686 on white background.


Black color preview on #4FB686 background

This text has black color on #4FB686 background.


White color preview on #4FB686 background

This text has white color on #4FB686 background.


Related colors

Complementary color

Complementary color for #hex is #B04979.


I love getcolorcode.com

Triadic colors

1 #864FB6 and #B6864F with #4FB686 are triadic colors.

2 #86B64F and #B64F86 with #4FB686 are triadic colors.