COLOR #5E6E2E

HEX: #5E6E2E
RGB: (94,110,46)

Color info

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

RGB color model

#5E6E2E color RGB value is (94,110,46).

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

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 46 of 255 = 18%

94
110
46

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

Portions of RGB colors in percentages

R + G + B =
94 + 110 + 46 = 250 (100%)
R 94 of 250 ~ 37.6%
G 110 of 250 ~ 44%
B 46 of 250 ~ 18.4%

%37.6
%44
%18.4

CMYK color model

#5E6E2E color CMYK value is (15,0,58,57).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 56.86%
CMYK:
(15,0,58,57)
C15M0Y58K57 
(15%,0%,58%,57%)
(0.15/0.00/0.58/0.57)	

CMYK percentages

%14.55
%0
%58.18
%56.86

Codes

Color #5E6E2E in popluar color models

5E6E2E
RGB9411046
HSL75°41.03%30.59%
HSB/HSV75°58.18%43.14%
CMYK14.55%0.00%58.18%
56.86%

Color #5E6E2E in popluar number systems.

HEX5E6E2E
Decimal9411046
Binary10111101101110101110
Octal13615656

Shades and tints

Shades of #5E6E2E

#5E6E2E
(94,110,46)
#56642A
(86,100,42)
#4E5A26
(78,90,38)
#465022
(70,80,34)
#3E461E
(62,70,30)
#363C1A
(54,60,26)
#2E3216
(46,50,22)
#262812
(38,40,18)
#1E1E0E
(30,30,14)
#16140A
(22,20,10)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #5E6E2E

#5E6E2E
(94,110,46)
#6C7B41
(108,123,65)
#7A8854
(122,136,84)
#889567
(136,149,103)
#96A27A
(150,162,122)
#A4AF8D
(164,175,141)
#B2BCA0
(178,188,160)
#C0C9B3
(192,201,179)
#CED6C6
(206,214,198)
#DCE3D9
(220,227,217)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6E2E color. Also use rgb(94,110,46) instead hex code.

Text Font Color

.myTextColor { color: #5E6E2E; }

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

This text font color is #5E6E2E.


Background Color

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

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

This div background color is #5E6E2E.


Border color

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

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

This div border color is #5E6E2E.


Opacity

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

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

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

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

This text has shadow with #5E6E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6E2E on black background.


Color preview on white background

This text has color #5E6E2E on white background.



Black color preview on #5E6E2E background

This text has black color on #5E6E2E background.


White color preview on #5E6E2E background

This text has white color on #5E6E2E background.