COLOR #5E878B

HEX: #5E878B
RGB: (94,135,139)

Color info

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

RGB color model

#5E878B color RGB value is (94,135,139).

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

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 139 of 255 = 55%

94
135
139

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 139 = 368 (100%)
R 94 of 368 ~ 25.54%
G 135 of 368 ~ 36.68%
B 139 of 368 ~ 37.77%

%25.54
%36.68
%37.77

CMYK color model

#5E878B color CMYK value is (32,3,0,45).

  • cyan value is 32.37%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(32,3,0,45)
C32M3Y0K45 
(32%,3%,0%,45%)
(0.32/0.03/0.00/0.45)	

CMYK percentages

%32.37
%2.88
%0
%45.49

Codes

Color #5E878B in popluar color models

5E878B
RGB94135139
HSL185°19.31%45.69%
HSB/HSV185°32.37%54.51%
CMYK32.37%2.88%0.00%
45.49%

Color #5E878B in popluar number systems.

HEX5E878B
Decimal94135139
Binary10111101000011110001011
Octal136207213

Shades and tints

Shades of #5E878B

#5E878B
(94,135,139)
#567B7F
(86,123,127)
#4E6F73
(78,111,115)
#466367
(70,99,103)
#3E575B
(62,87,91)
#364B4F
(54,75,79)
#2E3F43
(46,63,67)
#263337
(38,51,55)
#1E272B
(30,39,43)
#161B1F
(22,27,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #5E878B

#5E878B
(94,135,139)
#6C9195
(108,145,149)
#7A9B9F
(122,155,159)
#88A5A9
(136,165,169)
#96AFB3
(150,175,179)
#A4B9BD
(164,185,189)
#B2C3C7
(178,195,199)
#C0CDD1
(192,205,209)
#CED7DB
(206,215,219)
#DCE1E5
(220,225,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E878B; }

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

This text font color is #5E878B.


Background Color

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

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

This div background color is #5E878B.


Border color

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

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

This div border color is #5E878B.


Opacity

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

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

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

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

This text has shadow with #5E878B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E878B on black background.


Color preview on white background

This text has color #5E878B on white background.



Black color preview on #5E878B background

This text has black color on #5E878B background.


White color preview on #5E878B background

This text has white color on #5E878B background.