COLOR #4E8B93

HEX: #4E8B93
RGB: (78,139,147)

Color info

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

RGB color model

#4E8B93 color RGB value is (78,139,147).

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

RGB channels and saturation

R 78 of 255 = 31%
G 139 of 255 = 55%
B 147 of 255 = 58%

78
139
147

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

Portions of RGB colors in percentages

R + G + B =
78 + 139 + 147 = 364 (100%)
R 78 of 364 ~ 21.43%
G 139 of 364 ~ 38.19%
B 147 of 364 ~ 40.38%

%21.43
%38.19
%40.38

CMYK color model

#4E8B93 color CMYK value is (47,5,0,42).

  • cyan value is 46.94%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(47,5,0,42)
C47M5Y0K42 
(47%,5%,0%,42%)
(0.47/0.05/0.00/0.42)	

CMYK percentages

%46.94
%5.44
%0
%42.35

Codes

Color #4E8B93 in popluar color models

4E8B93
RGB78139147
HSL187°30.67%44.12%
HSB/HSV187°46.94%57.65%
CMYK46.94%5.44%0.00%
42.35%

Color #4E8B93 in popluar number systems.

HEX4E8B93
Decimal78139147
Binary10011101000101110010011
Octal116213223

Shades and tints

Shades of #4E8B93

#4E8B93
(78,139,147)
#477F86
(71,127,134)
#407379
(64,115,121)
#39676C
(57,103,108)
#325B5F
(50,91,95)
#2B4F52
(43,79,82)
#244345
(36,67,69)
#1D3738
(29,55,56)
#162B2B
(22,43,43)
#0F1F1E
(15,31,30)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #4E8B93

#4E8B93
(78,139,147)
#5E959C
(94,149,156)
#6E9FA5
(110,159,165)
#7EA9AE
(126,169,174)
#8EB3B7
(142,179,183)
#9EBDC0
(158,189,192)
#AEC7C9
(174,199,201)
#BED1D2
(190,209,210)
#CEDBDB
(206,219,219)
#DEE5E4
(222,229,228)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8B93; }

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

This text font color is #4E8B93.


Background Color

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

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

This div background color is #4E8B93.


Border color

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

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

This div border color is #4E8B93.


Opacity

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

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

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

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

This text has shadow with #4E8B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8B93 on black background.


Color preview on white background

This text has color #4E8B93 on white background.



Black color preview on #4E8B93 background

This text has black color on #4E8B93 background.


White color preview on #4E8B93 background

This text has white color on #4E8B93 background.