COLOR #5E888F

HEX: #5E888F
RGB: (94,136,143)

Color info

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

RGB color model

#5E888F color RGB value is (94,136,143).

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

RGB channels and saturation

R 94 of 255 = 37%
G 136 of 255 = 53%
B 143 of 255 = 56%

94
136
143

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

Portions of RGB colors in percentages

R + G + B =
94 + 136 + 143 = 373 (100%)
R 94 of 373 ~ 25.2%
G 136 of 373 ~ 36.46%
B 143 of 373 ~ 38.34%

%25.2
%36.46
%38.34

CMYK color model

#5E888F color CMYK value is (34,5,0,44).

  • cyan value is 34.27%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(34,5,0,44)
C34M5Y0K44 
(34%,5%,0%,44%)
(0.34/0.05/0.00/0.44)	

CMYK percentages

%34.27
%4.9
%0
%43.92

Codes

Color #5E888F in popluar color models

5E888F
RGB94136143
HSL189°20.68%46.47%
HSB/HSV189°34.27%56.08%
CMYK34.27%4.90%0.00%
43.92%

Color #5E888F in popluar number systems.

HEX5E888F
Decimal94136143
Binary10111101000100010001111
Octal136210217

Shades and tints

Shades of #5E888F

#5E888F
(94,136,143)
#567C82
(86,124,130)
#4E7075
(78,112,117)
#466468
(70,100,104)
#3E585B
(62,88,91)
#364C4E
(54,76,78)
#2E4041
(46,64,65)
#263434
(38,52,52)
#1E2827
(30,40,39)
#161C1A
(22,28,26)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #5E888F

#5E888F
(94,136,143)
#6C9299
(108,146,153)
#7A9CA3
(122,156,163)
#88A6AD
(136,166,173)
#96B0B7
(150,176,183)
#A4BAC1
(164,186,193)
#B2C4CB
(178,196,203)
#C0CED5
(192,206,213)
#CED8DF
(206,216,223)
#DCE2E9
(220,226,233)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E888F; }

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

This text font color is #5E888F.


Background Color

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

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

This div background color is #5E888F.


Border color

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

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

This div border color is #5E888F.


Opacity

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

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

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

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

This text has shadow with #5E888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E888F on black background.


Color preview on white background

This text has color #5E888F on white background.



Black color preview on #5E888F background

This text has black color on #5E888F background.


White color preview on #5E888F background

This text has white color on #5E888F background.