COLOR #5E5D62

HEX: #5E5D62
RGB: (94,93,98)

Color info

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

RGB color model

#5E5D62 color RGB value is (94,93,98).

  • red value is 94;
  • green value is 93;
  • blue value is 98.
RGB:
(94,93,98)
(37%,36%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 98 of 255 = 38%

94
93
98

R + G + B ~ 37%. #5E5D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 98 = 285 (100%)
R 94 of 285 ~ 32.98%
G 93 of 285 ~ 32.63%
B 98 of 285 ~ 34.39%

%32.98
%32.63
%34.39

CMYK color model

#5E5D62 color CMYK value is (4,5,0,62).

  • cyan value is 4.08%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(4,5,0,62)
C4M5Y0K62 
(4%,5%,0%,62%)
(0.04/0.05/0.00/0.62)	

CMYK percentages

%4.08
%5.1
%0
%61.57

Codes

Color #5E5D62 in popluar color models

5E5D62
RGB949398
HSL252°2.62%37.45%
HSB/HSV252°5.10%38.43%
CMYK4.08%5.10%0.00%
61.57%

Color #5E5D62 in popluar number systems.

HEX5E5D62
Decimal949398
Binary101111010111011100010
Octal136135142

Shades and tints

Shades of #5E5D62

#5E5D62
(94,93,98)
#56555A
(86,85,90)
#4E4D52
(78,77,82)
#46454A
(70,69,74)
#3E3D42
(62,61,66)
#36353A
(54,53,58)
#2E2D32
(46,45,50)
#26252A
(38,37,42)
#1E1D22
(30,29,34)
#16151A
(22,21,26)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #5E5D62

#5E5D62
(94,93,98)
#6C6B70
(108,107,112)
#7A797E
(122,121,126)
#88878C
(136,135,140)
#96959A
(150,149,154)
#A4A3A8
(164,163,168)
#B2B1B6
(178,177,182)
#C0BFC4
(192,191,196)
#CECDD2
(206,205,210)
#DCDBE0
(220,219,224)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5D62 color. Also use rgb(94,93,98) instead hex code.

Text Font Color

.myTextColor { color: #5E5D62; }

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

This text font color is #5E5D62.


Background Color

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

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

This div background color is #5E5D62.


Border color

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

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

This div border color is #5E5D62.


Opacity

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

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

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

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

This text has shadow with #5E5D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5D62 on black background.


Color preview on white background

This text has color #5E5D62 on white background.



Black color preview on #5E5D62 background

This text has black color on #5E5D62 background.


White color preview on #5E5D62 background

This text has white color on #5E5D62 background.