COLOR #4E8A87

HEX: #4E8A87
RGB: (78,138,135)

Color info

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

RGB color model

#4E8A87 color RGB value is (78,138,135).

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

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 135 of 255 = 53%

78
138
135

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 135 = 351 (100%)
R 78 of 351 ~ 22.22%
G 138 of 351 ~ 39.32%
B 135 of 351 ~ 38.46%

%22.22
%39.32
%38.46

CMYK color model

#4E8A87 color CMYK value is (43,0,2,46).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 45.88%
CMYK:
(43,0,2,46)
C43M0Y2K46 
(43%,0%,2%,46%)
(0.43/0.00/0.02/0.46)	

CMYK percentages

%43.48
%0
%2.17
%45.88

Codes

Color #4E8A87 in popluar color models

4E8A87
RGB78138135
HSL177°27.78%42.35%
HSB/HSV177°43.48%54.12%
CMYK43.48%0.00%2.17%
45.88%

Color #4E8A87 in popluar number systems.

HEX4E8A87
Decimal78138135
Binary10011101000101010000111
Octal116212207

Shades and tints

Shades of #4E8A87

#4E8A87
(78,138,135)
#477E7B
(71,126,123)
#40726F
(64,114,111)
#396663
(57,102,99)
#325A57
(50,90,87)
#2B4E4B
(43,78,75)
#24423F
(36,66,63)
#1D3633
(29,54,51)
#162A27
(22,42,39)
#0F1E1B
(15,30,27)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #4E8A87

#4E8A87
(78,138,135)
#5E9491
(94,148,145)
#6E9E9B
(110,158,155)
#7EA8A5
(126,168,165)
#8EB2AF
(142,178,175)
#9EBCB9
(158,188,185)
#AEC6C3
(174,198,195)
#BED0CD
(190,208,205)
#CEDAD7
(206,218,215)
#DEE4E1
(222,228,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8A87; }

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

This text font color is #4E8A87.


Background Color

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

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

This div background color is #4E8A87.


Border color

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

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

This div border color is #4E8A87.


Opacity

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

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

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

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

This text has shadow with #4E8A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A87 on black background.


Color preview on white background

This text has color #4E8A87 on white background.



Black color preview on #4E8A87 background

This text has black color on #4E8A87 background.


White color preview on #4E8A87 background

This text has white color on #4E8A87 background.