COLOR #5E8C47

HEX: #5E8C47
RGB: (94,140,71)

Color info

#5E8C47 contains mainly red and green colors. Web safe color of #5E8C47 is #669933 (or #693).

RGB color model

#5E8C47 color RGB value is (94,140,71).

  • red value is 94;
  • green value is 140;
  • blue value is 71.
RGB:
(94,140,71)
(37%,55%,28%)

RGB channels and saturation

R 94 of 255 = 37%
G 140 of 255 = 55%
B 71 of 255 = 28%

94
140
71

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

Portions of RGB colors in percentages

R + G + B =
94 + 140 + 71 = 305 (100%)
R 94 of 305 ~ 30.82%
G 140 of 305 ~ 45.9%
B 71 of 305 ~ 23.28%

%30.82
%45.9
%23.28

CMYK color model

#5E8C47 color CMYK value is (33,0,49,45).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 49.29%
  • key color value is 45.10%
CMYK:
(33,0,49,45)
C33M0Y49K45 
(33%,0%,49%,45%)
(0.33/0.00/0.49/0.45)	

CMYK percentages

%32.86
%0
%49.29
%45.1

Codes

Color #5E8C47 in popluar color models

5E8C47
RGB9414071
HSL100°32.70%41.37%
HSB/HSV100°49.29%54.90%
CMYK32.86%0.00%49.29%
45.10%

Color #5E8C47 in popluar number systems.

HEX5E8C47
Decimal9414071
Binary1011110100011001000111
Octal136214107

Shades and tints

Shades of #5E8C47

#5E8C47
(94,140,71)
#568041
(86,128,65)
#4E743B
(78,116,59)
#466835
(70,104,53)
#3E5C2F
(62,92,47)
#365029
(54,80,41)
#2E4423
(46,68,35)
#26381D
(38,56,29)
#1E2C17
(30,44,23)
#162011
(22,32,17)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #5E8C47

#5E8C47
(94,140,71)
#6C9657
(108,150,87)
#7AA067
(122,160,103)
#88AA77
(136,170,119)
#96B487
(150,180,135)
#A4BE97
(164,190,151)
#B2C8A7
(178,200,167)
#C0D2B7
(192,210,183)
#CEDCC7
(206,220,199)
#DCE6D7
(220,230,215)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8C47; }

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

This text font color is #5E8C47.


Background Color

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

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

This div background color is #5E8C47.


Border color

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

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

This div border color is #5E8C47.


Opacity

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

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

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

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

This text has shadow with #5E8C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8C47 on black background.


Color preview on white background

This text has color #5E8C47 on white background.



Black color preview on #5E8C47 background

This text has black color on #5E8C47 background.


White color preview on #5E8C47 background

This text has white color on #5E8C47 background.