COLOR #5E8399

HEX: #5E8399
RGB: (94,131,153)

Color info

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

RGB color model

#5E8399 color RGB value is (94,131,153).

  • red value is 94;
  • green value is 131;
  • blue value is 153.
RGB:
(94,131,153)
(37%,51%,60%)

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 153 of 255 = 60%

94
131
153

R + G + B ~ 49%. #5E8399 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 153 = 378 (100%)
R 94 of 378 ~ 24.87%
G 131 of 378 ~ 34.66%
B 153 of 378 ~ 40.48%

%24.87
%34.66
%40.48

CMYK color model

#5E8399 color CMYK value is (39,14,0,40).

  • cyan value is 38.56%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(39,14,0,40)
C39M14Y0K40 
(39%,14%,0%,40%)
(0.39/0.14/0.00/0.40)	

CMYK percentages

%38.56
%14.38
%0
%40

Codes

Color #5E8399 in popluar color models

5E8399
RGB94131153
HSL202°23.89%48.43%
HSB/HSV202°38.56%60.00%
CMYK38.56%14.38%0.00%
40.00%

Color #5E8399 in popluar number systems.

HEX5E8399
Decimal94131153
Binary10111101000001110011001
Octal136203231

Shades and tints

Shades of #5E8399

#5E8399
(94,131,153)
#56788C
(86,120,140)
#4E6D7F
(78,109,127)
#466272
(70,98,114)
#3E5765
(62,87,101)
#364C58
(54,76,88)
#2E414B
(46,65,75)
#26363E
(38,54,62)
#1E2B31
(30,43,49)
#162024
(22,32,36)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #5E8399

#5E8399
(94,131,153)
#6C8EA2
(108,142,162)
#7A99AB
(122,153,171)
#88A4B4
(136,164,180)
#96AFBD
(150,175,189)
#A4BAC6
(164,186,198)
#B2C5CF
(178,197,207)
#C0D0D8
(192,208,216)
#CEDBE1
(206,219,225)
#DCE6EA
(220,230,234)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8399 color. Also use rgb(94,131,153) instead hex code.

Text Font Color

.myTextColor { color: #5E8399; }

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

This text font color is #5E8399.


Background Color

.myBgColor { background-color: #5E8399; }

<div style="background-color:#5E8399">Inner text</div>

This div background color is #5E8399.


Border color

.myBorderColor { border: 1px solid #5E8399; }

<div style="border:3px solid #5E8399">Div</div>

This div border color is #5E8399.


Opacity

.myOpacity80 { color: #5E8399; opacity: 0.8; }

<p style="color:#5E8399;opacity:0.8;">80%</p>

Text with #5E8399 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 #5E8399;}

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

This text has shadow with #5E8399 color.

.textShadow {text-shadow: 3px 3px 1px #5E8399, 3px 3px 1px red;}

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

This text has shadow with #5E8399 primary color and red secondary color.


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

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

This text has shadow with #5E8399 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8399 on black background.


Color preview on white background

This text has color #5E8399 on white background.



Black color preview on #5E8399 background

This text has black color on #5E8399 background.


White color preview on #5E8399 background

This text has white color on #5E8399 background.