COLOR #5E6B5F

HEX: #5E6B5F
RGB: (94,107,95)

Color info

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

RGB color model

#5E6B5F color RGB value is (94,107,95).

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

RGB channels and saturation

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

94
107
95

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

Portions of RGB colors in percentages

R + G + B =
94 + 107 + 95 = 296 (100%)
R 94 of 296 ~ 31.76%
G 107 of 296 ~ 36.15%
B 95 of 296 ~ 32.09%

%31.76
%36.15
%32.09

CMYK color model

#5E6B5F color CMYK value is (12,0,11,58).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(12,0,11,58)
C12M0Y11K58 
(12%,0%,11%,58%)
(0.12/0.00/0.11/0.58)	

CMYK percentages

%12.15
%0
%11.21
%58.04

Codes

Color #5E6B5F in popluar color models

5E6B5F
RGB9410795
HSL125°6.47%39.41%
HSB/HSV125°12.15%41.96%
CMYK12.15%0.00%11.21%
58.04%

Color #5E6B5F in popluar number systems.

HEX5E6B5F
Decimal9410795
Binary101111011010111011111
Octal136153137

Shades and tints

Shades of #5E6B5F

#5E6B5F
(94,107,95)
#566257
(86,98,87)
#4E594F
(78,89,79)
#465047
(70,80,71)
#3E473F
(62,71,63)
#363E37
(54,62,55)
#2E352F
(46,53,47)
#262C27
(38,44,39)
#1E231F
(30,35,31)
#161A17
(22,26,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #5E6B5F

#5E6B5F
(94,107,95)
#6C786D
(108,120,109)
#7A857B
(122,133,123)
#889289
(136,146,137)
#969F97
(150,159,151)
#A4ACA5
(164,172,165)
#B2B9B3
(178,185,179)
#C0C6C1
(192,198,193)
#CED3CF
(206,211,207)
#DCE0DD
(220,224,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6B5F; }

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

This text font color is #5E6B5F.


Background Color

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

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

This div background color is #5E6B5F.


Border color

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

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

This div border color is #5E6B5F.


Opacity

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

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

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

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

This text has shadow with #5E6B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6B5F on black background.


Color preview on white background

This text has color #5E6B5F on white background.



Black color preview on #5E6B5F background

This text has black color on #5E6B5F background.


White color preview on #5E6B5F background

This text has white color on #5E6B5F background.