COLOR #5E8758

HEX: #5E8758 RGB: (94,135,88)

Color info

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

RGB color model

#5E8758 color RGB value is (94,135,88).

RGB: (94,135,88) (37%, 53%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 88 of 255 = 35%

94
135
88

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

Portions of RGB colors in percentages

R + G + B = 94 + 135 + 88 = 317 (100%)
R 94 of 317 ~ 29.65%
G 135 of 317 ~ 42.59%
B 88 of 317 ~ 27.76'%

%29.65
%42.59
%27.76

CMYK color model

#5E8758 color CMYK value is (30,0,35,47).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 34.81%
  • key color value is 47.06%
CMYK: (30,0,35,47) C30M0Y35K47 (30%,0%,35%,47%) (0.30/0.00/0.35/0.47) 

CMYK percentages

%30.37
%0
%34.81
%47.06

Codes

Color #5E8758 in popluar color models

5E 87 58
RGB 94 135 88
HSL 112° 21.08% 43.73%
HSB/HSV 112° 34.81% 52.94%
CMYK 30.37% 0.00% 34.81%
47.06%

Color #5E8758 in popluar number systems.

HEX 5E 87 58
Decimal 94 135 88
Binary 1011110 10000111 1011000
Octal 136 207 130

Shades and tints

Shades of #5E8758

#5E8758
(94,135,88)
#567B50
(86,123,80)
#4E6F48
(78,111,72)
#466340
(70,99,64)
#3E5738
(62,87,56)
#364B30
(54,75,48)
#2E3F28
(46,63,40)
#263320
(38,51,32)
#1E2718
(30,39,24)
#161B10
(22,27,16)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #5E8758

#5E8758
(94,135,88)
#6C9167
(108,145,103)
#7A9B76
(122,155,118)
#88A585
(136,165,133)
#96AF94
(150,175,148)
#A4B9A3
(164,185,163)
#B2C3B2
(178,195,178)
#C0CDC1
(192,205,193)
#CED7D0
(206,215,208)
#DCE1DF
(220,225,223)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8758 color. Also use rgb(94,135,88) instead hex code.

Text Font Color

.myTextColor { color: #5E8758; }

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

This text font color is #5E8758.

Background Color

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

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

This div background color is #5E8758.

Border color

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

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

This div border color is #5E8758.

Opacity

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

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

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

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

This text has shadow with #5E8758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8758.

Preview

Color preview on black background

This text has color #5E8758 on black background.


Color preview on white background

This text has color #5E8758 on white background.


Black color preview on #5E8758 background

This text has black color on #5E8758 background.


White color preview on #5E8758 background

This text has white color on #5E8758 background.


Related colors

Complementary color

Complementary color for #hex is #A178A7.


I love getcolorcode.com

Triadic colors

1 #585E87 and #87585E with #5E8758 are triadic colors.

2 #58875E and #875E58 with #5E8758 are triadic colors.