COLOR #5E7E40

HEX: #5E7E40
RGB: (94,126,64)

Color info

#5E7E40 contains mainly red and green colors. Web safe color of #5E7E40 is #666633 (or #663).

RGB color model

#5E7E40 color RGB value is (94,126,64).

  • red value is 94;
  • green value is 126;
  • blue value is 64.
RGB:
(94,126,64)
(37%,49%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 126 of 255 = 49%
B 64 of 255 = 25%

94
126
64

R + G + B ~ 37%. #5E7E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 126 + 64 = 284 (100%)
R 94 of 284 ~ 33.1%
G 126 of 284 ~ 44.37%
B 64 of 284 ~ 22.54%

%33.1
%44.37
%22.54

CMYK color model

#5E7E40 color CMYK value is (25,0,49,51).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 50.59%
CMYK:
(25,0,49,51)
C25M0Y49K51 
(25%,0%,49%,51%)
(0.25/0.00/0.49/0.51)	

CMYK percentages

%25.4
%0
%49.21
%50.59

Codes

Color #5E7E40 in popluar color models

5E7E40
RGB9412664
HSL91°32.63%37.25%
HSB/HSV91°49.21%49.41%
CMYK25.40%0.00%49.21%
50.59%

Color #5E7E40 in popluar number systems.

HEX5E7E40
Decimal9412664
Binary101111011111101000000
Octal136176100

Shades and tints

Shades of #5E7E40

#5E7E40
(94,126,64)
#56733B
(86,115,59)
#4E6836
(78,104,54)
#465D31
(70,93,49)
#3E522C
(62,82,44)
#364727
(54,71,39)
#2E3C22
(46,60,34)
#26311D
(38,49,29)
#1E2618
(30,38,24)
#161B13
(22,27,19)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #5E7E40

#5E7E40
(94,126,64)
#6C8951
(108,137,81)
#7A9462
(122,148,98)
#889F73
(136,159,115)
#96AA84
(150,170,132)
#A4B595
(164,181,149)
#B2C0A6
(178,192,166)
#C0CBB7
(192,203,183)
#CED6C8
(206,214,200)
#DCE1D9
(220,225,217)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7E40; }

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

This text font color is #5E7E40.


Background Color

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

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

This div background color is #5E7E40.


Border color

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

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

This div border color is #5E7E40.


Opacity

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

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

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

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

This text has shadow with #5E7E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7E40 on black background.


Color preview on white background

This text has color #5E7E40 on white background.



Black color preview on #5E7E40 background

This text has black color on #5E7E40 background.


White color preview on #5E7E40 background

This text has white color on #5E7E40 background.