COLOR #5E9E64

HEX: #5E9E64
RGB: (94,158,100)

Color info

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

RGB color model

#5E9E64 color RGB value is (94,158,100).

  • red value is 94;
  • green value is 158;
  • blue value is 100.
RGB:
(94,158,100)
(37%,62%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 158 of 255 = 62%
B 100 of 255 = 39%

94
158
100

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

Portions of RGB colors in percentages

R + G + B =
94 + 158 + 100 = 352 (100%)
R 94 of 352 ~ 26.7%
G 158 of 352 ~ 44.89%
B 100 of 352 ~ 28.41%

%26.7
%44.89
%28.41

CMYK color model

#5E9E64 color CMYK value is (41,0,37,38).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 38.04%
CMYK:
(41,0,37,38)
C41M0Y37K38 
(41%,0%,37%,38%)
(0.41/0.00/0.37/0.38)	

CMYK percentages

%40.51
%0
%36.71
%38.04

Codes

Color #5E9E64 in popluar color models

5E9E64
RGB94158100
HSL126°25.40%49.41%
HSB/HSV126°40.51%61.96%
CMYK40.51%0.00%36.71%
38.04%

Color #5E9E64 in popluar number systems.

HEX5E9E64
Decimal94158100
Binary1011110100111101100100
Octal136236144

Shades and tints

Shades of #5E9E64

#5E9E64
(94,158,100)
#56905B
(86,144,91)
#4E8252
(78,130,82)
#467449
(70,116,73)
#3E6640
(62,102,64)
#365837
(54,88,55)
#2E4A2E
(46,74,46)
#263C25
(38,60,37)
#1E2E1C
(30,46,28)
#162013
(22,32,19)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #5E9E64

#5E9E64
(94,158,100)
#6CA672
(108,166,114)
#7AAE80
(122,174,128)
#88B68E
(136,182,142)
#96BE9C
(150,190,156)
#A4C6AA
(164,198,170)
#B2CEB8
(178,206,184)
#C0D6C6
(192,214,198)
#CEDED4
(206,222,212)
#DCE6E2
(220,230,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9E64 color. Also use rgb(94,158,100) instead hex code.

Text Font Color

.myTextColor { color: #5E9E64; }

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

This text font color is #5E9E64.


Background Color

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

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

This div background color is #5E9E64.


Border color

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

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

This div border color is #5E9E64.


Opacity

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

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

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

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

This text has shadow with #5E9E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9E64 on black background.


Color preview on white background

This text has color #5E9E64 on white background.



Black color preview on #5E9E64 background

This text has black color on #5E9E64 background.


White color preview on #5E9E64 background

This text has white color on #5E9E64 background.