COLOR #5E8363

HEX: #5E8363
RGB: (94,131,99)

Color info

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

RGB color model

#5E8363 color RGB value is (94,131,99).

  • red value is 94;
  • green value is 131;
  • blue value is 99.
RGB:
(94,131,99)
(37%,51%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 99 of 255 = 39%

94
131
99

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

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 99 = 324 (100%)
R 94 of 324 ~ 29.01%
G 131 of 324 ~ 40.43%
B 99 of 324 ~ 30.56%

%29.01
%40.43
%30.56

CMYK color model

#5E8363 color CMYK value is (28,0,24,49).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(28,0,24,49)
C28M0Y24K49 
(28%,0%,24%,49%)
(0.28/0.00/0.24/0.49)	

CMYK percentages

%28.24
%0
%24.43
%48.63

Codes

Color #5E8363 in popluar color models

5E8363
RGB9413199
HSL128°16.44%44.12%
HSB/HSV128°28.24%51.37%
CMYK28.24%0.00%24.43%
48.63%

Color #5E8363 in popluar number systems.

HEX5E8363
Decimal9413199
Binary1011110100000111100011
Octal136203143

Shades and tints

Shades of #5E8363

#5E8363
(94,131,99)
#56785A
(86,120,90)
#4E6D51
(78,109,81)
#466248
(70,98,72)
#3E573F
(62,87,63)
#364C36
(54,76,54)
#2E412D
(46,65,45)
#263624
(38,54,36)
#1E2B1B
(30,43,27)
#162012
(22,32,18)
#0E1509
(14,21,9)
#000000
(0,0,0)

Tints of #5E8363

#5E8363
(94,131,99)
#6C8E71
(108,142,113)
#7A997F
(122,153,127)
#88A48D
(136,164,141)
#96AF9B
(150,175,155)
#A4BAA9
(164,186,169)
#B2C5B7
(178,197,183)
#C0D0C5
(192,208,197)
#CEDBD3
(206,219,211)
#DCE6E1
(220,230,225)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8363 color. Also use rgb(94,131,99) instead hex code.

Text Font Color

.myTextColor { color: #5E8363; }

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

This text font color is #5E8363.


Background Color

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

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

This div background color is #5E8363.


Border color

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

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

This div border color is #5E8363.


Opacity

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

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

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

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

This text has shadow with #5E8363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8363 on black background.


Color preview on white background

This text has color #5E8363 on white background.



Black color preview on #5E8363 background

This text has black color on #5E8363 background.


White color preview on #5E8363 background

This text has white color on #5E8363 background.