COLOR #5D5B63

HEX: #5D5B63
RGB: (93,91,99)

Color info

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

RGB color model

#5D5B63 color RGB value is (93,91,99).

  • red value is 93;
  • green value is 91;
  • blue value is 99.
RGB:
(93,91,99)
(36%,36%,39%)

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 99 of 255 = 39%

93
91
99

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

Portions of RGB colors in percentages

R + G + B =
93 + 91 + 99 = 283 (100%)
R 93 of 283 ~ 32.86%
G 91 of 283 ~ 32.16%
B 99 of 283 ~ 34.98%

%32.86
%32.16
%34.98

CMYK color model

#5D5B63 color CMYK value is (6,8,0,61).

  • cyan value is 6.06%
  • magenta value is 8.08%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(6,8,0,61)
C6M8Y0K61 
(6%,8%,0%,61%)
(0.06/0.08/0.00/0.61)	

CMYK percentages

%6.06
%8.08
%0
%61.18

Codes

Color #5D5B63 in popluar color models

5D5B63
RGB939199
HSL255°4.21%37.25%
HSB/HSV255°8.08%38.82%
CMYK6.06%8.08%0.00%
61.18%

Color #5D5B63 in popluar number systems.

HEX5D5B63
Decimal939199
Binary101110110110111100011
Octal135133143

Shades and tints

Shades of #5D5B63

#5D5B63
(93,91,99)
#55535A
(85,83,90)
#4D4B51
(77,75,81)
#454348
(69,67,72)
#3D3B3F
(61,59,63)
#353336
(53,51,54)
#2D2B2D
(45,43,45)
#252324
(37,35,36)
#1D1B1B
(29,27,27)
#151312
(21,19,18)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D5B63

#5D5B63
(93,91,99)
#6B6971
(107,105,113)
#79777F
(121,119,127)
#87858D
(135,133,141)
#95939B
(149,147,155)
#A3A1A9
(163,161,169)
#B1AFB7
(177,175,183)
#BFBDC5
(191,189,197)
#CDCBD3
(205,203,211)
#DBD9E1
(219,217,225)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5B63 color. Also use rgb(93,91,99) instead hex code.

Text Font Color

.myTextColor { color: #5D5B63; }

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

This text font color is #5D5B63.


Background Color

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

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

This div background color is #5D5B63.


Border color

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

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

This div border color is #5D5B63.


Opacity

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

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

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

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

This text has shadow with #5D5B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5B63 on black background.


Color preview on white background

This text has color #5D5B63 on white background.



Black color preview on #5D5B63 background

This text has black color on #5D5B63 background.


White color preview on #5D5B63 background

This text has white color on #5D5B63 background.