COLOR #5E833D

HEX: #5E833D
RGB: (94,131,61)

Color info

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

RGB color model

#5E833D color RGB value is (94,131,61).

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

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 61 of 255 = 24%

94
131
61

R + G + B ~ 37%. #5E833D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 61 = 286 (100%)
R 94 of 286 ~ 32.87%
G 131 of 286 ~ 45.8%
B 61 of 286 ~ 21.33%

%32.87
%45.8
%21.33

CMYK color model

#5E833D color CMYK value is (28,0,53,49).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 53.44%
  • key color value is 48.63%
CMYK:
(28,0,53,49)
C28M0Y53K49 
(28%,0%,53%,49%)
(0.28/0.00/0.53/0.49)	

CMYK percentages

%28.24
%0
%53.44
%48.63

Codes

Color #5E833D in popluar color models

5E833D
RGB9413161
HSL92°36.46%37.65%
HSB/HSV92°53.44%51.37%
CMYK28.24%0.00%53.44%
48.63%

Color #5E833D in popluar number systems.

HEX5E833D
Decimal9413161
Binary101111010000011111101
Octal13620375

Shades and tints

Shades of #5E833D

#5E833D
(94,131,61)
#567838
(86,120,56)
#4E6D33
(78,109,51)
#46622E
(70,98,46)
#3E5729
(62,87,41)
#364C24
(54,76,36)
#2E411F
(46,65,31)
#26361A
(38,54,26)
#1E2B15
(30,43,21)
#162010
(22,32,16)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #5E833D

#5E833D
(94,131,61)
#6C8E4E
(108,142,78)
#7A995F
(122,153,95)
#88A470
(136,164,112)
#96AF81
(150,175,129)
#A4BA92
(164,186,146)
#B2C5A3
(178,197,163)
#C0D0B4
(192,208,180)
#CEDBC5
(206,219,197)
#DCE6D6
(220,230,214)
#EAF1E7
(234,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E833D; }

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

This text font color is #5E833D.


Background Color

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

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

This div background color is #5E833D.


Border color

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

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

This div border color is #5E833D.


Opacity

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

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

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

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

This text has shadow with #5E833D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E833D on black background.


Color preview on white background

This text has color #5E833D on white background.



Black color preview on #5E833D background

This text has black color on #5E833D background.


White color preview on #5E833D background

This text has white color on #5E833D background.