COLOR #5E8D6C

HEX: #5E8D6C
RGB: (94,141,108)

Color info

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

RGB color model

#5E8D6C color RGB value is (94,141,108).

  • red value is 94;
  • green value is 141;
  • blue value is 108.
RGB:
(94,141,108)
(37%,55%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 141 of 255 = 55%
B 108 of 255 = 42%

94
141
108

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

Portions of RGB colors in percentages

R + G + B =
94 + 141 + 108 = 343 (100%)
R 94 of 343 ~ 27.41%
G 141 of 343 ~ 41.11%
B 108 of 343 ~ 31.49%

%27.41
%41.11
%31.49

CMYK color model

#5E8D6C color CMYK value is (33,0,23,45).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(33,0,23,45)
C33M0Y23K45 
(33%,0%,23%,45%)
(0.33/0.00/0.23/0.45)	

CMYK percentages

%33.33
%0
%23.4
%44.71

Codes

Color #5E8D6C in popluar color models

5E8D6C
RGB94141108
HSL138°20.00%46.08%
HSB/HSV138°33.33%55.29%
CMYK33.33%0.00%23.40%
44.71%

Color #5E8D6C in popluar number systems.

HEX5E8D6C
Decimal94141108
Binary1011110100011011101100
Octal136215154

Shades and tints

Shades of #5E8D6C

#5E8D6C
(94,141,108)
#568163
(86,129,99)
#4E755A
(78,117,90)
#466951
(70,105,81)
#3E5D48
(62,93,72)
#36513F
(54,81,63)
#2E4536
(46,69,54)
#26392D
(38,57,45)
#1E2D24
(30,45,36)
#16211B
(22,33,27)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #5E8D6C

#5E8D6C
(94,141,108)
#6C9779
(108,151,121)
#7AA186
(122,161,134)
#88AB93
(136,171,147)
#96B5A0
(150,181,160)
#A4BFAD
(164,191,173)
#B2C9BA
(178,201,186)
#C0D3C7
(192,211,199)
#CEDDD4
(206,221,212)
#DCE7E1
(220,231,225)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8D6C color. Also use rgb(94,141,108) instead hex code.

Text Font Color

.myTextColor { color: #5E8D6C; }

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

This text font color is #5E8D6C.


Background Color

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

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

This div background color is #5E8D6C.


Border color

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

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

This div border color is #5E8D6C.


Opacity

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

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

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

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

This text has shadow with #5E8D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8D6C on black background.


Color preview on white background

This text has color #5E8D6C on white background.



Black color preview on #5E8D6C background

This text has black color on #5E8D6C background.


White color preview on #5E8D6C background

This text has white color on #5E8D6C background.