COLOR #5E8C32

HEX: #5E8C32
RGB: (94,140,50)

Color info

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

RGB color model

#5E8C32 color RGB value is (94,140,50).

  • red value is 94;
  • green value is 140;
  • blue value is 50.
RGB:
(94,140,50)
(37%,55%,20%)

RGB channels and saturation

R 94 of 255 = 37%
G 140 of 255 = 55%
B 50 of 255 = 20%

94
140
50

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

Portions of RGB colors in percentages

R + G + B =
94 + 140 + 50 = 284 (100%)
R 94 of 284 ~ 33.1%
G 140 of 284 ~ 49.3%
B 50 of 284 ~ 17.61%

%33.1
%49.3
%17.61

CMYK color model

#5E8C32 color CMYK value is (33,0,64,45).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 45.10%
CMYK:
(33,0,64,45)
C33M0Y64K45 
(33%,0%,64%,45%)
(0.33/0.00/0.64/0.45)	

CMYK percentages

%32.86
%0
%64.29
%45.1

Codes

Color #5E8C32 in popluar color models

5E8C32
RGB9414050
HSL91°47.37%37.25%
HSB/HSV91°64.29%54.90%
CMYK32.86%0.00%64.29%
45.10%

Color #5E8C32 in popluar number systems.

HEX5E8C32
Decimal9414050
Binary101111010001100110010
Octal13621462

Shades and tints

Shades of #5E8C32

#5E8C32
(94,140,50)
#56802E
(86,128,46)
#4E742A
(78,116,42)
#466826
(70,104,38)
#3E5C22
(62,92,34)
#36501E
(54,80,30)
#2E441A
(46,68,26)
#263816
(38,56,22)
#1E2C12
(30,44,18)
#16200E
(22,32,14)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #5E8C32

#5E8C32
(94,140,50)
#6C9644
(108,150,68)
#7AA056
(122,160,86)
#88AA68
(136,170,104)
#96B47A
(150,180,122)
#A4BE8C
(164,190,140)
#B2C89E
(178,200,158)
#C0D2B0
(192,210,176)
#CEDCC2
(206,220,194)
#DCE6D4
(220,230,212)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8C32 color. Also use rgb(94,140,50) instead hex code.

Text Font Color

.myTextColor { color: #5E8C32; }

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

This text font color is #5E8C32.


Background Color

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

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

This div background color is #5E8C32.


Border color

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

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

This div border color is #5E8C32.


Opacity

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

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

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

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

This text has shadow with #5E8C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8C32 on black background.


Color preview on white background

This text has color #5E8C32 on white background.



Black color preview on #5E8C32 background

This text has black color on #5E8C32 background.


White color preview on #5E8C32 background

This text has white color on #5E8C32 background.