COLOR #5E9388

HEX: #5E9388
RGB: (94,147,136)

Color info

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

RGB color model

#5E9388 color RGB value is (94,147,136).

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

RGB channels and saturation

R 94 of 255 = 37%
G 147 of 255 = 58%
B 136 of 255 = 53%

94
147
136

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

Portions of RGB colors in percentages

R + G + B =
94 + 147 + 136 = 377 (100%)
R 94 of 377 ~ 24.93%
G 147 of 377 ~ 38.99%
B 136 of 377 ~ 36.07%

%24.93
%38.99
%36.07

CMYK color model

#5E9388 color CMYK value is (36,0,7,42).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 42.35%
CMYK:
(36,0,7,42)
C36M0Y7K42 
(36%,0%,7%,42%)
(0.36/0.00/0.07/0.42)	

CMYK percentages

%36.05
%0
%7.48
%42.35

Codes

Color #5E9388 in popluar color models

5E9388
RGB94147136
HSL168°21.99%47.25%
HSB/HSV168°36.05%57.65%
CMYK36.05%0.00%7.48%
42.35%

Color #5E9388 in popluar number systems.

HEX5E9388
Decimal94147136
Binary10111101001001110001000
Octal136223210

Shades and tints

Shades of #5E9388

#5E9388
(94,147,136)
#56867C
(86,134,124)
#4E7970
(78,121,112)
#466C64
(70,108,100)
#3E5F58
(62,95,88)
#36524C
(54,82,76)
#2E4540
(46,69,64)
#263834
(38,56,52)
#1E2B28
(30,43,40)
#161E1C
(22,30,28)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5E9388

#5E9388
(94,147,136)
#6C9C92
(108,156,146)
#7AA59C
(122,165,156)
#88AEA6
(136,174,166)
#96B7B0
(150,183,176)
#A4C0BA
(164,192,186)
#B2C9C4
(178,201,196)
#C0D2CE
(192,210,206)
#CEDBD8
(206,219,216)
#DCE4E2
(220,228,226)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9388; }

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

This text font color is #5E9388.


Background Color

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

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

This div background color is #5E9388.


Border color

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

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

This div border color is #5E9388.


Opacity

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

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

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

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

This text has shadow with #5E9388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9388 on black background.


Color preview on white background

This text has color #5E9388 on white background.



Black color preview on #5E9388 background

This text has black color on #5E9388 background.


White color preview on #5E9388 background

This text has white color on #5E9388 background.