COLOR #5E8087

HEX: #5E8087
RGB: (94,128,135)

Color info

#5E8087 contains red, green and blue colors in about the same proportion. Web safe color of #5E8087 is #666699 (or #669).

RGB color model

#5E8087 color RGB value is (94,128,135).

  • red value is 94;
  • green value is 128;
  • blue value is 135.
RGB:
(94,128,135)
(37%,50%,53%)

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 135 of 255 = 53%

94
128
135

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

Portions of RGB colors in percentages

R + G + B =
94 + 128 + 135 = 357 (100%)
R 94 of 357 ~ 26.33%
G 128 of 357 ~ 35.85%
B 135 of 357 ~ 37.82%

%26.33
%35.85
%37.82

CMYK color model

#5E8087 color CMYK value is (30,5,0,47).

  • cyan value is 30.37%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(30,5,0,47)
C30M5Y0K47 
(30%,5%,0%,47%)
(0.30/0.05/0.00/0.47)	

CMYK percentages

%30.37
%5.19
%0
%47.06

Codes

Color #5E8087 in popluar color models

5E8087
RGB94128135
HSL190°17.90%44.90%
HSB/HSV190°30.37%52.94%
CMYK30.37%5.19%0.00%
47.06%

Color #5E8087 in popluar number systems.

HEX5E8087
Decimal94128135
Binary10111101000000010000111
Octal136200207

Shades and tints

Shades of #5E8087

#5E8087
(94,128,135)
#56757B
(86,117,123)
#4E6A6F
(78,106,111)
#465F63
(70,95,99)
#3E5457
(62,84,87)
#36494B
(54,73,75)
#2E3E3F
(46,62,63)
#263333
(38,51,51)
#1E2827
(30,40,39)
#161D1B
(22,29,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #5E8087

#5E8087
(94,128,135)
#6C8B91
(108,139,145)
#7A969B
(122,150,155)
#88A1A5
(136,161,165)
#96ACAF
(150,172,175)
#A4B7B9
(164,183,185)
#B2C2C3
(178,194,195)
#C0CDCD
(192,205,205)
#CED8D7
(206,216,215)
#DCE3E1
(220,227,225)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8087 color. Also use rgb(94,128,135) instead hex code.

Text Font Color

.myTextColor { color: #5E8087; }

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

This text font color is #5E8087.


Background Color

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

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

This div background color is #5E8087.


Border color

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

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

This div border color is #5E8087.


Opacity

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

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

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

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

This text has shadow with #5E8087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8087 on black background.


Color preview on white background

This text has color #5E8087 on white background.



Black color preview on #5E8087 background

This text has black color on #5E8087 background.


White color preview on #5E8087 background

This text has white color on #5E8087 background.