COLOR #5E8A8D

HEX: #5E8A8D
RGB: (94,138,141)

Color info

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

RGB color model

#5E8A8D color RGB value is (94,138,141).

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

RGB channels and saturation

R 94 of 255 = 37%
G 138 of 255 = 54%
B 141 of 255 = 55%

94
138
141

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

Portions of RGB colors in percentages

R + G + B =
94 + 138 + 141 = 373 (100%)
R 94 of 373 ~ 25.2%
G 138 of 373 ~ 37%
B 141 of 373 ~ 37.8%

%25.2
%37
%37.8

CMYK color model

#5E8A8D color CMYK value is (33,2,0,45).

  • cyan value is 33.33%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,2,0,45)
C33M2Y0K45 
(33%,2%,0%,45%)
(0.33/0.02/0.00/0.45)	

CMYK percentages

%33.33
%2.13
%0
%44.71

Codes

Color #5E8A8D in popluar color models

5E8A8D
RGB94138141
HSL184°20.00%46.08%
HSB/HSV184°33.33%55.29%
CMYK33.33%2.13%0.00%
44.71%

Color #5E8A8D in popluar number systems.

HEX5E8A8D
Decimal94138141
Binary10111101000101010001101
Octal136212215

Shades and tints

Shades of #5E8A8D

#5E8A8D
(94,138,141)
#567E81
(86,126,129)
#4E7275
(78,114,117)
#466669
(70,102,105)
#3E5A5D
(62,90,93)
#364E51
(54,78,81)
#2E4245
(46,66,69)
#263639
(38,54,57)
#1E2A2D
(30,42,45)
#161E21
(22,30,33)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #5E8A8D

#5E8A8D
(94,138,141)
#6C9497
(108,148,151)
#7A9EA1
(122,158,161)
#88A8AB
(136,168,171)
#96B2B5
(150,178,181)
#A4BCBF
(164,188,191)
#B2C6C9
(178,198,201)
#C0D0D3
(192,208,211)
#CEDADD
(206,218,221)
#DCE4E7
(220,228,231)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8A8D; }

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

This text font color is #5E8A8D.


Background Color

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

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

This div background color is #5E8A8D.


Border color

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

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

This div border color is #5E8A8D.


Opacity

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

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

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

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

This text has shadow with #5E8A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8A8D on black background.


Color preview on white background

This text has color #5E8A8D on white background.



Black color preview on #5E8A8D background

This text has black color on #5E8A8D background.


White color preview on #5E8A8D background

This text has white color on #5E8A8D background.