COLOR #5E9399

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

Color info

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

RGB color model

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

RGB: (94,147,153) (37%, 58%, 60%)

RGB channels and saturation

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

94
147
153

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

Portions of RGB colors in percentages

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

%23.86
%37.31
%38.83

CMYK color model

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

  • cyan value is 38.56%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (39,4,0,40)
C39M4Y0K40 (39%, 4%, 0%, 40%)
(0.39 / 0.04 / 0.00 / 0.40)

CMYK percentages

%38.56
%3.92
%0
%40

Codes

Color #5E9399 in popluar color models

5E 93 99
RGB 94 147 153
HSL 186° 23.89% 48.43%
HSB/HSV 186° 38.56% 60.00%
CMYK 38.56% 3.92% 0.00%
40.00%

Color #5E9399 in popluar number systems.

HEX 5E 93 99
Decimal 94 147 153
Binary 1011110 10010011 10011001
Octal 136 223 231

Shades and tints

Shades of #5E9399

#5E9399
(94,147,153)
#56868C
(86,134,140)
#4E797F
(78,121,127)
#466C72
(70,108,114)
#3E5F65
(62,95,101)
#365258
(54,82,88)
#2E454B
(46,69,75)
#26383E
(38,56,62)
#1E2B31
(30,43,49)
#161E24
(22,30,36)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #5E9399

#5E9399
(94,147,153)
#6C9CA2
(108,156,162)
#7AA5AB
(122,165,171)
#88AEB4
(136,174,180)
#96B7BD
(150,183,189)
#A4C0C6
(164,192,198)
#B2C9CF
(178,201,207)
#C0D2D8
(192,210,216)
#CEDBE1
(206,219,225)
#DCE4EA
(220,228,234)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9399; }

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

This text font color is #5E9399.

Background Color

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

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

This div background color is #5E9399.

Border color

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

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

This div border color is #5E9399.

Opacity

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

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

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

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

This text has shadow with #5E9399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9399.

Preview

Color preview on black background

This text has color #5E9399 on black background.


Color preview on white background

This text has color #5E9399 on white background.


Black color preview on #5E9399 background

This text has black color on #5E9399 background.


White color preview on #5E9399 background

This text has white color on #5E9399 background.


Related colors

Complementary color

Complementary color for #hex is #A16C66.


I love getcolorcode.com

Triadic colors

1 #995E93 and #93995E with #5E9399 are triadic colors.

2 #99935E and #935E99 with #5E9399 are triadic colors.