COLOR #4E8887

HEX: #4E8887
RGB: (78,136,135)

Color info

#4E8887 contains red, green and blue colors in about the same proportion. Web safe color of #4E8887 is #669999 (or #699).

RGB color model

#4E8887 color RGB value is (78,136,135).

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

RGB channels and saturation

R 78 of 255 = 31%
G 136 of 255 = 53%
B 135 of 255 = 53%

78
136
135

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

Portions of RGB colors in percentages

R + G + B =
78 + 136 + 135 = 349 (100%)
R 78 of 349 ~ 22.35%
G 136 of 349 ~ 38.97%
B 135 of 349 ~ 38.68%

%22.35
%38.97
%38.68

CMYK color model

#4E8887 color CMYK value is (43,0,1,47).

  • cyan value is 42.65%
  • magenta value is 0.00%
  • yellow value is 0.74%
  • key color value is 46.67%
CMYK:
(43,0,1,47)
C43M0Y1K47 
(43%,0%,1%,47%)
(0.43/0.00/0.01/0.47)	

CMYK percentages

%42.65
%0
%0.74
%46.67

Codes

Color #4E8887 in popluar color models

4E8887
RGB78136135
HSL179°27.10%41.96%
HSB/HSV179°42.65%53.33%
CMYK42.65%0.00%0.74%
46.67%

Color #4E8887 in popluar number systems.

HEX4E8887
Decimal78136135
Binary10011101000100010000111
Octal116210207

Shades and tints

Shades of #4E8887

#4E8887
(78,136,135)
#477C7B
(71,124,123)
#40706F
(64,112,111)
#396463
(57,100,99)
#325857
(50,88,87)
#2B4C4B
(43,76,75)
#24403F
(36,64,63)
#1D3433
(29,52,51)
#162827
(22,40,39)
#0F1C1B
(15,28,27)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #4E8887

#4E8887
(78,136,135)
#5E9291
(94,146,145)
#6E9C9B
(110,156,155)
#7EA6A5
(126,166,165)
#8EB0AF
(142,176,175)
#9EBAB9
(158,186,185)
#AEC4C3
(174,196,195)
#BECECD
(190,206,205)
#CED8D7
(206,216,215)
#DEE2E1
(222,226,225)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8887; }

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

This text font color is #4E8887.


Background Color

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

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

This div background color is #4E8887.


Border color

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

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

This div border color is #4E8887.


Opacity

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

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

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

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

This text has shadow with #4E8887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8887 on black background.


Color preview on white background

This text has color #4E8887 on white background.



Black color preview on #4E8887 background

This text has black color on #4E8887 background.


White color preview on #4E8887 background

This text has white color on #4E8887 background.