COLOR #5E8995

HEX: #5E8995
RGB: (94,137,149)

Color info

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

RGB color model

#5E8995 color RGB value is (94,137,149).

  • red value is 94;
  • green value is 137;
  • blue value is 149.
RGB:
(94,137,149)
(37%,54%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 149 of 255 = 58%

94
137
149

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

Portions of RGB colors in percentages

R + G + B =
94 + 137 + 149 = 380 (100%)
R 94 of 380 ~ 24.74%
G 137 of 380 ~ 36.05%
B 149 of 380 ~ 39.21%

%24.74
%36.05
%39.21

CMYK color model

#5E8995 color CMYK value is (37,8,0,42).

  • cyan value is 36.91%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(37,8,0,42)
C37M8Y0K42 
(37%,8%,0%,42%)
(0.37/0.08/0.00/0.42)	

CMYK percentages

%36.91
%8.05
%0
%41.57

Codes

Color #5E8995 in popluar color models

5E8995
RGB94137149
HSL193°22.63%47.65%
HSB/HSV193°36.91%58.43%
CMYK36.91%8.05%0.00%
41.57%

Color #5E8995 in popluar number systems.

HEX5E8995
Decimal94137149
Binary10111101000100110010101
Octal136211225

Shades and tints

Shades of #5E8995

#5E8995
(94,137,149)
#567D88
(86,125,136)
#4E717B
(78,113,123)
#46656E
(70,101,110)
#3E5961
(62,89,97)
#364D54
(54,77,84)
#2E4147
(46,65,71)
#26353A
(38,53,58)
#1E292D
(30,41,45)
#161D20
(22,29,32)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #5E8995

#5E8995
(94,137,149)
#6C939E
(108,147,158)
#7A9DA7
(122,157,167)
#88A7B0
(136,167,176)
#96B1B9
(150,177,185)
#A4BBC2
(164,187,194)
#B2C5CB
(178,197,203)
#C0CFD4
(192,207,212)
#CED9DD
(206,217,221)
#DCE3E6
(220,227,230)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8995 color. Also use rgb(94,137,149) instead hex code.

Text Font Color

.myTextColor { color: #5E8995; }

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

This text font color is #5E8995.


Background Color

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

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

This div background color is #5E8995.


Border color

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

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

This div border color is #5E8995.


Opacity

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

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

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

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

This text has shadow with #5E8995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8995 on black background.


Color preview on white background

This text has color #5E8995 on white background.



Black color preview on #5E8995 background

This text has black color on #5E8995 background.


White color preview on #5E8995 background

This text has white color on #5E8995 background.