COLOR #5E6D1E

HEX: #5E6D1E
RGB: (94,109,30)

Color info

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

RGB color model

#5E6D1E color RGB value is (94,109,30).

  • red value is 94;
  • green value is 109;
  • blue value is 30.
RGB:
(94,109,30)
(37%,43%,12%)

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 30 of 255 = 12%

94
109
30

R + G + B ~ 31%. #5E6D1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 30 = 233 (100%)
R 94 of 233 ~ 40.34%
G 109 of 233 ~ 46.78%
B 30 of 233 ~ 12.88%

%40.34
%46.78
%12.88

CMYK color model

#5E6D1E color CMYK value is (14,0,72,57).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 72.48%
  • key color value is 57.25%
CMYK:
(14,0,72,57)
C14M0Y72K57 
(14%,0%,72%,57%)
(0.14/0.00/0.72/0.57)	

CMYK percentages

%13.76
%0
%72.48
%57.25

Codes

Color #5E6D1E in popluar color models

5E6D1E
RGB9410930
HSL71°56.83%27.25%
HSB/HSV71°72.48%42.75%
CMYK13.76%0.00%72.48%
57.25%

Color #5E6D1E in popluar number systems.

HEX5E6D1E
Decimal9410930
Binary1011110110110111110
Octal13615536

Shades and tints

Shades of #5E6D1E

#5E6D1E
(94,109,30)
#56641C
(86,100,28)
#4E5B1A
(78,91,26)
#465218
(70,82,24)
#3E4916
(62,73,22)
#364014
(54,64,20)
#2E3712
(46,55,18)
#262E10
(38,46,16)
#1E250E
(30,37,14)
#161C0C
(22,28,12)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #5E6D1E

#5E6D1E
(94,109,30)
#6C7A32
(108,122,50)
#7A8746
(122,135,70)
#88945A
(136,148,90)
#96A16E
(150,161,110)
#A4AE82
(164,174,130)
#B2BB96
(178,187,150)
#C0C8AA
(192,200,170)
#CED5BE
(206,213,190)
#DCE2D2
(220,226,210)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6D1E color. Also use rgb(94,109,30) instead hex code.

Text Font Color

.myTextColor { color: #5E6D1E; }

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

This text font color is #5E6D1E.


Background Color

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

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

This div background color is #5E6D1E.


Border color

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

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

This div border color is #5E6D1E.


Opacity

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

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

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

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

This text has shadow with #5E6D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D1E on black background.


Color preview on white background

This text has color #5E6D1E on white background.



Black color preview on #5E6D1E background

This text has black color on #5E6D1E background.


White color preview on #5E6D1E background

This text has white color on #5E6D1E background.