COLOR #5E9C6B

HEX: #5E9C6B RGB: (94,156,107)

Color info

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

RGB color model

#5E9C6B color RGB value is (94,156,107).

RGB: (94,156,107) (37%, 61%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 156 of 255 = 61%
B 107 of 255 = 42%

94
156
107

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

Portions of RGB colors in percentages

R + G + B = 94 + 156 + 107 = 357 (100%)
R 94 of 357 ~ 26.33%
G 156 of 357 ~ 43.7%
B 107 of 357 ~ 29.97'%

%26.33
%43.7
%29.97

CMYK color model

#5E9C6B color CMYK value is (40,0,31,39).

  • cyan value is 39.74%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 38.82%

CMYK: (40,0,31,39)
C40M0Y31K39 (40%, 0%, 31%, 39%)
(0.40 / 0.00 / 0.31 / 0.39)

CMYK percentages

%39.74
%0
%31.41
%38.82

Codes

Color #5E9C6B in popluar color models

5E 9C 6B
RGB 94 156 107
HSL 133° 24.80% 49.02%
HSB/HSV 133° 39.74% 61.18%
CMYK 39.74% 0.00% 31.41%
38.82%

Color #5E9C6B in popluar number systems.

HEX 5E 9C 6B
Decimal 94 156 107
Binary 1011110 10011100 1101011
Octal 136 234 153

Shades and tints

Shades of #5E9C6B

#5E9C6B
(94,156,107)
#568E62
(86,142,98)
#4E8059
(78,128,89)
#467250
(70,114,80)
#3E6447
(62,100,71)
#36563E
(54,86,62)
#2E4835
(46,72,53)
#263A2C
(38,58,44)
#1E2C23
(30,44,35)
#161E1A
(22,30,26)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #5E9C6B

#5E9C6B
(94,156,107)
#6CA578
(108,165,120)
#7AAE85
(122,174,133)
#88B792
(136,183,146)
#96C09F
(150,192,159)
#A4C9AC
(164,201,172)
#B2D2B9
(178,210,185)
#C0DBC6
(192,219,198)
#CEE4D3
(206,228,211)
#DCEDE0
(220,237,224)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9C6B color. Also use rgb(94,156,107) instead hex code.

Text Font Color

.myTextColor { color: #5E9C6B; }

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

This text font color is #5E9C6B.

Background Color

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

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

This div background color is #5E9C6B.

Border color

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

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

This div border color is #5E9C6B.

Opacity

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

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

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

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

This text has shadow with #5E9C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E9C6B.

Preview

Color preview on black background

This text has color #5E9C6B on black background.


Color preview on white background

This text has color #5E9C6B on white background.


Black color preview on #5E9C6B background

This text has black color on #5E9C6B background.


White color preview on #5E9C6B background

This text has white color on #5E9C6B background.


Related colors

Complementary color

Complementary color for #hex is #A16394.


I love getcolorcode.com

Triadic colors

1 #6B5E9C and #9C6B5E with #5E9C6B are triadic colors.

2 #6B9C5E and #9C5E6B with #5E9C6B are triadic colors.