COLOR #5E8953

HEX: #5E8953
RGB: (94,137,83)

Color info

#5E8953 contains red, green and blue colors in about the same proportion. Web safe color of #5E8953 is #669966 (or #696).

RGB color model

#5E8953 color RGB value is (94,137,83).

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

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 83 of 255 = 33%

94
137
83

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

Portions of RGB colors in percentages

R + G + B =
94 + 137 + 83 = 314 (100%)
R 94 of 314 ~ 29.94%
G 137 of 314 ~ 43.63%
B 83 of 314 ~ 26.43%

%29.94
%43.63
%26.43

CMYK color model

#5E8953 color CMYK value is (31,0,39,46).

  • cyan value is 31.39%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 46.27%
CMYK:
(31,0,39,46)
C31M0Y39K46 
(31%,0%,39%,46%)
(0.31/0.00/0.39/0.46)	

CMYK percentages

%31.39
%0
%39.42
%46.27

Codes

Color #5E8953 in popluar color models

5E8953
RGB9413783
HSL108°24.55%43.14%
HSB/HSV108°39.42%53.73%
CMYK31.39%0.00%39.42%
46.27%

Color #5E8953 in popluar number systems.

HEX5E8953
Decimal9413783
Binary1011110100010011010011
Octal136211123

Shades and tints

Shades of #5E8953

#5E8953
(94,137,83)
#567D4C
(86,125,76)
#4E7145
(78,113,69)
#46653E
(70,101,62)
#3E5937
(62,89,55)
#364D30
(54,77,48)
#2E4129
(46,65,41)
#263522
(38,53,34)
#1E291B
(30,41,27)
#161D14
(22,29,20)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #5E8953

#5E8953
(94,137,83)
#6C9362
(108,147,98)
#7A9D71
(122,157,113)
#88A780
(136,167,128)
#96B18F
(150,177,143)
#A4BB9E
(164,187,158)
#B2C5AD
(178,197,173)
#C0CFBC
(192,207,188)
#CED9CB
(206,217,203)
#DCE3DA
(220,227,218)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8953; }

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

This text font color is #5E8953.


Background Color

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

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

This div background color is #5E8953.


Border color

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

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

This div border color is #5E8953.


Opacity

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

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

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

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

This text has shadow with #5E8953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8953 on black background.


Color preview on white background

This text has color #5E8953 on white background.



Black color preview on #5E8953 background

This text has black color on #5E8953 background.


White color preview on #5E8953 background

This text has white color on #5E8953 background.