COLOR #5E8B5B

HEX: #5E8B5B
RGB: (94,139,91)

Color info

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

RGB color model

#5E8B5B color RGB value is (94,139,91).

  • red value is 94;
  • green value is 139;
  • blue value is 91.
RGB:
(94,139,91)
(37%,55%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 139 of 255 = 55%
B 91 of 255 = 36%

94
139
91

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

Portions of RGB colors in percentages

R + G + B =
94 + 139 + 91 = 324 (100%)
R 94 of 324 ~ 29.01%
G 139 of 324 ~ 42.9%
B 91 of 324 ~ 28.09%

%29.01
%42.9
%28.09

CMYK color model

#5E8B5B color CMYK value is (32,0,35,45).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 45.49%
CMYK:
(32,0,35,45)
C32M0Y35K45 
(32%,0%,35%,45%)
(0.32/0.00/0.35/0.45)	

CMYK percentages

%32.37
%0
%34.53
%45.49

Codes

Color #5E8B5B in popluar color models

5E8B5B
RGB9413991
HSL116°20.87%45.10%
HSB/HSV116°34.53%54.51%
CMYK32.37%0.00%34.53%
45.49%

Color #5E8B5B in popluar number systems.

HEX5E8B5B
Decimal9413991
Binary1011110100010111011011
Octal136213133

Shades and tints

Shades of #5E8B5B

#5E8B5B
(94,139,91)
#567F53
(86,127,83)
#4E734B
(78,115,75)
#466743
(70,103,67)
#3E5B3B
(62,91,59)
#364F33
(54,79,51)
#2E432B
(46,67,43)
#263723
(38,55,35)
#1E2B1B
(30,43,27)
#161F13
(22,31,19)
#0E130B
(14,19,11)
#000000
(0,0,0)

Tints of #5E8B5B

#5E8B5B
(94,139,91)
#6C9569
(108,149,105)
#7A9F77
(122,159,119)
#88A985
(136,169,133)
#96B393
(150,179,147)
#A4BDA1
(164,189,161)
#B2C7AF
(178,199,175)
#C0D1BD
(192,209,189)
#CEDBCB
(206,219,203)
#DCE5D9
(220,229,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8B5B color. Also use rgb(94,139,91) instead hex code.

Text Font Color

.myTextColor { color: #5E8B5B; }

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

This text font color is #5E8B5B.


Background Color

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

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

This div background color is #5E8B5B.


Border color

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

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

This div border color is #5E8B5B.


Opacity

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

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

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

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

This text has shadow with #5E8B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8B5B on black background.


Color preview on white background

This text has color #5E8B5B on white background.



Black color preview on #5E8B5B background

This text has black color on #5E8B5B background.


White color preview on #5E8B5B background

This text has white color on #5E8B5B background.