COLOR #5E9993

HEX: #5E9993
RGB: (94,153,147)

Color info

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

RGB color model

#5E9993 color RGB value is (94,153,147).

  • red value is 94;
  • green value is 153;
  • blue value is 147.
RGB:
(94,153,147)
(37%,60%,58%)

RGB channels and saturation

R 94 of 255 = 37%
G 153 of 255 = 60%
B 147 of 255 = 58%

94
153
147

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

Portions of RGB colors in percentages

R + G + B =
94 + 153 + 147 = 394 (100%)
R 94 of 394 ~ 23.86%
G 153 of 394 ~ 38.83%
B 147 of 394 ~ 37.31%

%23.86
%38.83
%37.31

CMYK color model

#5E9993 color CMYK value is (39,0,4,40).

  • cyan value is 38.56%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(39,0,4,40)
C39M0Y4K40 
(39%,0%,4%,40%)
(0.39/0.00/0.04/0.40)	

CMYK percentages

%38.56
%0
%3.92
%40

Codes

Color #5E9993 in popluar color models

5E9993
RGB94153147
HSL174°23.89%48.43%
HSB/HSV174°38.56%60.00%
CMYK38.56%0.00%3.92%
40.00%

Color #5E9993 in popluar number systems.

HEX5E9993
Decimal94153147
Binary10111101001100110010011
Octal136231223

Shades and tints

Shades of #5E9993

#5E9993
(94,153,147)
#568C86
(86,140,134)
#4E7F79
(78,127,121)
#46726C
(70,114,108)
#3E655F
(62,101,95)
#365852
(54,88,82)
#2E4B45
(46,75,69)
#263E38
(38,62,56)
#1E312B
(30,49,43)
#16241E
(22,36,30)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #5E9993

#5E9993
(94,153,147)
#6CA29C
(108,162,156)
#7AABA5
(122,171,165)
#88B4AE
(136,180,174)
#96BDB7
(150,189,183)
#A4C6C0
(164,198,192)
#B2CFC9
(178,207,201)
#C0D8D2
(192,216,210)
#CEE1DB
(206,225,219)
#DCEAE4
(220,234,228)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9993 color. Also use rgb(94,153,147) instead hex code.

Text Font Color

.myTextColor { color: #5E9993; }

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

This text font color is #5E9993.


Background Color

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

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

This div background color is #5E9993.


Border color

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

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

This div border color is #5E9993.


Opacity

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

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

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

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

This text has shadow with #5E9993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9993 on black background.


Color preview on white background

This text has color #5E9993 on white background.



Black color preview on #5E9993 background

This text has black color on #5E9993 background.


White color preview on #5E9993 background

This text has white color on #5E9993 background.