COLOR #5D5763

HEX: #5D5763
RGB: (93,87,99)

Color info

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

RGB color model

#5D5763 color RGB value is (93,87,99).

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

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 99 of 255 = 39%

93
87
99

R + G + B ~ 36%. #5D5763 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 99 = 279 (100%)
R 93 of 279 ~ 33.33%
G 87 of 279 ~ 31.18%
B 99 of 279 ~ 35.48%

%33.33
%31.18
%35.48

CMYK color model

#5D5763 color CMYK value is (6,12,0,61).

  • cyan value is 6.06%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(6,12,0,61)
C6M12Y0K61 
(6%,12%,0%,61%)
(0.06/0.12/0.00/0.61)	

CMYK percentages

%6.06
%12.12
%0
%61.18

Codes

Color #5D5763 in popluar color models

5D5763
RGB938799
HSL270°6.45%36.47%
HSB/HSV270°12.12%38.82%
CMYK6.06%12.12%0.00%
61.18%

Color #5D5763 in popluar number systems.

HEX5D5763
Decimal938799
Binary101110110101111100011
Octal135127143

Shades and tints

Shades of #5D5763

#5D5763
(93,87,99)
#55505A
(85,80,90)
#4D4951
(77,73,81)
#454248
(69,66,72)
#3D3B3F
(61,59,63)
#353436
(53,52,54)
#2D2D2D
(45,45,45)
#252624
(37,38,36)
#1D1F1B
(29,31,27)
#151812
(21,24,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #5D5763

#5D5763
(93,87,99)
#6B6671
(107,102,113)
#79757F
(121,117,127)
#87848D
(135,132,141)
#95939B
(149,147,155)
#A3A2A9
(163,162,169)
#B1B1B7
(177,177,183)
#BFC0C5
(191,192,197)
#CDCFD3
(205,207,211)
#DBDEE1
(219,222,225)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5763; }

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

This text font color is #5D5763.


Background Color

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

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

This div background color is #5D5763.


Border color

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

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

This div border color is #5D5763.


Opacity

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

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

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

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

This text has shadow with #5D5763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5763 on black background.


Color preview on white background

This text has color #5D5763 on white background.



Black color preview on #5D5763 background

This text has black color on #5D5763 background.


White color preview on #5D5763 background

This text has white color on #5D5763 background.