COLOR #4E878B

HEX: #4E878B
RGB: (78,135,139)

Color info

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

RGB color model

#4E878B color RGB value is (78,135,139).

  • red value is 78;
  • green value is 135;
  • blue value is 139.
RGB:
(78,135,139)
(31%,53%,55%)

RGB channels and saturation

R 78 of 255 = 31%
G 135 of 255 = 53%
B 139 of 255 = 55%

78
135
139

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

Portions of RGB colors in percentages

R + G + B =
78 + 135 + 139 = 352 (100%)
R 78 of 352 ~ 22.16%
G 135 of 352 ~ 38.35%
B 139 of 352 ~ 39.49%

%22.16
%38.35
%39.49

CMYK color model

#4E878B color CMYK value is (44,3,0,45).

  • cyan value is 43.88%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(44,3,0,45)
C44M3Y0K45 
(44%,3%,0%,45%)
(0.44/0.03/0.00/0.45)	

CMYK percentages

%43.88
%2.88
%0
%45.49

Codes

Color #4E878B in popluar color models

4E878B
RGB78135139
HSL184°28.11%42.55%
HSB/HSV184°43.88%54.51%
CMYK43.88%2.88%0.00%
45.49%

Color #4E878B in popluar number systems.

HEX4E878B
Decimal78135139
Binary10011101000011110001011
Octal116207213

Shades and tints

Shades of #4E878B

#4E878B
(78,135,139)
#477B7F
(71,123,127)
#406F73
(64,111,115)
#396367
(57,99,103)
#32575B
(50,87,91)
#2B4B4F
(43,75,79)
#243F43
(36,63,67)
#1D3337
(29,51,55)
#16272B
(22,39,43)
#0F1B1F
(15,27,31)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #4E878B

#4E878B
(78,135,139)
#5E9195
(94,145,149)
#6E9B9F
(110,155,159)
#7EA5A9
(126,165,169)
#8EAFB3
(142,175,179)
#9EB9BD
(158,185,189)
#AEC3C7
(174,195,199)
#BECDD1
(190,205,209)
#CED7DB
(206,215,219)
#DEE1E5
(222,225,229)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E878B; }

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

This text font color is #4E878B.


Background Color

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

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

This div background color is #4E878B.


Border color

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

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

This div border color is #4E878B.


Opacity

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

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

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

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

This text has shadow with #4E878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E878B on black background.


Color preview on white background

This text has color #4E878B on white background.



Black color preview on #4E878B background

This text has black color on #4E878B background.


White color preview on #4E878B background

This text has white color on #4E878B background.