COLOR #5D636B

HEX: #5D636B
RGB: (93,99,107)

Color info

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

RGB color model

#5D636B color RGB value is (93,99,107).

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

RGB channels and saturation

R 93 of 255 = 36%
G 99 of 255 = 39%
B 107 of 255 = 42%

93
99
107

R + G + B ~ 39%. #5D636B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 99 + 107 = 299 (100%)
R 93 of 299 ~ 31.1%
G 99 of 299 ~ 33.11%
B 107 of 299 ~ 35.79%

%31.1
%33.11
%35.79

CMYK color model

#5D636B color CMYK value is (13,7,0,58).

  • cyan value is 13.08%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(13,7,0,58)
C13M7Y0K58 
(13%,7%,0%,58%)
(0.13/0.07/0.00/0.58)	

CMYK percentages

%13.08
%7.48
%0
%58.04

Codes

Color #5D636B in popluar color models

5D636B
RGB9399107
HSL214°7.00%39.22%
HSB/HSV214°13.08%41.96%
CMYK13.08%7.48%0.00%
58.04%

Color #5D636B in popluar number systems.

HEX5D636B
Decimal9399107
Binary101110111000111101011
Octal135143153

Shades and tints

Shades of #5D636B

#5D636B
(93,99,107)
#555A62
(85,90,98)
#4D5159
(77,81,89)
#454850
(69,72,80)
#3D3F47
(61,63,71)
#35363E
(53,54,62)
#2D2D35
(45,45,53)
#25242C
(37,36,44)
#1D1B23
(29,27,35)
#15121A
(21,18,26)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #5D636B

#5D636B
(93,99,107)
#6B7178
(107,113,120)
#797F85
(121,127,133)
#878D92
(135,141,146)
#959B9F
(149,155,159)
#A3A9AC
(163,169,172)
#B1B7B9
(177,183,185)
#BFC5C6
(191,197,198)
#CDD3D3
(205,211,211)
#DBE1E0
(219,225,224)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D636B; }

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

This text font color is #5D636B.


Background Color

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

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

This div background color is #5D636B.


Border color

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

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

This div border color is #5D636B.


Opacity

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

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

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

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

This text has shadow with #5D636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D636B on black background.


Color preview on white background

This text has color #5D636B on white background.



Black color preview on #5D636B background

This text has black color on #5D636B background.


White color preview on #5D636B background

This text has white color on #5D636B background.