COLOR #5E9661

HEX: #5E9661
RGB: (94,150,97)

Color info

#5E9661 contains red, green and blue colors in about the same proportion. Web safe color of #5E9661 is #669966 (or #696).

RGB color model

#5E9661 color RGB value is (94,150,97).

  • red value is 94;
  • green value is 150;
  • blue value is 97.
RGB:
(94,150,97)
(37%,59%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 150 of 255 = 59%
B 97 of 255 = 38%

94
150
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 150 + 97 = 341 (100%)
R 94 of 341 ~ 27.57%
G 150 of 341 ~ 43.99%
B 97 of 341 ~ 28.45%

%27.57
%43.99
%28.45

CMYK color model

#5E9661 color CMYK value is (37,0,35,41).

  • cyan value is 37.33%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(37,0,35,41)
C37M0Y35K41 
(37%,0%,35%,41%)
(0.37/0.00/0.35/0.41)	

CMYK percentages

%37.33
%0
%35.33
%41.18

Codes

Color #5E9661 in popluar color models

5E9661
RGB9415097
HSL123°22.95%47.84%
HSB/HSV123°37.33%58.82%
CMYK37.33%0.00%35.33%
41.18%

Color #5E9661 in popluar number systems.

HEX5E9661
Decimal9415097
Binary1011110100101101100001
Octal136226141

Shades and tints

Shades of #5E9661

#5E9661
(94,150,97)
#568959
(86,137,89)
#4E7C51
(78,124,81)
#466F49
(70,111,73)
#3E6241
(62,98,65)
#365539
(54,85,57)
#2E4831
(46,72,49)
#263B29
(38,59,41)
#1E2E21
(30,46,33)
#162119
(22,33,25)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #5E9661

#5E9661
(94,150,97)
#6C9F6F
(108,159,111)
#7AA87D
(122,168,125)
#88B18B
(136,177,139)
#96BA99
(150,186,153)
#A4C3A7
(164,195,167)
#B2CCB5
(178,204,181)
#C0D5C3
(192,213,195)
#CEDED1
(206,222,209)
#DCE7DF
(220,231,223)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9661 color. Also use rgb(94,150,97) instead hex code.

Text Font Color

.myTextColor { color: #5E9661; }

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

This text font color is #5E9661.


Background Color

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

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

This div background color is #5E9661.


Border color

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

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

This div border color is #5E9661.


Opacity

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

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

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

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

This text has shadow with #5E9661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9661 on black background.


Color preview on white background

This text has color #5E9661 on white background.



Black color preview on #5E9661 background

This text has black color on #5E9661 background.


White color preview on #5E9661 background

This text has white color on #5E9661 background.