COLOR #5E9F7B

HEX: #5E9F7B
RGB: (94,159,123)

Color info

#5E9F7B contains mainly green and blue colors. Web safe color of #5E9F7B is #669966 (or #696).

RGB color model

#5E9F7B color RGB value is (94,159,123).

  • red value is 94;
  • green value is 159;
  • blue value is 123.
RGB:
(94,159,123)
(37%,62%,48%)

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 123 of 255 = 48%

94
159
123

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

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 123 = 376 (100%)
R 94 of 376 ~ 25%
G 159 of 376 ~ 42.29%
B 123 of 376 ~ 32.71%

%25
%42.29
%32.71

CMYK color model

#5E9F7B color CMYK value is (41,0,23,38).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 37.65%
CMYK:
(41,0,23,38)
C41M0Y23K38 
(41%,0%,23%,38%)
(0.41/0.00/0.23/0.38)	

CMYK percentages

%40.88
%0
%22.64
%37.65

Codes

Color #5E9F7B in popluar color models

5E9F7B
RGB94159123
HSL147°25.69%49.61%
HSB/HSV147°40.88%62.35%
CMYK40.88%0.00%22.64%
37.65%

Color #5E9F7B in popluar number systems.

HEX5E9F7B
Decimal94159123
Binary1011110100111111111011
Octal136237173

Shades and tints

Shades of #5E9F7B

#5E9F7B
(94,159,123)
#569170
(86,145,112)
#4E8365
(78,131,101)
#46755A
(70,117,90)
#3E674F
(62,103,79)
#365944
(54,89,68)
#2E4B39
(46,75,57)
#263D2E
(38,61,46)
#1E2F23
(30,47,35)
#162118
(22,33,24)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #5E9F7B

#5E9F7B
(94,159,123)
#6CA787
(108,167,135)
#7AAF93
(122,175,147)
#88B79F
(136,183,159)
#96BFAB
(150,191,171)
#A4C7B7
(164,199,183)
#B2CFC3
(178,207,195)
#C0D7CF
(192,215,207)
#CEDFDB
(206,223,219)
#DCE7E7
(220,231,231)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9F7B color. Also use rgb(94,159,123) instead hex code.

Text Font Color

.myTextColor { color: #5E9F7B; }

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

This text font color is #5E9F7B.


Background Color

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

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

This div background color is #5E9F7B.


Border color

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

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

This div border color is #5E9F7B.


Opacity

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

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

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

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

This text has shadow with #5E9F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9F7B on black background.


Color preview on white background

This text has color #5E9F7B on white background.



Black color preview on #5E9F7B background

This text has black color on #5E9F7B background.


White color preview on #5E9F7B background

This text has white color on #5E9F7B background.