COLOR #5D504F

HEX: #5D504F RGB: (93,80,79)

Color info

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

RGB color model

#5D504F color RGB value is (93,80,79).

RGB: (93,80,79) (36%, 31%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 79 of 255 = 31%

93
80
79

R + G + B ~ 33%. #5D504F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 80 + 79 = 252 (100%)
R 93 of 252 ~ 36.9%
G 80 of 252 ~ 31.75%
B 79 of 252 ~ 31.35'%

%36.9
%31.75
%31.35

CMYK color model

#5D504F color CMYK value is (0,14,15,64).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 15.05%
  • key color value is 63.53%
CMYK: (0,14,15,64) C0M14Y15K64 (0%,14%,15%,64%) (0.00/0.14/0.15/0.64) 

CMYK percentages

%0
%13.98
%15.05
%63.53

Codes

Color #5D504F in popluar color models

5D 50 4F
RGB 93 80 79
HSL 8.14% 33.73%
HSB/HSV 15.05% 36.47%
CMYK 0.00% 13.98% 15.05%
63.53%

Color #5D504F in popluar number systems.

HEX 5D 50 4F
Decimal 93 80 79
Binary 1011101 1010000 1001111
Octal 135 120 117

Shades and tints

Shades of #5D504F

#5D504F
(93,80,79)
#554948
(85,73,72)
#4D4241
(77,66,65)
#453B3A
(69,59,58)
#3D3433
(61,52,51)
#352D2C
(53,45,44)
#2D2625
(45,38,37)
#251F1E
(37,31,30)
#1D1817
(29,24,23)
#151110
(21,17,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #5D504F

#5D504F
(93,80,79)
#6B5F5F
(107,95,95)
#796E6F
(121,110,111)
#877D7F
(135,125,127)
#958C8F
(149,140,143)
#A39B9F
(163,155,159)
#B1AAAF
(177,170,175)
#BFB9BF
(191,185,191)
#CDC8CF
(205,200,207)
#DBD7DF
(219,215,223)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D504F color. Also use rgb(93,80,79) instead hex code.

Text Font Color

.myTextColor { color: #5D504F; }

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

This text font color is #5D504F.

Background Color

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

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

This div background color is #5D504F.

Border color

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

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

This div border color is #5D504F.

Opacity

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

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

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

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

This text has shadow with #5D504F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D504F.

Preview

Color preview on black background

This text has color #5D504F on black background.


Color preview on white background

This text has color #5D504F on white background.


Black color preview on #5D504F background

This text has black color on #5D504F background.


White color preview on #5D504F background

This text has white color on #5D504F background.


Related colors

Complementary color

Complementary color for #hex is #A2AFB0.


I love getcolorcode.com

Triadic colors

1 #4F5D50 and #504F5D with #5D504F are triadic colors.

2 #4F505D and #505D4F with #5D504F are triadic colors.