COLOR #5E8949

HEX: #5E8949
RGB: (94,137,73)

Color info

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

RGB color model

#5E8949 color RGB value is (94,137,73).

  • red value is 94;
  • green value is 137;
  • blue value is 73.
RGB:
(94,137,73)
(37%,54%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 73 of 255 = 29%

94
137
73

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

Portions of RGB colors in percentages

R + G + B =
94 + 137 + 73 = 304 (100%)
R 94 of 304 ~ 30.92%
G 137 of 304 ~ 45.07%
B 73 of 304 ~ 24.01%

%30.92
%45.07
%24.01

CMYK color model

#5E8949 color CMYK value is (31,0,47,46).

  • cyan value is 31.39%
  • magenta value is 0.00%
  • yellow value is 46.72%
  • key color value is 46.27%
CMYK:
(31,0,47,46)
C31M0Y47K46 
(31%,0%,47%,46%)
(0.31/0.00/0.47/0.46)	

CMYK percentages

%31.39
%0
%46.72
%46.27

Codes

Color #5E8949 in popluar color models

5E8949
RGB9413773
HSL100°30.48%41.18%
HSB/HSV100°46.72%53.73%
CMYK31.39%0.00%46.72%
46.27%

Color #5E8949 in popluar number systems.

HEX5E8949
Decimal9413773
Binary1011110100010011001001
Octal136211111

Shades and tints

Shades of #5E8949

#5E8949
(94,137,73)
#567D43
(86,125,67)
#4E713D
(78,113,61)
#466537
(70,101,55)
#3E5931
(62,89,49)
#364D2B
(54,77,43)
#2E4125
(46,65,37)
#26351F
(38,53,31)
#1E2919
(30,41,25)
#161D13
(22,29,19)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #5E8949

#5E8949
(94,137,73)
#6C9359
(108,147,89)
#7A9D69
(122,157,105)
#88A779
(136,167,121)
#96B189
(150,177,137)
#A4BB99
(164,187,153)
#B2C5A9
(178,197,169)
#C0CFB9
(192,207,185)
#CED9C9
(206,217,201)
#DCE3D9
(220,227,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8949; }

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

This text font color is #5E8949.


Background Color

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

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

This div background color is #5E8949.


Border color

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

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

This div border color is #5E8949.


Opacity

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

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

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

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

This text has shadow with #5E8949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8949 on black background.


Color preview on white background

This text has color #5E8949 on white background.



Black color preview on #5E8949 background

This text has black color on #5E8949 background.


White color preview on #5E8949 background

This text has white color on #5E8949 background.