COLOR #5E8138

HEX: #5E8138
RGB: (94,129,56)

Color info

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

RGB color model

#5E8138 color RGB value is (94,129,56).

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

RGB channels and saturation

R 94 of 255 = 37%
G 129 of 255 = 51%
B 56 of 255 = 22%

94
129
56

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

Portions of RGB colors in percentages

R + G + B =
94 + 129 + 56 = 279 (100%)
R 94 of 279 ~ 33.69%
G 129 of 279 ~ 46.24%
B 56 of 279 ~ 20.07%

%33.69
%46.24
%20.07

CMYK color model

#5E8138 color CMYK value is (27,0,57,49).

  • cyan value is 27.13%
  • magenta value is 0.00%
  • yellow value is 56.59%
  • key color value is 49.41%
CMYK:
(27,0,57,49)
C27M0Y57K49 
(27%,0%,57%,49%)
(0.27/0.00/0.57/0.49)	

CMYK percentages

%27.13
%0
%56.59
%49.41

Codes

Color #5E8138 in popluar color models

5E8138
RGB9412956
HSL89°39.46%36.27%
HSB/HSV89°56.59%50.59%
CMYK27.13%0.00%56.59%
49.41%

Color #5E8138 in popluar number systems.

HEX5E8138
Decimal9412956
Binary101111010000001111000
Octal13620170

Shades and tints

Shades of #5E8138

#5E8138
(94,129,56)
#567633
(86,118,51)
#4E6B2E
(78,107,46)
#466029
(70,96,41)
#3E5524
(62,85,36)
#364A1F
(54,74,31)
#2E3F1A
(46,63,26)
#263415
(38,52,21)
#1E2910
(30,41,16)
#161E0B
(22,30,11)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #5E8138

#5E8138
(94,129,56)
#6C8C4A
(108,140,74)
#7A975C
(122,151,92)
#88A26E
(136,162,110)
#96AD80
(150,173,128)
#A4B892
(164,184,146)
#B2C3A4
(178,195,164)
#C0CEB6
(192,206,182)
#CED9C8
(206,217,200)
#DCE4DA
(220,228,218)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8138; }

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

This text font color is #5E8138.


Background Color

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

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

This div background color is #5E8138.


Border color

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

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

This div border color is #5E8138.


Opacity

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

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

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

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

This text has shadow with #5E8138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8138 on black background.


Color preview on white background

This text has color #5E8138 on white background.



Black color preview on #5E8138 background

This text has black color on #5E8138 background.


White color preview on #5E8138 background

This text has white color on #5E8138 background.