COLOR #4FB68E

HEX: #4FB68E RGB: (79,182,142)

Color info

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

RGB color model

#4FB68E color RGB value is (79,182,142).

RGB: (79,182,142) (31%, 71%, 56%)

RGB channels and saturation

R 79 of 255 = 31%
G 182 of 255 = 71%
B 142 of 255 = 56%

79
182
142

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

Portions of RGB colors in percentages

R + G + B = 79 + 182 + 142 = 403 (100%)
R 79 of 403 ~ 19.6%
G 182 of 403 ~ 45.16%
B 142 of 403 ~ 35.24'%

%19.6
%45.16
%35.24

CMYK color model

#4FB68E color CMYK value is (57,0,22,29).

  • cyan value is 56.59%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK: (57,0,22,29) C57M0Y22K29 (57%,0%,22%,29%) (0.57/0.00/0.22/0.29) 

CMYK percentages

%56.59
%0
%21.98
%28.63

Codes

Color #4FB68E in popluar color models

4F B6 8E
RGB 79 182 142
HSL 157° 41.37% 51.18%
HSB/HSV 157° 56.59% 71.37%
CMYK 56.59% 0.00% 21.98%
28.63%

Color #4FB68E in popluar number systems.

HEX 4F B6 8E
Decimal 79 182 142
Binary 1001111 10110110 10001110
Octal 117 266 216

Shades and tints

Shades of #4FB68E

#4FB68E
(79,182,142)
#48A682
(72,166,130)
#419676
(65,150,118)
#3A866A
(58,134,106)
#33765E
(51,118,94)
#2C6652
(44,102,82)
#255646
(37,86,70)
#1E463A
(30,70,58)
#17362E
(23,54,46)
#102622
(16,38,34)
#091616
(9,22,22)
#000000
(0,0,0)

Tints of #4FB68E

#4FB68E
(79,182,142)
#5FBC98
(95,188,152)
#6FC2A2
(111,194,162)
#7FC8AC
(127,200,172)
#8FCEB6
(143,206,182)
#9FD4C0
(159,212,192)
#AFDACA
(175,218,202)
#BFE0D4
(191,224,212)
#CFE6DE
(207,230,222)
#DFECE8
(223,236,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB68E; }

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

This text font color is #4FB68E.

Background Color

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

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

This div background color is #4FB68E.

Border color

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

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

This div border color is #4FB68E.

Opacity

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

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

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

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

This text has shadow with #4FB68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB68E.

Preview

Color preview on black background

This text has color #4FB68E on black background.


Color preview on white background

This text has color #4FB68E on white background.


Black color preview on #4FB68E background

This text has black color on #4FB68E background.


White color preview on #4FB68E background

This text has white color on #4FB68E background.


Related colors

Complementary color

Complementary color for #hex is #B04971.


I love getcolorcode.com

Triadic colors

1 #8E4FB6 and #B68E4F with #4FB68E are triadic colors.

2 #8EB64F and #B64F8E with #4FB68E are triadic colors.