COLOR #5E5661

HEX: #5E5661
RGB: (94,86,97)

Color info

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

RGB color model

#5E5661 color RGB value is (94,86,97).

  • red value is 94;
  • green value is 86;
  • blue value is 97.
RGB:
(94,86,97)
(37%,34%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 97 of 255 = 38%

94
86
97

R + G + B ~ 36%. #5E5661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 97 = 277 (100%)
R 94 of 277 ~ 33.94%
G 86 of 277 ~ 31.05%
B 97 of 277 ~ 35.02%

%33.94
%31.05
%35.02

CMYK color model

#5E5661 color CMYK value is (3,11,0,62).

  • cyan value is 3.09%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(3,11,0,62)
C3M11Y0K62 
(3%,11%,0%,62%)
(0.03/0.11/0.00/0.62)	

CMYK percentages

%3.09
%11.34
%0
%61.96

Codes

Color #5E5661 in popluar color models

5E5661
RGB948697
HSL284°6.01%35.88%
HSB/HSV284°11.34%38.04%
CMYK3.09%11.34%0.00%
61.96%

Color #5E5661 in popluar number systems.

HEX5E5661
Decimal948697
Binary101111010101101100001
Octal136126141

Shades and tints

Shades of #5E5661

#5E5661
(94,86,97)
#564F59
(86,79,89)
#4E4851
(78,72,81)
#464149
(70,65,73)
#3E3A41
(62,58,65)
#363339
(54,51,57)
#2E2C31
(46,44,49)
#262529
(38,37,41)
#1E1E21
(30,30,33)
#161719
(22,23,25)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #5E5661

#5E5661
(94,86,97)
#6C656F
(108,101,111)
#7A747D
(122,116,125)
#88838B
(136,131,139)
#969299
(150,146,153)
#A4A1A7
(164,161,167)
#B2B0B5
(178,176,181)
#C0BFC3
(192,191,195)
#CECED1
(206,206,209)
#DCDDDF
(220,221,223)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5661 color. Also use rgb(94,86,97) instead hex code.

Text Font Color

.myTextColor { color: #5E5661; }

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

This text font color is #5E5661.


Background Color

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

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

This div background color is #5E5661.


Border color

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

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

This div border color is #5E5661.


Opacity

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

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

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

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

This text has shadow with #5E5661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5661 on black background.


Color preview on white background

This text has color #5E5661 on white background.



Black color preview on #5E5661 background

This text has black color on #5E5661 background.


White color preview on #5E5661 background

This text has white color on #5E5661 background.