COLOR #4EB668

HEX: #4EB668 RGB: (78,182,104)

Color info

#4EB668 contains mainly green color. Web safe color of #4EB668 is #66CC66 (or #6C6).

RGB color model

#4EB668 color RGB value is (78,182,104).

RGB: (78,182,104) (31%, 71%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 182 of 255 = 71%
B 104 of 255 = 41%

78
182
104

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

Portions of RGB colors in percentages

R + G + B = 78 + 182 + 104 = 364 (100%)
R 78 of 364 ~ 21.43%
G 182 of 364 ~ 50%
B 104 of 364 ~ 28.57'%

%21.43
%50
%28.57

CMYK color model

#4EB668 color CMYK value is (57,0,43,29).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 28.63%

CMYK: (57,0,43,29)
C57M0Y43K29 (57%, 0%, 43%, 29%)
(0.57 / 0.00 / 0.43 / 0.29)

CMYK percentages

%57.14
%0
%42.86
%28.63

Codes

Color #4EB668 in popluar color models

4E B6 68
RGB 78 182 104
HSL 135° 41.60% 50.98%
HSB/HSV 135° 57.14% 71.37%
CMYK 57.14% 0.00% 42.86%
28.63%

Color #4EB668 in popluar number systems.

HEX 4E B6 68
Decimal 78 182 104
Binary 1001110 10110110 1101000
Octal 116 266 150

Shades and tints

Shades of #4EB668

#4EB668
(78,182,104)
#47A65F
(71,166,95)
#409656
(64,150,86)
#39864D
(57,134,77)
#327644
(50,118,68)
#2B663B
(43,102,59)
#245632
(36,86,50)
#1D4629
(29,70,41)
#163620
(22,54,32)
#0F2617
(15,38,23)
#08160E
(8,22,14)
#000000
(0,0,0)

Tints of #4EB668

#4EB668
(78,182,104)
#5EBC75
(94,188,117)
#6EC282
(110,194,130)
#7EC88F
(126,200,143)
#8ECE9C
(142,206,156)
#9ED4A9
(158,212,169)
#AEDAB6
(174,218,182)
#BEE0C3
(190,224,195)
#CEE6D0
(206,230,208)
#DEECDD
(222,236,221)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB668 color. Also use rgb(78,182,104) instead hex code.

Text Font Color

.myTextColor { color: #4EB668; }

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

This text font color is #4EB668.

Background Color

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

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

This div background color is #4EB668.

Border color

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

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

This div border color is #4EB668.

Opacity

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

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

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

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

This text has shadow with #4EB668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EB668.

Preview

Color preview on black background

This text has color #4EB668 on black background.


Color preview on white background

This text has color #4EB668 on white background.


Black color preview on #4EB668 background

This text has black color on #4EB668 background.


White color preview on #4EB668 background

This text has white color on #4EB668 background.


Related colors

Complementary color

Complementary color for #hex is #B14997.


I love getcolorcode.com

Triadic colors

1 #684EB6 and #B6684E with #4EB668 are triadic colors.

2 #68B64E and #B64E68 with #4EB668 are triadic colors.