COLOR #5D6265

HEX: #5D6265
RGB: (93,98,101)

Color info

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

RGB color model

#5D6265 color RGB value is (93,98,101).

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

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 101 of 255 = 40%

93
98
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 98 + 101 = 292 (100%)
R 93 of 292 ~ 31.85%
G 98 of 292 ~ 33.56%
B 101 of 292 ~ 34.59%

%31.85
%33.56
%34.59

CMYK color model

#5D6265 color CMYK value is (8,3,0,60).

  • cyan value is 7.92%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,3,0,60)
C8M3Y0K60 
(8%,3%,0%,60%)
(0.08/0.03/0.00/0.60)	

CMYK percentages

%7.92
%2.97
%0
%60.39

Codes

Color #5D6265 in popluar color models

5D6265
RGB9398101
HSL203°4.12%38.04%
HSB/HSV203°7.92%39.61%
CMYK7.92%2.97%0.00%
60.39%

Color #5D6265 in popluar number systems.

HEX5D6265
Decimal9398101
Binary101110111000101100101
Octal135142145

Shades and tints

Shades of #5D6265

#5D6265
(93,98,101)
#555A5C
(85,90,92)
#4D5253
(77,82,83)
#454A4A
(69,74,74)
#3D4241
(61,66,65)
#353A38
(53,58,56)
#2D322F
(45,50,47)
#252A26
(37,42,38)
#1D221D
(29,34,29)
#151A14
(21,26,20)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #5D6265

#5D6265
(93,98,101)
#6B7073
(107,112,115)
#797E81
(121,126,129)
#878C8F
(135,140,143)
#959A9D
(149,154,157)
#A3A8AB
(163,168,171)
#B1B6B9
(177,182,185)
#BFC4C7
(191,196,199)
#CDD2D5
(205,210,213)
#DBE0E3
(219,224,227)
#E9EEF1
(233,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6265; }

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

This text font color is #5D6265.


Background Color

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

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

This div background color is #5D6265.


Border color

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

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

This div border color is #5D6265.


Opacity

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

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

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

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

This text has shadow with #5D6265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6265 on black background.


Color preview on white background

This text has color #5D6265 on white background.



Black color preview on #5D6265 background

This text has black color on #5D6265 background.


White color preview on #5D6265 background

This text has white color on #5D6265 background.