COLOR #5E6C76

HEX: #5E6C76
RGB: (94,108,118)

Color info

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

RGB color model

#5E6C76 color RGB value is (94,108,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 108 of 255 = 42%
B 118 of 255 = 46%

94
108
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 108 + 118 = 320 (100%)
R 94 of 320 ~ 29.38%
G 108 of 320 ~ 33.75%
B 118 of 320 ~ 36.88%

%29.38
%33.75
%36.88

CMYK color model

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

  • cyan value is 20.34%
  • magenta value is 8.47%
  • 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
%8.47
%0
%53.73

Codes

Color #5E6C76 in popluar color models

5E6C76
RGB94108118
HSL205°11.32%41.57%
HSB/HSV205°20.34%46.27%
CMYK20.34%8.47%0.00%
53.73%

Color #5E6C76 in popluar number systems.

HEX5E6C76
Decimal94108118
Binary101111011011001110110
Octal136154166

Shades and tints

Shades of #5E6C76

#5E6C76
(94,108,118)
#56636C
(86,99,108)
#4E5A62
(78,90,98)
#465158
(70,81,88)
#3E484E
(62,72,78)
#363F44
(54,63,68)
#2E363A
(46,54,58)
#262D30
(38,45,48)
#1E2426
(30,36,38)
#161B1C
(22,27,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #5E6C76

#5E6C76
(94,108,118)
#6C7982
(108,121,130)
#7A868E
(122,134,142)
#88939A
(136,147,154)
#96A0A6
(150,160,166)
#A4ADB2
(164,173,178)
#B2BABE
(178,186,190)
#C0C7CA
(192,199,202)
#CED4D6
(206,212,214)
#DCE1E2
(220,225,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6C76; }

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

This text font color is #5E6C76.


Background Color

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

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

This div background color is #5E6C76.


Border color

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

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

This div border color is #5E6C76.


Opacity

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

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

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

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

This text has shadow with #5E6C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6C76 on black background.


Color preview on white background

This text has color #5E6C76 on white background.



Black color preview on #5E6C76 background

This text has black color on #5E6C76 background.


White color preview on #5E6C76 background

This text has white color on #5E6C76 background.