COLOR #4E9D9B

HEX: #4E9D9B
RGB: (78,157,155)

Color info

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

RGB color model

#4E9D9B color RGB value is (78,157,155).

  • red value is 78;
  • green value is 157;
  • blue value is 155.
RGB:
(78,157,155)
(31%,62%,61%)

RGB channels and saturation

R 78 of 255 = 31%
G 157 of 255 = 62%
B 155 of 255 = 61%

78
157
155

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

Portions of RGB colors in percentages

R + G + B =
78 + 157 + 155 = 390 (100%)
R 78 of 390 ~ 20%
G 157 of 390 ~ 40.26%
B 155 of 390 ~ 39.74%

%20
%40.26
%39.74

CMYK color model

#4E9D9B color CMYK value is (50,0,1,38).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(50,0,1,38)
C50M0Y1K38 
(50%,0%,1%,38%)
(0.50/0.00/0.01/0.38)	

CMYK percentages

%50.32
%0
%1.27
%38.43

Codes

Color #4E9D9B in popluar color models

4E9D9B
RGB78157155
HSL178°33.62%46.08%
HSB/HSV178°50.32%61.57%
CMYK50.32%0.00%1.27%
38.43%

Color #4E9D9B in popluar number systems.

HEX4E9D9B
Decimal78157155
Binary10011101001110110011011
Octal116235233

Shades and tints

Shades of #4E9D9B

#4E9D9B
(78,157,155)
#478F8D
(71,143,141)
#40817F
(64,129,127)
#397371
(57,115,113)
#326563
(50,101,99)
#2B5755
(43,87,85)
#244947
(36,73,71)
#1D3B39
(29,59,57)
#162D2B
(22,45,43)
#0F1F1D
(15,31,29)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E9D9B

#4E9D9B
(78,157,155)
#5EA5A4
(94,165,164)
#6EADAD
(110,173,173)
#7EB5B6
(126,181,182)
#8EBDBF
(142,189,191)
#9EC5C8
(158,197,200)
#AECDD1
(174,205,209)
#BED5DA
(190,213,218)
#CEDDE3
(206,221,227)
#DEE5EC
(222,229,236)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9D9B color. Also use rgb(78,157,155) instead hex code.

Text Font Color

.myTextColor { color: #4E9D9B; }

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

This text font color is #4E9D9B.


Background Color

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

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

This div background color is #4E9D9B.


Border color

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

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

This div border color is #4E9D9B.


Opacity

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

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

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

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

This text has shadow with #4E9D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9D9B on black background.


Color preview on white background

This text has color #4E9D9B on white background.



Black color preview on #4E9D9B background

This text has black color on #4E9D9B background.


White color preview on #4E9D9B background

This text has white color on #4E9D9B background.