COLOR #5D646D

HEX: #5D646D
RGB: (93,100,109)

Color info

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

RGB color model

#5D646D color RGB value is (93,100,109).

  • red value is 93;
  • green value is 100;
  • blue value is 109.
RGB:
(93,100,109)
(36%,39%,43%)

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 109 of 255 = 43%

93
100
109

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

Portions of RGB colors in percentages

R + G + B =
93 + 100 + 109 = 302 (100%)
R 93 of 302 ~ 30.79%
G 100 of 302 ~ 33.11%
B 109 of 302 ~ 36.09%

%30.79
%33.11
%36.09

CMYK color model

#5D646D color CMYK value is (15,8,0,57).

  • cyan value is 14.68%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(15,8,0,57)
C15M8Y0K57 
(15%,8%,0%,57%)
(0.15/0.08/0.00/0.57)	

CMYK percentages

%14.68
%8.26
%0
%57.25

Codes

Color #5D646D in popluar color models

5D646D
RGB93100109
HSL214°7.92%39.61%
HSB/HSV214°14.68%42.75%
CMYK14.68%8.26%0.00%
57.25%

Color #5D646D in popluar number systems.

HEX5D646D
Decimal93100109
Binary101110111001001101101
Octal135144155

Shades and tints

Shades of #5D646D

#5D646D
(93,100,109)
#555B64
(85,91,100)
#4D525B
(77,82,91)
#454952
(69,73,82)
#3D4049
(61,64,73)
#353740
(53,55,64)
#2D2E37
(45,46,55)
#25252E
(37,37,46)
#1D1C25
(29,28,37)
#15131C
(21,19,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #5D646D

#5D646D
(93,100,109)
#6B727A
(107,114,122)
#798087
(121,128,135)
#878E94
(135,142,148)
#959CA1
(149,156,161)
#A3AAAE
(163,170,174)
#B1B8BB
(177,184,187)
#BFC6C8
(191,198,200)
#CDD4D5
(205,212,213)
#DBE2E2
(219,226,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D646D color. Also use rgb(93,100,109) instead hex code.

Text Font Color

.myTextColor { color: #5D646D; }

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

This text font color is #5D646D.


Background Color

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

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

This div background color is #5D646D.


Border color

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

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

This div border color is #5D646D.


Opacity

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

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

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

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

This text has shadow with #5D646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D646D on black background.


Color preview on white background

This text has color #5D646D on white background.



Black color preview on #5D646D background

This text has black color on #5D646D background.


White color preview on #5D646D background

This text has white color on #5D646D background.