COLOR #5E8862

HEX: #5E8862
RGB: (94,136,98)

Color info

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

RGB color model

#5E8862 color RGB value is (94,136,98).

  • red value is 94;
  • green value is 136;
  • blue value is 98.
RGB:
(94,136,98)
(37%,53%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 136 of 255 = 53%
B 98 of 255 = 38%

94
136
98

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

Portions of RGB colors in percentages

R + G + B =
94 + 136 + 98 = 328 (100%)
R 94 of 328 ~ 28.66%
G 136 of 328 ~ 41.46%
B 98 of 328 ~ 29.88%

%28.66
%41.46
%29.88

CMYK color model

#5E8862 color CMYK value is (31,0,28,47).

  • cyan value is 30.88%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 46.67%
CMYK:
(31,0,28,47)
C31M0Y28K47 
(31%,0%,28%,47%)
(0.31/0.00/0.28/0.47)	

CMYK percentages

%30.88
%0
%27.94
%46.67

Codes

Color #5E8862 in popluar color models

5E8862
RGB9413698
HSL126°18.26%45.10%
HSB/HSV126°30.88%53.33%
CMYK30.88%0.00%27.94%
46.67%

Color #5E8862 in popluar number systems.

HEX5E8862
Decimal9413698
Binary1011110100010001100010
Octal136210142

Shades and tints

Shades of #5E8862

#5E8862
(94,136,98)
#567C5A
(86,124,90)
#4E7052
(78,112,82)
#46644A
(70,100,74)
#3E5842
(62,88,66)
#364C3A
(54,76,58)
#2E4032
(46,64,50)
#26342A
(38,52,42)
#1E2822
(30,40,34)
#161C1A
(22,28,26)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #5E8862

#5E8862
(94,136,98)
#6C9270
(108,146,112)
#7A9C7E
(122,156,126)
#88A68C
(136,166,140)
#96B09A
(150,176,154)
#A4BAA8
(164,186,168)
#B2C4B6
(178,196,182)
#C0CEC4
(192,206,196)
#CED8D2
(206,216,210)
#DCE2E0
(220,226,224)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8862 color. Also use rgb(94,136,98) instead hex code.

Text Font Color

.myTextColor { color: #5E8862; }

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

This text font color is #5E8862.


Background Color

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

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

This div background color is #5E8862.


Border color

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

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

This div border color is #5E8862.


Opacity

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

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

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

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

This text has shadow with #5E8862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8862 on black background.


Color preview on white background

This text has color #5E8862 on white background.



Black color preview on #5E8862 background

This text has black color on #5E8862 background.


White color preview on #5E8862 background

This text has white color on #5E8862 background.