COLOR #5E9347

HEX: #5E9347
RGB: (94,147,71)

Color info

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

RGB color model

#5E9347 color RGB value is (94,147,71).

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

RGB channels and saturation

R 94 of 255 = 37%
G 147 of 255 = 58%
B 71 of 255 = 28%

94
147
71

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

Portions of RGB colors in percentages

R + G + B =
94 + 147 + 71 = 312 (100%)
R 94 of 312 ~ 30.13%
G 147 of 312 ~ 47.12%
B 71 of 312 ~ 22.76%

%30.13
%47.12
%22.76

CMYK color model

#5E9347 color CMYK value is (36,0,52,42).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 51.70%
  • key color value is 42.35%
CMYK:
(36,0,52,42)
C36M0Y52K42 
(36%,0%,52%,42%)
(0.36/0.00/0.52/0.42)	

CMYK percentages

%36.05
%0
%51.7
%42.35

Codes

Color #5E9347 in popluar color models

5E9347
RGB9414771
HSL102°34.86%42.75%
HSB/HSV102°51.70%57.65%
CMYK36.05%0.00%51.70%
42.35%

Color #5E9347 in popluar number systems.

HEX5E9347
Decimal9414771
Binary1011110100100111000111
Octal136223107

Shades and tints

Shades of #5E9347

#5E9347
(94,147,71)
#568641
(86,134,65)
#4E793B
(78,121,59)
#466C35
(70,108,53)
#3E5F2F
(62,95,47)
#365229
(54,82,41)
#2E4523
(46,69,35)
#26381D
(38,56,29)
#1E2B17
(30,43,23)
#161E11
(22,30,17)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #5E9347

#5E9347
(94,147,71)
#6C9C57
(108,156,87)
#7AA567
(122,165,103)
#88AE77
(136,174,119)
#96B787
(150,183,135)
#A4C097
(164,192,151)
#B2C9A7
(178,201,167)
#C0D2B7
(192,210,183)
#CEDBC7
(206,219,199)
#DCE4D7
(220,228,215)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9347; }

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

This text font color is #5E9347.


Background Color

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

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

This div background color is #5E9347.


Border color

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

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

This div border color is #5E9347.


Opacity

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

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

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

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

This text has shadow with #5E9347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9347 on black background.


Color preview on white background

This text has color #5E9347 on white background.



Black color preview on #5E9347 background

This text has black color on #5E9347 background.


White color preview on #5E9347 background

This text has white color on #5E9347 background.