COLOR #5E8183

HEX: #5E8183
RGB: (94,129,131)

Color info

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

RGB color model

#5E8183 color RGB value is (94,129,131).

  • red value is 94;
  • green value is 129;
  • blue value is 131.
RGB:
(94,129,131)
(37%,51%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 129 of 255 = 51%
B 131 of 255 = 51%

94
129
131

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

Portions of RGB colors in percentages

R + G + B =
94 + 129 + 131 = 354 (100%)
R 94 of 354 ~ 26.55%
G 129 of 354 ~ 36.44%
B 131 of 354 ~ 37.01%

%26.55
%36.44
%37.01

CMYK color model

#5E8183 color CMYK value is (28,2,0,49).

  • cyan value is 28.24%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(28,2,0,49)
C28M2Y0K49 
(28%,2%,0%,49%)
(0.28/0.02/0.00/0.49)	

CMYK percentages

%28.24
%1.53
%0
%48.63

Codes

Color #5E8183 in popluar color models

5E8183
RGB94129131
HSL183°16.44%44.12%
HSB/HSV183°28.24%51.37%
CMYK28.24%1.53%0.00%
48.63%

Color #5E8183 in popluar number systems.

HEX5E8183
Decimal94129131
Binary10111101000000110000011
Octal136201203

Shades and tints

Shades of #5E8183

#5E8183
(94,129,131)
#567678
(86,118,120)
#4E6B6D
(78,107,109)
#466062
(70,96,98)
#3E5557
(62,85,87)
#364A4C
(54,74,76)
#2E3F41
(46,63,65)
#263436
(38,52,54)
#1E292B
(30,41,43)
#161E20
(22,30,32)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #5E8183

#5E8183
(94,129,131)
#6C8C8E
(108,140,142)
#7A9799
(122,151,153)
#88A2A4
(136,162,164)
#96ADAF
(150,173,175)
#A4B8BA
(164,184,186)
#B2C3C5
(178,195,197)
#C0CED0
(192,206,208)
#CED9DB
(206,217,219)
#DCE4E6
(220,228,230)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8183 color. Also use rgb(94,129,131) instead hex code.

Text Font Color

.myTextColor { color: #5E8183; }

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

This text font color is #5E8183.


Background Color

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

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

This div background color is #5E8183.


Border color

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

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

This div border color is #5E8183.


Opacity

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

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

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

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

This text has shadow with #5E8183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8183 on black background.


Color preview on white background

This text has color #5E8183 on white background.



Black color preview on #5E8183 background

This text has black color on #5E8183 background.


White color preview on #5E8183 background

This text has white color on #5E8183 background.