COLOR #5E8149

HEX: #5E8149
RGB: (94,129,73)

Color info

#5E8149 contains red, green and blue colors in about the same proportion. Web safe color of #5E8149 is #669933 (or #693).

RGB color model

#5E8149 color RGB value is (94,129,73).

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

RGB channels and saturation

R 94 of 255 = 37%
G 129 of 255 = 51%
B 73 of 255 = 29%

94
129
73

R + G + B ~ 39%. #5E8149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 129 + 73 = 296 (100%)
R 94 of 296 ~ 31.76%
G 129 of 296 ~ 43.58%
B 73 of 296 ~ 24.66%

%31.76
%43.58
%24.66

CMYK color model

#5E8149 color CMYK value is (27,0,43,49).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(27,0,43,49)
C27M0Y43K49 
(27%,0%,43%,49%)
(0.27/0.00/0.43/0.49)	

CMYK percentages

%27.13
%0
%43.41
%49.41

Codes

Color #5E8149 in popluar color models

5E8149
RGB9412973
HSL98°27.72%39.61%
HSB/HSV98°43.41%50.59%
CMYK27.13%0.00%43.41%
49.41%

Color #5E8149 in popluar number systems.

HEX5E8149
Decimal9412973
Binary1011110100000011001001
Octal136201111

Shades and tints

Shades of #5E8149

#5E8149
(94,129,73)
#567643
(86,118,67)
#4E6B3D
(78,107,61)
#466037
(70,96,55)
#3E5531
(62,85,49)
#364A2B
(54,74,43)
#2E3F25
(46,63,37)
#26341F
(38,52,31)
#1E2919
(30,41,25)
#161E13
(22,30,19)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #5E8149

#5E8149
(94,129,73)
#6C8C59
(108,140,89)
#7A9769
(122,151,105)
#88A279
(136,162,121)
#96AD89
(150,173,137)
#A4B899
(164,184,153)
#B2C3A9
(178,195,169)
#C0CEB9
(192,206,185)
#CED9C9
(206,217,201)
#DCE4D9
(220,228,217)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8149; }

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

This text font color is #5E8149.


Background Color

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

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

This div background color is #5E8149.


Border color

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

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

This div border color is #5E8149.


Opacity

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

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

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

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

This text has shadow with #5E8149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8149 on black background.


Color preview on white background

This text has color #5E8149 on white background.



Black color preview on #5E8149 background

This text has black color on #5E8149 background.


White color preview on #5E8149 background

This text has white color on #5E8149 background.