COLOR #5E6E5D

HEX: #5E6E5D
RGB: (94,110,93)

Color info

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

RGB color model

#5E6E5D color RGB value is (94,110,93).

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

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 93 of 255 = 36%

94
110
93

R + G + B ~ 39%. #5E6E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 110 + 93 = 297 (100%)
R 94 of 297 ~ 31.65%
G 110 of 297 ~ 37.04%
B 93 of 297 ~ 31.31%

%31.65
%37.04
%31.31

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 56.86%
CMYK:
(15,0,15,57)
C15M0Y15K57 
(15%,0%,15%,57%)
(0.15/0.00/0.15/0.57)	

CMYK percentages

%14.55
%0
%15.45
%56.86

Codes

Color #5E6E5D in popluar color models

5E6E5D
RGB9411093
HSL116°8.37%39.80%
HSB/HSV116°15.45%43.14%
CMYK14.55%0.00%15.45%
56.86%

Color #5E6E5D in popluar number systems.

HEX5E6E5D
Decimal9411093
Binary101111011011101011101
Octal136156135

Shades and tints

Shades of #5E6E5D

#5E6E5D
(94,110,93)
#566455
(86,100,85)
#4E5A4D
(78,90,77)
#465045
(70,80,69)
#3E463D
(62,70,61)
#363C35
(54,60,53)
#2E322D
(46,50,45)
#262825
(38,40,37)
#1E1E1D
(30,30,29)
#161415
(22,20,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #5E6E5D

#5E6E5D
(94,110,93)
#6C7B6B
(108,123,107)
#7A8879
(122,136,121)
#889587
(136,149,135)
#96A295
(150,162,149)
#A4AFA3
(164,175,163)
#B2BCB1
(178,188,177)
#C0C9BF
(192,201,191)
#CED6CD
(206,214,205)
#DCE3DB
(220,227,219)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6E5D; }

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

This text font color is #5E6E5D.


Background Color

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

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

This div background color is #5E6E5D.


Border color

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

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

This div border color is #5E6E5D.


Opacity

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

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

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

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

This text has shadow with #5E6E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6E5D on black background.


Color preview on white background

This text has color #5E6E5D on white background.



Black color preview on #5E6E5D background

This text has black color on #5E6E5D background.


White color preview on #5E6E5D background

This text has white color on #5E6E5D background.