COLOR #5E6C5F

HEX: #5E6C5F
RGB: (94,108,95)

Color info

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

RGB color model

#5E6C5F color RGB value is (94,108,95).

  • red value is 94;
  • green value is 108;
  • blue value is 95.
RGB:
(94,108,95)
(37%,42%,37%)

RGB channels and saturation

R 94 of 255 = 37%
G 108 of 255 = 42%
B 95 of 255 = 37%

94
108
95

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

Portions of RGB colors in percentages

R + G + B =
94 + 108 + 95 = 297 (100%)
R 94 of 297 ~ 31.65%
G 108 of 297 ~ 36.36%
B 95 of 297 ~ 31.99%

%31.65
%36.36
%31.99

CMYK color model

#5E6C5F color CMYK value is (13,0,12,58).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(13,0,12,58)
C13M0Y12K58 
(13%,0%,12%,58%)
(0.13/0.00/0.12/0.58)	

CMYK percentages

%12.96
%0
%12.04
%57.65

Codes

Color #5E6C5F in popluar color models

5E6C5F
RGB9410895
HSL124°6.93%39.61%
HSB/HSV124°12.96%42.35%
CMYK12.96%0.00%12.04%
57.65%

Color #5E6C5F in popluar number systems.

HEX5E6C5F
Decimal9410895
Binary101111011011001011111
Octal136154137

Shades and tints

Shades of #5E6C5F

#5E6C5F
(94,108,95)
#566357
(86,99,87)
#4E5A4F
(78,90,79)
#465147
(70,81,71)
#3E483F
(62,72,63)
#363F37
(54,63,55)
#2E362F
(46,54,47)
#262D27
(38,45,39)
#1E241F
(30,36,31)
#161B17
(22,27,23)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #5E6C5F

#5E6C5F
(94,108,95)
#6C796D
(108,121,109)
#7A867B
(122,134,123)
#889389
(136,147,137)
#96A097
(150,160,151)
#A4ADA5
(164,173,165)
#B2BAB3
(178,186,179)
#C0C7C1
(192,199,193)
#CED4CF
(206,212,207)
#DCE1DD
(220,225,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6C5F color. Also use rgb(94,108,95) instead hex code.

Text Font Color

.myTextColor { color: #5E6C5F; }

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

This text font color is #5E6C5F.


Background Color

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

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

This div background color is #5E6C5F.


Border color

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

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

This div border color is #5E6C5F.


Opacity

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

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

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

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

This text has shadow with #5E6C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6C5F on black background.


Color preview on white background

This text has color #5E6C5F on white background.



Black color preview on #5E6C5F background

This text has black color on #5E6C5F background.


White color preview on #5E6C5F background

This text has white color on #5E6C5F background.