COLOR #4E8391

HEX: #4E8391
RGB: (78,131,145)

Color info

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

RGB color model

#4E8391 color RGB value is (78,131,145).

  • red value is 78;
  • green value is 131;
  • blue value is 145.
RGB:
(78,131,145)
(31%,51%,57%)

RGB channels and saturation

R 78 of 255 = 31%
G 131 of 255 = 51%
B 145 of 255 = 57%

78
131
145

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

Portions of RGB colors in percentages

R + G + B =
78 + 131 + 145 = 354 (100%)
R 78 of 354 ~ 22.03%
G 131 of 354 ~ 37.01%
B 145 of 354 ~ 40.96%

%22.03
%37.01
%40.96

CMYK color model

#4E8391 color CMYK value is (46,10,0,43).

  • cyan value is 46.21%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(46,10,0,43)
C46M10Y0K43 
(46%,10%,0%,43%)
(0.46/0.10/0.00/0.43)	

CMYK percentages

%46.21
%9.66
%0
%43.14

Codes

Color #4E8391 in popluar color models

4E8391
RGB78131145
HSL193°30.04%43.73%
HSB/HSV193°46.21%56.86%
CMYK46.21%9.66%0.00%
43.14%

Color #4E8391 in popluar number systems.

HEX4E8391
Decimal78131145
Binary10011101000001110010001
Octal116203221

Shades and tints

Shades of #4E8391

#4E8391
(78,131,145)
#477884
(71,120,132)
#406D77
(64,109,119)
#39626A
(57,98,106)
#32575D
(50,87,93)
#2B4C50
(43,76,80)
#244143
(36,65,67)
#1D3636
(29,54,54)
#162B29
(22,43,41)
#0F201C
(15,32,28)
#08150F
(8,21,15)
#000000
(0,0,0)

Tints of #4E8391

#4E8391
(78,131,145)
#5E8E9B
(94,142,155)
#6E99A5
(110,153,165)
#7EA4AF
(126,164,175)
#8EAFB9
(142,175,185)
#9EBAC3
(158,186,195)
#AEC5CD
(174,197,205)
#BED0D7
(190,208,215)
#CEDBE1
(206,219,225)
#DEE6EB
(222,230,235)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8391 color. Also use rgb(78,131,145) instead hex code.

Text Font Color

.myTextColor { color: #4E8391; }

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

This text font color is #4E8391.


Background Color

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

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

This div background color is #4E8391.


Border color

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

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

This div border color is #4E8391.


Opacity

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

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

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

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

This text has shadow with #4E8391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8391 on black background.


Color preview on white background

This text has color #4E8391 on white background.



Black color preview on #4E8391 background

This text has black color on #4E8391 background.


White color preview on #4E8391 background

This text has white color on #4E8391 background.