COLOR #5E9F83

HEX: #5E9F83
RGB: (94,159,131)

Color info

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

RGB color model

#5E9F83 color RGB value is (94,159,131).

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

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 131 of 255 = 51%

94
159
131

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

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 131 = 384 (100%)
R 94 of 384 ~ 24.48%
G 159 of 384 ~ 41.41%
B 131 of 384 ~ 34.11%

%24.48
%41.41
%34.11

CMYK color model

#5E9F83 color CMYK value is (41,0,18,38).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 37.65%
CMYK:
(41,0,18,38)
C41M0Y18K38 
(41%,0%,18%,38%)
(0.41/0.00/0.18/0.38)	

CMYK percentages

%40.88
%0
%17.61
%37.65

Codes

Color #5E9F83 in popluar color models

5E9F83
RGB94159131
HSL154°25.69%49.61%
HSB/HSV154°40.88%62.35%
CMYK40.88%0.00%17.61%
37.65%

Color #5E9F83 in popluar number systems.

HEX5E9F83
Decimal94159131
Binary10111101001111110000011
Octal136237203

Shades and tints

Shades of #5E9F83

#5E9F83
(94,159,131)
#569178
(86,145,120)
#4E836D
(78,131,109)
#467562
(70,117,98)
#3E6757
(62,103,87)
#36594C
(54,89,76)
#2E4B41
(46,75,65)
#263D36
(38,61,54)
#1E2F2B
(30,47,43)
#162120
(22,33,32)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #5E9F83

#5E9F83
(94,159,131)
#6CA78E
(108,167,142)
#7AAF99
(122,175,153)
#88B7A4
(136,183,164)
#96BFAF
(150,191,175)
#A4C7BA
(164,199,186)
#B2CFC5
(178,207,197)
#C0D7D0
(192,215,208)
#CEDFDB
(206,223,219)
#DCE7E6
(220,231,230)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9F83; }

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

This text font color is #5E9F83.


Background Color

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

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

This div background color is #5E9F83.


Border color

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

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

This div border color is #5E9F83.


Opacity

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

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

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

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

This text has shadow with #5E9F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9F83 on black background.


Color preview on white background

This text has color #5E9F83 on white background.



Black color preview on #5E9F83 background

This text has black color on #5E9F83 background.


White color preview on #5E9F83 background

This text has white color on #5E9F83 background.