COLOR #5E6D76

HEX: #5E6D76
RGB: (94,109,118)

Color info

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

RGB color model

#5E6D76 color RGB value is (94,109,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 109 of 255 = 43%
B 118 of 255 = 46%

94
109
118

R + G + B ~ 42%. #5E6D76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 109 + 118 = 321 (100%)
R 94 of 321 ~ 29.28%
G 109 of 321 ~ 33.96%
B 118 of 321 ~ 36.76%

%29.28
%33.96
%36.76

CMYK color model

#5E6D76 color CMYK value is (20,8,0,54).

  • cyan value is 20.34%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(20,8,0,54)
C20M8Y0K54 
(20%,8%,0%,54%)
(0.20/0.08/0.00/0.54)	

CMYK percentages

%20.34
%7.63
%0
%53.73

Codes

Color #5E6D76 in popluar color models

5E6D76
RGB94109118
HSL203°11.32%41.57%
HSB/HSV203°20.34%46.27%
CMYK20.34%7.63%0.00%
53.73%

Color #5E6D76 in popluar number systems.

HEX5E6D76
Decimal94109118
Binary101111011011011110110
Octal136155166

Shades and tints

Shades of #5E6D76

#5E6D76
(94,109,118)
#56646C
(86,100,108)
#4E5B62
(78,91,98)
#465258
(70,82,88)
#3E494E
(62,73,78)
#364044
(54,64,68)
#2E373A
(46,55,58)
#262E30
(38,46,48)
#1E2526
(30,37,38)
#161C1C
(22,28,28)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #5E6D76

#5E6D76
(94,109,118)
#6C7A82
(108,122,130)
#7A878E
(122,135,142)
#88949A
(136,148,154)
#96A1A6
(150,161,166)
#A4AEB2
(164,174,178)
#B2BBBE
(178,187,190)
#C0C8CA
(192,200,202)
#CED5D6
(206,213,214)
#DCE2E2
(220,226,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6D76 color. Also use rgb(94,109,118) instead hex code.

Text Font Color

.myTextColor { color: #5E6D76; }

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

This text font color is #5E6D76.


Background Color

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

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

This div background color is #5E6D76.


Border color

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

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

This div border color is #5E6D76.


Opacity

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

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

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

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

This text has shadow with #5E6D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6D76 on black background.


Color preview on white background

This text has color #5E6D76 on white background.



Black color preview on #5E6D76 background

This text has black color on #5E6D76 background.


White color preview on #5E6D76 background

This text has white color on #5E6D76 background.