COLOR #4E9C8B

HEX: #4E9C8B RGB: (78,156,139)

Color info

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

RGB color model

#4E9C8B color RGB value is (78,156,139).

RGB: (78,156,139) (31%, 61%, 55%)

RGB channels and saturation

R 78 of 255 = 31%
G 156 of 255 = 61%
B 139 of 255 = 55%

78
156
139

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

Portions of RGB colors in percentages

R + G + B = 78 + 156 + 139 = 373 (100%)
R 78 of 373 ~ 20.91%
G 156 of 373 ~ 41.82%
B 139 of 373 ~ 37.27'%

%20.91
%41.82
%37.27

CMYK color model

#4E9C8B color CMYK value is (50,0,11,39).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 10.90%
  • key color value is 38.82%

CMYK: (50,0,11,39)
C50M0Y11K39 (50%, 0%, 11%, 39%)
(0.50 / 0.00 / 0.11 / 0.39)

CMYK percentages

%50
%0
%10.9
%38.82

Codes

Color #4E9C8B in popluar color models

4E 9C 8B
RGB 78 156 139
HSL 167° 33.33% 45.88%
HSB/HSV 167° 50.00% 61.18%
CMYK 50.00% 0.00% 10.90%
38.82%

Color #4E9C8B in popluar number systems.

HEX 4E 9C 8B
Decimal 78 156 139
Binary 1001110 10011100 10001011
Octal 116 234 213

Shades and tints

Shades of #4E9C8B

#4E9C8B
(78,156,139)
#478E7F
(71,142,127)
#408073
(64,128,115)
#397267
(57,114,103)
#32645B
(50,100,91)
#2B564F
(43,86,79)
#244843
(36,72,67)
#1D3A37
(29,58,55)
#162C2B
(22,44,43)
#0F1E1F
(15,30,31)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #4E9C8B

#4E9C8B
(78,156,139)
#5EA595
(94,165,149)
#6EAE9F
(110,174,159)
#7EB7A9
(126,183,169)
#8EC0B3
(142,192,179)
#9EC9BD
(158,201,189)
#AED2C7
(174,210,199)
#BEDBD1
(190,219,209)
#CEE4DB
(206,228,219)
#DEEDE5
(222,237,229)
#EEF6EF
(238,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9C8B color. Also use rgb(78,156,139) instead hex code.

Text Font Color

.myTextColor { color: #4E9C8B; }

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

This text font color is #4E9C8B.

Background Color

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

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

This div background color is #4E9C8B.

Border color

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

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

This div border color is #4E9C8B.

Opacity

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

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

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

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

This text has shadow with #4E9C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E9C8B.

Preview

Color preview on black background

This text has color #4E9C8B on black background.


Color preview on white background

This text has color #4E9C8B on white background.


Black color preview on #4E9C8B background

This text has black color on #4E9C8B background.


White color preview on #4E9C8B background

This text has white color on #4E9C8B background.


Related colors

Complementary color

Complementary color for #hex is #B16374.


I love getcolorcode.com

Triadic colors

1 #8B4E9C and #9C8B4E with #4E9C8B are triadic colors.

2 #8B9C4E and #9C4E8B with #4E9C8B are triadic colors.