COLOR #5E6E4E

HEX: #5E6E4E
RGB: (94,110,78)

Color info

#5E6E4E contains red, green and blue colors in about the same proportion. Web safe color of #5E6E4E is #666666 (or #666).

RGB color model

#5E6E4E color RGB value is (94,110,78).

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

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 78 of 255 = 31%

94
110
78

R + G + B ~ 37%. #5E6E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 110 + 78 = 282 (100%)
R 94 of 282 ~ 33.33%
G 110 of 282 ~ 39.01%
B 78 of 282 ~ 27.66%

%33.33
%39.01
%27.66

CMYK color model

#5E6E4E color CMYK value is (15,0,29,57).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(15,0,29,57)
C15M0Y29K57 
(15%,0%,29%,57%)
(0.15/0.00/0.29/0.57)	

CMYK percentages

%14.55
%0
%29.09
%56.86

Codes

Color #5E6E4E in popluar color models

5E6E4E
RGB9411078
HSL90°17.02%36.86%
HSB/HSV90°29.09%43.14%
CMYK14.55%0.00%29.09%
56.86%

Color #5E6E4E in popluar number systems.

HEX5E6E4E
Decimal9411078
Binary101111011011101001110
Octal136156116

Shades and tints

Shades of #5E6E4E

#5E6E4E
(94,110,78)
#566447
(86,100,71)
#4E5A40
(78,90,64)
#465039
(70,80,57)
#3E4632
(62,70,50)
#363C2B
(54,60,43)
#2E3224
(46,50,36)
#26281D
(38,40,29)
#1E1E16
(30,30,22)
#16140F
(22,20,15)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #5E6E4E

#5E6E4E
(94,110,78)
#6C7B5E
(108,123,94)
#7A886E
(122,136,110)
#88957E
(136,149,126)
#96A28E
(150,162,142)
#A4AF9E
(164,175,158)
#B2BCAE
(178,188,174)
#C0C9BE
(192,201,190)
#CED6CE
(206,214,206)
#DCE3DE
(220,227,222)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6E4E; }

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

This text font color is #5E6E4E.


Background Color

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

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

This div background color is #5E6E4E.


Border color

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

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

This div border color is #5E6E4E.


Opacity

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

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

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

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

This text has shadow with #5E6E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6E4E on black background.


Color preview on white background

This text has color #5E6E4E on white background.



Black color preview on #5E6E4E background

This text has black color on #5E6E4E background.


White color preview on #5E6E4E background

This text has white color on #5E6E4E background.