COLOR #5D505F

HEX: #5D505F
RGB: (93,80,95)

Color info

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

RGB color model

#5D505F color RGB value is (93,80,95).

  • red value is 93;
  • green value is 80;
  • blue value is 95.
RGB:
(93,80,95)
(36%,31%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 95 of 255 = 37%

93
80
95

R + G + B ~ 35%. #5D505F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 95 = 268 (100%)
R 93 of 268 ~ 34.7%
G 80 of 268 ~ 29.85%
B 95 of 268 ~ 35.45%

%34.7
%29.85
%35.45

CMYK color model

#5D505F color CMYK value is (2,16,0,63).

  • cyan value is 2.11%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(2,16,0,63)
C2M16Y0K63 
(2%,16%,0%,63%)
(0.02/0.16/0.00/0.63)	

CMYK percentages

%2.11
%15.79
%0
%62.75

Codes

Color #5D505F in popluar color models

5D505F
RGB938095
HSL292°8.57%34.31%
HSB/HSV292°15.79%37.25%
CMYK2.11%15.79%0.00%
62.75%

Color #5D505F in popluar number systems.

HEX5D505F
Decimal938095
Binary101110110100001011111
Octal135120137

Shades and tints

Shades of #5D505F

#5D505F
(93,80,95)
#554957
(85,73,87)
#4D424F
(77,66,79)
#453B47
(69,59,71)
#3D343F
(61,52,63)
#352D37
(53,45,55)
#2D262F
(45,38,47)
#251F27
(37,31,39)
#1D181F
(29,24,31)
#151117
(21,17,23)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #5D505F

#5D505F
(93,80,95)
#6B5F6D
(107,95,109)
#796E7B
(121,110,123)
#877D89
(135,125,137)
#958C97
(149,140,151)
#A39BA5
(163,155,165)
#B1AAB3
(177,170,179)
#BFB9C1
(191,185,193)
#CDC8CF
(205,200,207)
#DBD7DD
(219,215,221)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D505F; }

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

This text font color is #5D505F.


Background Color

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

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

This div background color is #5D505F.


Border color

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

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

This div border color is #5D505F.


Opacity

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

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

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

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

This text has shadow with #5D505F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D505F on black background.


Color preview on white background

This text has color #5D505F on white background.



Black color preview on #5D505F background

This text has black color on #5D505F background.


White color preview on #5D505F background

This text has white color on #5D505F background.