COLOR #5E965E

HEX: #5E965E
RGB: (94,150,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
150
94

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

Portions of RGB colors in percentages

R + G + B =
94 + 150 + 94 = 338 (100%)
R 94 of 338 ~ 27.81%
G 150 of 338 ~ 44.38%
B 94 of 338 ~ 27.81%

%27.81
%44.38
%27.81

CMYK color model

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

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

CMYK percentages

%37.33
%0
%37.33
%41.18

Codes

Color #5E965E in popluar color models

5E965E
RGB9415094
HSL120°22.95%47.84%
HSB/HSV120°37.33%58.82%
CMYK37.33%0.00%37.33%
41.18%

Color #5E965E in popluar number systems.

HEX5E965E
Decimal9415094
Binary1011110100101101011110
Octal136226136

Shades and tints

Shades of #5E965E

#5E965E
(94,150,94)
#568956
(86,137,86)
#4E7C4E
(78,124,78)
#466F46
(70,111,70)
#3E623E
(62,98,62)
#365536
(54,85,54)
#2E482E
(46,72,46)
#263B26
(38,59,38)
#1E2E1E
(30,46,30)
#162116
(22,33,22)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5E965E

#5E965E
(94,150,94)
#6C9F6C
(108,159,108)
#7AA87A
(122,168,122)
#88B188
(136,177,136)
#96BA96
(150,186,150)
#A4C3A4
(164,195,164)
#B2CCB2
(178,204,178)
#C0D5C0
(192,213,192)
#CEDECE
(206,222,206)
#DCE7DC
(220,231,220)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E965E; }

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

This text font color is #5E965E.


Background Color

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

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

This div background color is #5E965E.


Border color

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

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

This div border color is #5E965E.


Opacity

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

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

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

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

This text has shadow with #5E965E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E965E on black background.


Color preview on white background

This text has color #5E965E on white background.



Black color preview on #5E965E background

This text has black color on #5E965E background.


White color preview on #5E965E background

This text has white color on #5E965E background.