COLOR #5E6D2C

HEX: #5E6D2C
RGB: (94,109,44)

Color info

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

RGB color model

#5E6D2C color RGB value is (94,109,44).

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

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 44 of 255 = 17%

94
109
44

R + G + B ~ 32%. #5E6D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 44 = 247 (100%)
R 94 of 247 ~ 38.06%
G 109 of 247 ~ 44.13%
B 44 of 247 ~ 17.81%

%38.06
%44.13
%17.81

CMYK color model

#5E6D2C color CMYK value is (14,0,60,57).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 59.63%
  • key color value is 57.25%
CMYK:
(14,0,60,57)
C14M0Y60K57 
(14%,0%,60%,57%)
(0.14/0.00/0.60/0.57)	

CMYK percentages

%13.76
%0
%59.63
%57.25

Codes

Color #5E6D2C in popluar color models

5E6D2C
RGB9410944
HSL74°42.48%30.00%
HSB/HSV74°59.63%42.75%
CMYK13.76%0.00%59.63%
57.25%

Color #5E6D2C in popluar number systems.

HEX5E6D2C
Decimal9410944
Binary10111101101101101100
Octal13615554

Shades and tints

Shades of #5E6D2C

#5E6D2C
(94,109,44)
#566428
(86,100,40)
#4E5B24
(78,91,36)
#465220
(70,82,32)
#3E491C
(62,73,28)
#364018
(54,64,24)
#2E3714
(46,55,20)
#262E10
(38,46,16)
#1E250C
(30,37,12)
#161C08
(22,28,8)
#0E1304
(14,19,4)
#000000
(0,0,0)

Tints of #5E6D2C

#5E6D2C
(94,109,44)
#6C7A3F
(108,122,63)
#7A8752
(122,135,82)
#889465
(136,148,101)
#96A178
(150,161,120)
#A4AE8B
(164,174,139)
#B2BB9E
(178,187,158)
#C0C8B1
(192,200,177)
#CED5C4
(206,213,196)
#DCE2D7
(220,226,215)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6D2C; }

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

This text font color is #5E6D2C.


Background Color

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

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

This div background color is #5E6D2C.


Border color

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

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

This div border color is #5E6D2C.


Opacity

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

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

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

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

This text has shadow with #5E6D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D2C on black background.


Color preview on white background

This text has color #5E6D2C on white background.



Black color preview on #5E6D2C background

This text has black color on #5E6D2C background.


White color preview on #5E6D2C background

This text has white color on #5E6D2C background.