COLOR #5E9B6E

HEX: #5E9B6E RGB: (94,155,110)

Color info

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

RGB color model

#5E9B6E color RGB value is (94,155,110).

RGB: (94,155,110) (37%, 61%, 43%)

RGB channels and saturation

R 94 of 255 = 37%
G 155 of 255 = 61%
B 110 of 255 = 43%

94
155
110

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

Portions of RGB colors in percentages

R + G + B = 94 + 155 + 110 = 359 (100%)
R 94 of 359 ~ 26.18%
G 155 of 359 ~ 43.18%
B 110 of 359 ~ 30.64'%

%26.18
%43.18
%30.64

CMYK color model

#5E9B6E color CMYK value is (39,0,29,39).

  • cyan value is 39.35%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 39.22%

CMYK: (39,0,29,39)
C39M0Y29K39 (39%, 0%, 29%, 39%)
(0.39 / 0.00 / 0.29 / 0.39)

CMYK percentages

%39.35
%0
%29.03
%39.22

Codes

Color #5E9B6E in popluar color models

5E 9B 6E
RGB 94 155 110
HSL 136° 24.50% 48.82%
HSB/HSV 136° 39.35% 60.78%
CMYK 39.35% 0.00% 29.03%
39.22%

Color #5E9B6E in popluar number systems.

HEX 5E 9B 6E
Decimal 94 155 110
Binary 1011110 10011011 1101110
Octal 136 233 156

Shades and tints

Shades of #5E9B6E

#5E9B6E
(94,155,110)
#568D64
(86,141,100)
#4E7F5A
(78,127,90)
#467150
(70,113,80)
#3E6346
(62,99,70)
#36553C
(54,85,60)
#2E4732
(46,71,50)
#263928
(38,57,40)
#1E2B1E
(30,43,30)
#161D14
(22,29,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E9B6E

#5E9B6E
(94,155,110)
#6CA47B
(108,164,123)
#7AAD88
(122,173,136)
#88B695
(136,182,149)
#96BFA2
(150,191,162)
#A4C8AF
(164,200,175)
#B2D1BC
(178,209,188)
#C0DAC9
(192,218,201)
#CEE3D6
(206,227,214)
#DCECE3
(220,236,227)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9B6E; }

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

This text font color is #5E9B6E.

Background Color

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

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

This div background color is #5E9B6E.

Border color

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

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

This div border color is #5E9B6E.

Opacity

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

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

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

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

This text has shadow with #5E9B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9B6E.

Preview

Color preview on black background

This text has color #5E9B6E on black background.


Color preview on white background

This text has color #5E9B6E on white background.


Black color preview on #5E9B6E background

This text has black color on #5E9B6E background.


White color preview on #5E9B6E background

This text has white color on #5E9B6E background.


Related colors

Complementary color

Complementary color for #hex is #A16491.


I love getcolorcode.com

Triadic colors

1 #6E5E9B and #9B6E5E with #5E9B6E are triadic colors.

2 #6E9B5E and #9B5E6E with #5E9B6E are triadic colors.