COLOR #5E676E

HEX: #5E676E
RGB: (94,103,110)

Color info

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

RGB color model

#5E676E color RGB value is (94,103,110).

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

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 110 of 255 = 43%

94
103
110

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

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 110 = 307 (100%)
R 94 of 307 ~ 30.62%
G 103 of 307 ~ 33.55%
B 110 of 307 ~ 35.83%

%30.62
%33.55
%35.83

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,6,0,57)
C15M6Y0K57 
(15%,6%,0%,57%)
(0.15/0.06/0.00/0.57)	

CMYK percentages

%14.55
%6.36
%0
%56.86

Codes

Color #5E676E in popluar color models

5E676E
RGB94103110
HSL206°7.84%40.00%
HSB/HSV206°14.55%43.14%
CMYK14.55%6.36%0.00%
56.86%

Color #5E676E in popluar number systems.

HEX5E676E
Decimal94103110
Binary101111011001111101110
Octal136147156

Shades and tints

Shades of #5E676E

#5E676E
(94,103,110)
#565E64
(86,94,100)
#4E555A
(78,85,90)
#464C50
(70,76,80)
#3E4346
(62,67,70)
#363A3C
(54,58,60)
#2E3132
(46,49,50)
#262828
(38,40,40)
#1E1F1E
(30,31,30)
#161614
(22,22,20)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #5E676E

#5E676E
(94,103,110)
#6C747B
(108,116,123)
#7A8188
(122,129,136)
#888E95
(136,142,149)
#969BA2
(150,155,162)
#A4A8AF
(164,168,175)
#B2B5BC
(178,181,188)
#C0C2C9
(192,194,201)
#CECFD6
(206,207,214)
#DCDCE3
(220,220,227)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E676E; }

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

This text font color is #5E676E.


Background Color

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

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

This div background color is #5E676E.


Border color

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

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

This div border color is #5E676E.


Opacity

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

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

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

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

This text has shadow with #5E676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E676E on black background.


Color preview on white background

This text has color #5E676E on white background.



Black color preview on #5E676E background

This text has black color on #5E676E background.


White color preview on #5E676E background

This text has white color on #5E676E background.