COLOR #5E9B84

HEX: #5E9B84
RGB: (94,155,132)

Color info

#5E9B84 contains mainly green and blue colors. Web safe color of #5E9B84 is #669999 (or #699).

RGB color model

#5E9B84 color RGB value is (94,155,132).

  • red value is 94;
  • green value is 155;
  • blue value is 132.
RGB:
(94,155,132)
(37%,61%,52%)

RGB channels and saturation

R 94 of 255 = 37%
G 155 of 255 = 61%
B 132 of 255 = 52%

94
155
132

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

Portions of RGB colors in percentages

R + G + B =
94 + 155 + 132 = 381 (100%)
R 94 of 381 ~ 24.67%
G 155 of 381 ~ 40.68%
B 132 of 381 ~ 34.65%

%24.67
%40.68
%34.65

CMYK color model

#5E9B84 color CMYK value is (39,0,15,39).

  • cyan value is 39.35%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(39,0,15,39)
C39M0Y15K39 
(39%,0%,15%,39%)
(0.39/0.00/0.15/0.39)	

CMYK percentages

%39.35
%0
%14.84
%39.22

Codes

Color #5E9B84 in popluar color models

5E9B84
RGB94155132
HSL157°24.50%48.82%
HSB/HSV157°39.35%60.78%
CMYK39.35%0.00%14.84%
39.22%

Color #5E9B84 in popluar number systems.

HEX5E9B84
Decimal94155132
Binary10111101001101110000100
Octal136233204

Shades and tints

Shades of #5E9B84

#5E9B84
(94,155,132)
#568D78
(86,141,120)
#4E7F6C
(78,127,108)
#467160
(70,113,96)
#3E6354
(62,99,84)
#365548
(54,85,72)
#2E473C
(46,71,60)
#263930
(38,57,48)
#1E2B24
(30,43,36)
#161D18
(22,29,24)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #5E9B84

#5E9B84
(94,155,132)
#6CA48F
(108,164,143)
#7AAD9A
(122,173,154)
#88B6A5
(136,182,165)
#96BFB0
(150,191,176)
#A4C8BB
(164,200,187)
#B2D1C6
(178,209,198)
#C0DAD1
(192,218,209)
#CEE3DC
(206,227,220)
#DCECE7
(220,236,231)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9B84 color. Also use rgb(94,155,132) instead hex code.

Text Font Color

.myTextColor { color: #5E9B84; }

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

This text font color is #5E9B84.


Background Color

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

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

This div background color is #5E9B84.


Border color

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

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

This div border color is #5E9B84.


Opacity

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

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

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

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

This text has shadow with #5E9B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9B84 on black background.


Color preview on white background

This text has color #5E9B84 on white background.



Black color preview on #5E9B84 background

This text has black color on #5E9B84 background.


White color preview on #5E9B84 background

This text has white color on #5E9B84 background.