COLOR #4E8A93

HEX: #4E8A93
RGB: (78,138,147)

Color info

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

RGB color model

#4E8A93 color RGB value is (78,138,147).

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

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 147 of 255 = 58%

78
138
147

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 147 = 363 (100%)
R 78 of 363 ~ 21.49%
G 138 of 363 ~ 38.02%
B 147 of 363 ~ 40.5%

%21.49
%38.02
%40.5

CMYK color model

#4E8A93 color CMYK value is (47,6,0,42).

  • cyan value is 46.94%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(47,6,0,42)
C47M6Y0K42 
(47%,6%,0%,42%)
(0.47/0.06/0.00/0.42)	

CMYK percentages

%46.94
%6.12
%0
%42.35

Codes

Color #4E8A93 in popluar color models

4E8A93
RGB78138147
HSL188°30.67%44.12%
HSB/HSV188°46.94%57.65%
CMYK46.94%6.12%0.00%
42.35%

Color #4E8A93 in popluar number systems.

HEX4E8A93
Decimal78138147
Binary10011101000101010010011
Octal116212223

Shades and tints

Shades of #4E8A93

#4E8A93
(78,138,147)
#477E86
(71,126,134)
#407279
(64,114,121)
#39666C
(57,102,108)
#325A5F
(50,90,95)
#2B4E52
(43,78,82)
#244245
(36,66,69)
#1D3638
(29,54,56)
#162A2B
(22,42,43)
#0F1E1E
(15,30,30)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #4E8A93

#4E8A93
(78,138,147)
#5E949C
(94,148,156)
#6E9EA5
(110,158,165)
#7EA8AE
(126,168,174)
#8EB2B7
(142,178,183)
#9EBCC0
(158,188,192)
#AEC6C9
(174,198,201)
#BED0D2
(190,208,210)
#CEDADB
(206,218,219)
#DEE4E4
(222,228,228)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8A93; }

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

This text font color is #4E8A93.


Background Color

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

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

This div background color is #4E8A93.


Border color

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

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

This div border color is #4E8A93.


Opacity

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

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

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

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

This text has shadow with #4E8A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A93 on black background.


Color preview on white background

This text has color #4E8A93 on white background.



Black color preview on #4E8A93 background

This text has black color on #4E8A93 background.


White color preview on #4E8A93 background

This text has white color on #4E8A93 background.