COLOR #5E8E61

HEX: #5E8E61
RGB: (94,142,97)

Color info

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

RGB color model

#5E8E61 color RGB value is (94,142,97).

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

RGB channels and saturation

R 94 of 255 = 37%
G 142 of 255 = 56%
B 97 of 255 = 38%

94
142
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 142 + 97 = 333 (100%)
R 94 of 333 ~ 28.23%
G 142 of 333 ~ 42.64%
B 97 of 333 ~ 29.13%

%28.23
%42.64
%29.13

CMYK color model

#5E8E61 color CMYK value is (34,0,32,44).

  • cyan value is 33.80%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(34,0,32,44)
C34M0Y32K44 
(34%,0%,32%,44%)
(0.34/0.00/0.32/0.44)	

CMYK percentages

%33.8
%0
%31.69
%44.31

Codes

Color #5E8E61 in popluar color models

5E8E61
RGB9414297
HSL124°20.34%46.27%
HSB/HSV124°33.80%55.69%
CMYK33.80%0.00%31.69%
44.31%

Color #5E8E61 in popluar number systems.

HEX5E8E61
Decimal9414297
Binary1011110100011101100001
Octal136216141

Shades and tints

Shades of #5E8E61

#5E8E61
(94,142,97)
#568259
(86,130,89)
#4E7651
(78,118,81)
#466A49
(70,106,73)
#3E5E41
(62,94,65)
#365239
(54,82,57)
#2E4631
(46,70,49)
#263A29
(38,58,41)
#1E2E21
(30,46,33)
#162219
(22,34,25)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5E8E61

#5E8E61
(94,142,97)
#6C986F
(108,152,111)
#7AA27D
(122,162,125)
#88AC8B
(136,172,139)
#96B699
(150,182,153)
#A4C0A7
(164,192,167)
#B2CAB5
(178,202,181)
#C0D4C3
(192,212,195)
#CEDED1
(206,222,209)
#DCE8DF
(220,232,223)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8E61; }

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

This text font color is #5E8E61.


Background Color

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

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

This div background color is #5E8E61.


Border color

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

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

This div border color is #5E8E61.


Opacity

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

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

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

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

This text has shadow with #5E8E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8E61 on black background.


Color preview on white background

This text has color #5E8E61 on white background.



Black color preview on #5E8E61 background

This text has black color on #5E8E61 background.


White color preview on #5E8E61 background

This text has white color on #5E8E61 background.