COLOR #5E8957

HEX: #5E8957 RGB: (94,137,87)

Color info

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

RGB color model

#5E8957 color RGB value is (94,137,87).

RGB: (94,137,87) (37%, 54%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 87 of 255 = 34%

94
137
87

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

Portions of RGB colors in percentages

R + G + B = 94 + 137 + 87 = 318 (100%)
R 94 of 318 ~ 29.56%
G 137 of 318 ~ 43.08%
B 87 of 318 ~ 27.36'%

%29.56
%43.08
%27.36

CMYK color model

#5E8957 color CMYK value is (31,0,36,46).

  • cyan value is 31.39%
  • magenta value is 0.00%
  • yellow value is 36.50%
  • key color value is 46.27%

CMYK: (31,0,36,46)
C31M0Y36K46 (31%, 0%, 36%, 46%)
(0.31 / 0.00 / 0.36 / 0.46)

CMYK percentages

%31.39
%0
%36.5
%46.27

Codes

Color #5E8957 in popluar color models

5E 89 57
RGB 94 137 87
HSL 112° 22.32% 43.92%
HSB/HSV 112° 36.50% 53.73%
CMYK 31.39% 0.00% 36.50%
46.27%

Color #5E8957 in popluar number systems.

HEX 5E 89 57
Decimal 94 137 87
Binary 1011110 10001001 1010111
Octal 136 211 127

Shades and tints

Shades of #5E8957

#5E8957
(94,137,87)
#567D50
(86,125,80)
#4E7149
(78,113,73)
#466542
(70,101,66)
#3E593B
(62,89,59)
#364D34
(54,77,52)
#2E412D
(46,65,45)
#263526
(38,53,38)
#1E291F
(30,41,31)
#161D18
(22,29,24)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #5E8957

#5E8957
(94,137,87)
#6C9366
(108,147,102)
#7A9D75
(122,157,117)
#88A784
(136,167,132)
#96B193
(150,177,147)
#A4BBA2
(164,187,162)
#B2C5B1
(178,197,177)
#C0CFC0
(192,207,192)
#CED9CF
(206,217,207)
#DCE3DE
(220,227,222)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8957; }

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

This text font color is #5E8957.

Background Color

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

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

This div background color is #5E8957.

Border color

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

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

This div border color is #5E8957.

Opacity

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

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

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

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

This text has shadow with #5E8957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8957.

Preview

Color preview on black background

This text has color #5E8957 on black background.


Color preview on white background

This text has color #5E8957 on white background.


Black color preview on #5E8957 background

This text has black color on #5E8957 background.


White color preview on #5E8957 background

This text has white color on #5E8957 background.


Related colors

Complementary color

Complementary color for #hex is #A176A8.


I love getcolorcode.com

Triadic colors

1 #575E89 and #89575E with #5E8957 are triadic colors.

2 #57895E and #895E57 with #5E8957 are triadic colors.