COLOR #5E5D65

HEX: #5E5D65
RGB: (94,93,101)

Color info

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

RGB color model

#5E5D65 color RGB value is (94,93,101).

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

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 101 of 255 = 40%

94
93
101

R + G + B ~ 38%. #5E5D65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 101 = 288 (100%)
R 94 of 288 ~ 32.64%
G 93 of 288 ~ 32.29%
B 101 of 288 ~ 35.07%

%32.64
%32.29
%35.07

CMYK color model

#5E5D65 color CMYK value is (7,8,0,60).

  • cyan value is 6.93%
  • magenta value is 7.92%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(7,8,0,60)
C7M8Y0K60 
(7%,8%,0%,60%)
(0.07/0.08/0.00/0.60)	

CMYK percentages

%6.93
%7.92
%0
%60.39

Codes

Color #5E5D65 in popluar color models

5E5D65
RGB9493101
HSL248°4.12%38.04%
HSB/HSV248°7.92%39.61%
CMYK6.93%7.92%0.00%
60.39%

Color #5E5D65 in popluar number systems.

HEX5E5D65
Decimal9493101
Binary101111010111011100101
Octal136135145

Shades and tints

Shades of #5E5D65

#5E5D65
(94,93,101)
#56555C
(86,85,92)
#4E4D53
(78,77,83)
#46454A
(70,69,74)
#3E3D41
(62,61,65)
#363538
(54,53,56)
#2E2D2F
(46,45,47)
#262526
(38,37,38)
#1E1D1D
(30,29,29)
#161514
(22,21,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E5D65

#5E5D65
(94,93,101)
#6C6B73
(108,107,115)
#7A7981
(122,121,129)
#88878F
(136,135,143)
#96959D
(150,149,157)
#A4A3AB
(164,163,171)
#B2B1B9
(178,177,185)
#C0BFC7
(192,191,199)
#CECDD5
(206,205,213)
#DCDBE3
(220,219,227)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5D65; }

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

This text font color is #5E5D65.


Background Color

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

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

This div background color is #5E5D65.


Border color

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

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

This div border color is #5E5D65.


Opacity

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

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

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

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

This text has shadow with #5E5D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5D65 on black background.


Color preview on white background

This text has color #5E5D65 on white background.



Black color preview on #5E5D65 background

This text has black color on #5E5D65 background.


White color preview on #5E5D65 background

This text has white color on #5E5D65 background.