COLOR #5E863B

HEX: #5E863B
RGB: (94,134,59)

Color info

#5E863B contains mainly red and green colors. Web safe color of #5E863B is #669933 (or #693).

RGB color model

#5E863B color RGB value is (94,134,59).

  • red value is 94;
  • green value is 134;
  • blue value is 59.
RGB:
(94,134,59)
(37%,53%,23%)

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 59 of 255 = 23%

94
134
59

R + G + B ~ 38%. #5E863B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 134 + 59 = 287 (100%)
R 94 of 287 ~ 32.75%
G 134 of 287 ~ 46.69%
B 59 of 287 ~ 20.56%

%32.75
%46.69
%20.56

CMYK color model

#5E863B color CMYK value is (30,0,56,47).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 55.97%
  • key color value is 47.45%
CMYK:
(30,0,56,47)
C30M0Y56K47 
(30%,0%,56%,47%)
(0.30/0.00/0.56/0.47)	

CMYK percentages

%29.85
%0
%55.97
%47.45

Codes

Color #5E863B in popluar color models

5E863B
RGB9413459
HSL92°38.86%37.84%
HSB/HSV92°55.97%52.55%
CMYK29.85%0.00%55.97%
47.45%

Color #5E863B in popluar number systems.

HEX5E863B
Decimal9413459
Binary101111010000110111011
Octal13620673

Shades and tints

Shades of #5E863B

#5E863B
(94,134,59)
#567A36
(86,122,54)
#4E6E31
(78,110,49)
#46622C
(70,98,44)
#3E5627
(62,86,39)
#364A22
(54,74,34)
#2E3E1D
(46,62,29)
#263218
(38,50,24)
#1E2613
(30,38,19)
#161A0E
(22,26,14)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #5E863B

#5E863B
(94,134,59)
#6C914C
(108,145,76)
#7A9C5D
(122,156,93)
#88A76E
(136,167,110)
#96B27F
(150,178,127)
#A4BD90
(164,189,144)
#B2C8A1
(178,200,161)
#C0D3B2
(192,211,178)
#CEDEC3
(206,222,195)
#DCE9D4
(220,233,212)
#EAF4E5
(234,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E863B color. Also use rgb(94,134,59) instead hex code.

Text Font Color

.myTextColor { color: #5E863B; }

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

This text font color is #5E863B.


Background Color

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

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

This div background color is #5E863B.


Border color

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

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

This div border color is #5E863B.


Opacity

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

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

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

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

This text has shadow with #5E863B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E863B on black background.


Color preview on white background

This text has color #5E863B on white background.



Black color preview on #5E863B background

This text has black color on #5E863B background.


White color preview on #5E863B background

This text has white color on #5E863B background.