COLOR #5D535F

HEX: #5D535F RGB: (93,83,95)

Color info

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

RGB color model

#5D535F color RGB value is (93,83,95).

RGB: (93,83,95) (36%, 33%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 95 of 255 = 37%

93
83
95

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

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 95 = 271 (100%)
R 93 of 271 ~ 34.32%
G 83 of 271 ~ 30.63%
B 95 of 271 ~ 35.06'%

%34.32
%30.63
%35.06

CMYK color model

#5D535F color CMYK value is (2,13,0,63).

  • cyan value is 2.11%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (2,13,0,63)
C2M13Y0K63 (2%, 13%, 0%, 63%)
(0.02 / 0.13 / 0.00 / 0.63)

CMYK percentages

%2.11
%12.63
%0
%62.75

Codes

Color #5D535F in popluar color models

5D 53 5F
RGB 93 83 95
HSL 290° 6.74% 34.90%
HSB/HSV 290° 12.63% 37.25%
CMYK 2.11% 12.63% 0.00%
62.75%

Color #5D535F in popluar number systems.

HEX 5D 53 5F
Decimal 93 83 95
Binary 1011101 1010011 1011111
Octal 135 123 137

Shades and tints

Shades of #5D535F

#5D535F
(93,83,95)
#554C57
(85,76,87)
#4D454F
(77,69,79)
#453E47
(69,62,71)
#3D373F
(61,55,63)
#353037
(53,48,55)
#2D292F
(45,41,47)
#252227
(37,34,39)
#1D1B1F
(29,27,31)
#151417
(21,20,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D535F

#5D535F
(93,83,95)
#6B626D
(107,98,109)
#79717B
(121,113,123)
#878089
(135,128,137)
#958F97
(149,143,151)
#A39EA5
(163,158,165)
#B1ADB3
(177,173,179)
#BFBCC1
(191,188,193)
#CDCBCF
(205,203,207)
#DBDADD
(219,218,221)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D535F; }

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

This text font color is #5D535F.

Background Color

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

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

This div background color is #5D535F.

Border color

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

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

This div border color is #5D535F.

Opacity

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

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

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

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

This text has shadow with #5D535F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D535F.

Preview

Color preview on black background

This text has color #5D535F on black background.


Color preview on white background

This text has color #5D535F on white background.


Black color preview on #5D535F background

This text has black color on #5D535F background.


White color preview on #5D535F background

This text has white color on #5D535F background.


Related colors

Complementary color

Complementary color for #hex is #A2ACA0.


I love getcolorcode.com

Triadic colors

1 #5F5D53 and #535F5D with #5D535F are triadic colors.

2 #5F535D and #535D5F with #5D535F are triadic colors.