COLOR #5E7C20

HEX: #5E7C20
RGB: (94,124,32)

Color info

#5E7C20 contains mainly red and green colors. Web safe color of #5E7C20 is #666633 (or #663).

RGB color model

#5E7C20 color RGB value is (94,124,32).

  • red value is 94;
  • green value is 124;
  • blue value is 32.
RGB:
(94,124,32)
(37%,49%,13%)

RGB channels and saturation

R 94 of 255 = 37%
G 124 of 255 = 49%
B 32 of 255 = 13%

94
124
32

R + G + B ~ 33%. #5E7C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 124 + 32 = 250 (100%)
R 94 of 250 ~ 37.6%
G 124 of 250 ~ 49.6%
B 32 of 250 ~ 12.8%

%37.6
%49.6
%12.8

CMYK color model

#5E7C20 color CMYK value is (24,0,74,51).

  • cyan value is 24.19%
  • magenta value is 0.00%
  • yellow value is 74.19%
  • key color value is 51.37%
CMYK:
(24,0,74,51)
C24M0Y74K51 
(24%,0%,74%,51%)
(0.24/0.00/0.74/0.51)	

CMYK percentages

%24.19
%0
%74.19
%51.37

Codes

Color #5E7C20 in popluar color models

5E7C20
RGB9412432
HSL80°58.97%30.59%
HSB/HSV80°74.19%48.63%
CMYK24.19%0.00%74.19%
51.37%

Color #5E7C20 in popluar number systems.

HEX5E7C20
Decimal9412432
Binary10111101111100100000
Octal13617440

Shades and tints

Shades of #5E7C20

#5E7C20
(94,124,32)
#56711E
(86,113,30)
#4E661C
(78,102,28)
#465B1A
(70,91,26)
#3E5018
(62,80,24)
#364516
(54,69,22)
#2E3A14
(46,58,20)
#262F12
(38,47,18)
#1E2410
(30,36,16)
#16190E
(22,25,14)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #5E7C20

#5E7C20
(94,124,32)
#6C8734
(108,135,52)
#7A9248
(122,146,72)
#889D5C
(136,157,92)
#96A870
(150,168,112)
#A4B384
(164,179,132)
#B2BE98
(178,190,152)
#C0C9AC
(192,201,172)
#CED4C0
(206,212,192)
#DCDFD4
(220,223,212)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7C20 color. Also use rgb(94,124,32) instead hex code.

Text Font Color

.myTextColor { color: #5E7C20; }

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

This text font color is #5E7C20.


Background Color

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

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

This div background color is #5E7C20.


Border color

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

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

This div border color is #5E7C20.


Opacity

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

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

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

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

This text has shadow with #5E7C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7C20 on black background.


Color preview on white background

This text has color #5E7C20 on white background.



Black color preview on #5E7C20 background

This text has black color on #5E7C20 background.


White color preview on #5E7C20 background

This text has white color on #5E7C20 background.