COLOR #5E888D

HEX: #5E888D
RGB: (94,136,141)

Color info

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

RGB color model

#5E888D color RGB value is (94,136,141).

  • red value is 94;
  • green value is 136;
  • blue value is 141.
RGB:
(94,136,141)
(37%,53%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 136 of 255 = 53%
B 141 of 255 = 55%

94
136
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 136 + 141 = 371 (100%)
R 94 of 371 ~ 25.34%
G 136 of 371 ~ 36.66%
B 141 of 371 ~ 38.01%

%25.34
%36.66
%38.01

CMYK color model

#5E888D color CMYK value is (33,4,0,45).

  • cyan value is 33.33%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,4,0,45)
C33M4Y0K45 
(33%,4%,0%,45%)
(0.33/0.04/0.00/0.45)	

CMYK percentages

%33.33
%3.55
%0
%44.71

Codes

Color #5E888D in popluar color models

5E888D
RGB94136141
HSL186°20.00%46.08%
HSB/HSV186°33.33%55.29%
CMYK33.33%3.55%0.00%
44.71%

Color #5E888D in popluar number systems.

HEX5E888D
Decimal94136141
Binary10111101000100010001101
Octal136210215

Shades and tints

Shades of #5E888D

#5E888D
(94,136,141)
#567C81
(86,124,129)
#4E7075
(78,112,117)
#466469
(70,100,105)
#3E585D
(62,88,93)
#364C51
(54,76,81)
#2E4045
(46,64,69)
#263439
(38,52,57)
#1E282D
(30,40,45)
#161C21
(22,28,33)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #5E888D

#5E888D
(94,136,141)
#6C9297
(108,146,151)
#7A9CA1
(122,156,161)
#88A6AB
(136,166,171)
#96B0B5
(150,176,181)
#A4BABF
(164,186,191)
#B2C4C9
(178,196,201)
#C0CED3
(192,206,211)
#CED8DD
(206,216,221)
#DCE2E7
(220,226,231)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E888D color. Also use rgb(94,136,141) instead hex code.

Text Font Color

.myTextColor { color: #5E888D; }

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

This text font color is #5E888D.


Background Color

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

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

This div background color is #5E888D.


Border color

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

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

This div border color is #5E888D.


Opacity

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

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

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

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

This text has shadow with #5E888D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E888D on black background.


Color preview on white background

This text has color #5E888D on white background.



Black color preview on #5E888D background

This text has black color on #5E888D background.


White color preview on #5E888D background

This text has white color on #5E888D background.