COLOR #5E6D2B

HEX: #5E6D2B
RGB: (94,109,43)

Color info

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

RGB color model

#5E6D2B color RGB value is (94,109,43).

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

RGB channels and saturation

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

94
109
43

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

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 43 = 246 (100%)
R 94 of 246 ~ 38.21%
G 109 of 246 ~ 44.31%
B 43 of 246 ~ 17.48%

%38.21
%44.31
%17.48

CMYK color model

#5E6D2B color CMYK value is (14,0,61,57).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 60.55%
  • key color value is 57.25%
CMYK:
(14,0,61,57)
C14M0Y61K57 
(14%,0%,61%,57%)
(0.14/0.00/0.61/0.57)	

CMYK percentages

%13.76
%0
%60.55
%57.25

Codes

Color #5E6D2B in popluar color models

5E6D2B
RGB9410943
HSL74°43.42%29.80%
HSB/HSV74°60.55%42.75%
CMYK13.76%0.00%60.55%
57.25%

Color #5E6D2B in popluar number systems.

HEX5E6D2B
Decimal9410943
Binary10111101101101101011
Octal13615553

Shades and tints

Shades of #5E6D2B

#5E6D2B
(94,109,43)
#566428
(86,100,40)
#4E5B25
(78,91,37)
#465222
(70,82,34)
#3E491F
(62,73,31)
#36401C
(54,64,28)
#2E3719
(46,55,25)
#262E16
(38,46,22)
#1E2513
(30,37,19)
#161C10
(22,28,16)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #5E6D2B

#5E6D2B
(94,109,43)
#6C7A3E
(108,122,62)
#7A8751
(122,135,81)
#889464
(136,148,100)
#96A177
(150,161,119)
#A4AE8A
(164,174,138)
#B2BB9D
(178,187,157)
#C0C8B0
(192,200,176)
#CED5C3
(206,213,195)
#DCE2D6
(220,226,214)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6D2B; }

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

This text font color is #5E6D2B.


Background Color

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

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

This div background color is #5E6D2B.


Border color

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

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

This div border color is #5E6D2B.


Opacity

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

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

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

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

This text has shadow with #5E6D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D2B on black background.


Color preview on white background

This text has color #5E6D2B on white background.



Black color preview on #5E6D2B background

This text has black color on #5E6D2B background.


White color preview on #5E6D2B background

This text has white color on #5E6D2B background.