COLOR #5E853E

HEX: #5E853E
RGB: (94,133,62)

Color info

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

RGB color model

#5E853E color RGB value is (94,133,62).

  • red value is 94;
  • green value is 133;
  • blue value is 62.
RGB:
(94,133,62)
(37%,52%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 133 of 255 = 52%
B 62 of 255 = 24%

94
133
62

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

Portions of RGB colors in percentages

R + G + B =
94 + 133 + 62 = 289 (100%)
R 94 of 289 ~ 32.53%
G 133 of 289 ~ 46.02%
B 62 of 289 ~ 21.45%

%32.53
%46.02
%21.45

CMYK color model

#5E853E color CMYK value is (29,0,53,48).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 53.38%
  • key color value is 47.84%
CMYK:
(29,0,53,48)
C29M0Y53K48 
(29%,0%,53%,48%)
(0.29/0.00/0.53/0.48)	

CMYK percentages

%29.32
%0
%53.38
%47.84

Codes

Color #5E853E in popluar color models

5E853E
RGB9413362
HSL93°36.41%38.24%
HSB/HSV93°53.38%52.16%
CMYK29.32%0.00%53.38%
47.84%

Color #5E853E in popluar number systems.

HEX5E853E
Decimal9413362
Binary101111010000101111110
Octal13620576

Shades and tints

Shades of #5E853E

#5E853E
(94,133,62)
#567939
(86,121,57)
#4E6D34
(78,109,52)
#46612F
(70,97,47)
#3E552A
(62,85,42)
#364925
(54,73,37)
#2E3D20
(46,61,32)
#26311B
(38,49,27)
#1E2516
(30,37,22)
#161911
(22,25,17)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #5E853E

#5E853E
(94,133,62)
#6C904F
(108,144,79)
#7A9B60
(122,155,96)
#88A671
(136,166,113)
#96B182
(150,177,130)
#A4BC93
(164,188,147)
#B2C7A4
(178,199,164)
#C0D2B5
(192,210,181)
#CEDDC6
(206,221,198)
#DCE8D7
(220,232,215)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E853E color. Also use rgb(94,133,62) instead hex code.

Text Font Color

.myTextColor { color: #5E853E; }

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

This text font color is #5E853E.


Background Color

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

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

This div background color is #5E853E.


Border color

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

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

This div border color is #5E853E.


Opacity

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

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

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

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

This text has shadow with #5E853E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E853E on black background.


Color preview on white background

This text has color #5E853E on white background.



Black color preview on #5E853E background

This text has black color on #5E853E background.


White color preview on #5E853E background

This text has white color on #5E853E background.