COLOR #5E833A

HEX: #5E833A
RGB: (94,131,58)

Color info

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

RGB color model

#5E833A color RGB value is (94,131,58).

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

RGB channels and saturation

R 94 of 255 = 37%
G 131 of 255 = 51%
B 58 of 255 = 23%

94
131
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 131 + 58 = 283 (100%)
R 94 of 283 ~ 33.22%
G 131 of 283 ~ 46.29%
B 58 of 283 ~ 20.49%

%33.22
%46.29
%20.49

CMYK color model

#5E833A color CMYK value is (28,0,56,49).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 55.73%
  • key color value is 48.63%
CMYK:
(28,0,56,49)
C28M0Y56K49 
(28%,0%,56%,49%)
(0.28/0.00/0.56/0.49)	

CMYK percentages

%28.24
%0
%55.73
%48.63

Codes

Color #5E833A in popluar color models

5E833A
RGB9413158
HSL90°38.62%37.06%
HSB/HSV90°55.73%51.37%
CMYK28.24%0.00%55.73%
48.63%

Color #5E833A in popluar number systems.

HEX5E833A
Decimal9413158
Binary101111010000011111010
Octal13620372

Shades and tints

Shades of #5E833A

#5E833A
(94,131,58)
#567835
(86,120,53)
#4E6D30
(78,109,48)
#46622B
(70,98,43)
#3E5726
(62,87,38)
#364C21
(54,76,33)
#2E411C
(46,65,28)
#263617
(38,54,23)
#1E2B12
(30,43,18)
#16200D
(22,32,13)
#0E1508
(14,21,8)
#000000
(0,0,0)

Tints of #5E833A

#5E833A
(94,131,58)
#6C8E4B
(108,142,75)
#7A995C
(122,153,92)
#88A46D
(136,164,109)
#96AF7E
(150,175,126)
#A4BA8F
(164,186,143)
#B2C5A0
(178,197,160)
#C0D0B1
(192,208,177)
#CEDBC2
(206,219,194)
#DCE6D3
(220,230,211)
#EAF1E4
(234,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E833A; }

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

This text font color is #5E833A.


Background Color

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

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

This div background color is #5E833A.


Border color

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

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

This div border color is #5E833A.


Opacity

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

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

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

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

This text has shadow with #5E833A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E833A on black background.


Color preview on white background

This text has color #5E833A on white background.



Black color preview on #5E833A background

This text has black color on #5E833A background.


White color preview on #5E833A background

This text has white color on #5E833A background.