COLOR #5E9F6E

HEX: #5E9F6E
RGB: (94,159,110)

Color info

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

RGB color model

#5E9F6E color RGB value is (94,159,110).

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

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 110 of 255 = 43%

94
159
110

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

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 110 = 363 (100%)
R 94 of 363 ~ 25.9%
G 159 of 363 ~ 43.8%
B 110 of 363 ~ 30.3%

%25.9
%43.8
%30.3

CMYK color model

#5E9F6E color CMYK value is (41,0,31,38).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(41,0,31,38)
C41M0Y31K38 
(41%,0%,31%,38%)
(0.41/0.00/0.31/0.38)	

CMYK percentages

%40.88
%0
%30.82
%37.65

Codes

Color #5E9F6E in popluar color models

5E9F6E
RGB94159110
HSL135°25.69%49.61%
HSB/HSV135°40.88%62.35%
CMYK40.88%0.00%30.82%
37.65%

Color #5E9F6E in popluar number systems.

HEX5E9F6E
Decimal94159110
Binary1011110100111111101110
Octal136237156

Shades and tints

Shades of #5E9F6E

#5E9F6E
(94,159,110)
#569164
(86,145,100)
#4E835A
(78,131,90)
#467550
(70,117,80)
#3E6746
(62,103,70)
#36593C
(54,89,60)
#2E4B32
(46,75,50)
#263D28
(38,61,40)
#1E2F1E
(30,47,30)
#162114
(22,33,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #5E9F6E

#5E9F6E
(94,159,110)
#6CA77B
(108,167,123)
#7AAF88
(122,175,136)
#88B795
(136,183,149)
#96BFA2
(150,191,162)
#A4C7AF
(164,199,175)
#B2CFBC
(178,207,188)
#C0D7C9
(192,215,201)
#CEDFD6
(206,223,214)
#DCE7E3
(220,231,227)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9F6E; }

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

This text font color is #5E9F6E.


Background Color

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

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

This div background color is #5E9F6E.


Border color

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

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

This div border color is #5E9F6E.


Opacity

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

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

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

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

This text has shadow with #5E9F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9F6E on black background.


Color preview on white background

This text has color #5E9F6E on white background.



Black color preview on #5E9F6E background

This text has black color on #5E9F6E background.


White color preview on #5E9F6E background

This text has white color on #5E9F6E background.