COLOR #5E6D2D

HEX: #5E6D2D
RGB: (94,109,45)

Color info

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

RGB color model

#5E6D2D color RGB value is (94,109,45).

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

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 45 of 255 = 18%

94
109
45

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

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 45 = 248 (100%)
R 94 of 248 ~ 37.9%
G 109 of 248 ~ 43.95%
B 45 of 248 ~ 18.15%

%37.9
%43.95
%18.15

CMYK color model

#5E6D2D color CMYK value is (14,0,59,57).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 58.72%
  • key color value is 57.25%
CMYK:
(14,0,59,57)
C14M0Y59K57 
(14%,0%,59%,57%)
(0.14/0.00/0.59/0.57)	

CMYK percentages

%13.76
%0
%58.72
%57.25

Codes

Color #5E6D2D in popluar color models

5E6D2D
RGB9410945
HSL74°41.56%30.20%
HSB/HSV74°58.72%42.75%
CMYK13.76%0.00%58.72%
57.25%

Color #5E6D2D in popluar number systems.

HEX5E6D2D
Decimal9410945
Binary10111101101101101101
Octal13615555

Shades and tints

Shades of #5E6D2D

#5E6D2D
(94,109,45)
#566429
(86,100,41)
#4E5B25
(78,91,37)
#465221
(70,82,33)
#3E491D
(62,73,29)
#364019
(54,64,25)
#2E3715
(46,55,21)
#262E11
(38,46,17)
#1E250D
(30,37,13)
#161C09
(22,28,9)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #5E6D2D

#5E6D2D
(94,109,45)
#6C7A40
(108,122,64)
#7A8753
(122,135,83)
#889466
(136,148,102)
#96A179
(150,161,121)
#A4AE8C
(164,174,140)
#B2BB9F
(178,187,159)
#C0C8B2
(192,200,178)
#CED5C5
(206,213,197)
#DCE2D8
(220,226,216)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6D2D; }

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

This text font color is #5E6D2D.


Background Color

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

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

This div background color is #5E6D2D.


Border color

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

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

This div border color is #5E6D2D.


Opacity

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

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

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

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

This text has shadow with #5E6D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D2D on black background.


Color preview on white background

This text has color #5E6D2D on white background.



Black color preview on #5E6D2D background

This text has black color on #5E6D2D background.


White color preview on #5E6D2D background

This text has white color on #5E6D2D background.