COLOR #5D5353

HEX: #5D5353 RGB: (93,83,83)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
83
83

R + G + B ~ 34%. #5D5353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 83 + 83 = 259 (100%)
R 93 of 259 ~ 35.91%
G 83 of 259 ~ 32.05%
B 83 of 259 ~ 32.05'%

%35.91
%32.05
%32.05

CMYK color model

#5D5353 color CMYK value is (0,11,11,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 10.75%
  • key color value is 63.53%
CMYK: (0,11,11,64) C0M11Y11K64 (0%,11%,11%,64%) (0.00/0.11/0.11/0.64) 

CMYK percentages

%0
%10.75
%10.75
%63.53

Codes

Color #5D5353 in popluar color models

5D 53 53
RGB 93 83 83
HSL 5.68% 34.51%
HSB/HSV 10.75% 36.47%
CMYK 0.00% 10.75% 10.75%
63.53%

Color #5D5353 in popluar number systems.

HEX 5D 53 53
Decimal 93 83 83
Binary 1011101 1010011 1010011
Octal 135 123 123

Shades and tints

Shades of #5D5353

#5D5353
(93,83,83)
#554C4C
(85,76,76)
#4D4545
(77,69,69)
#453E3E
(69,62,62)
#3D3737
(61,55,55)
#353030
(53,48,48)
#2D2929
(45,41,41)
#252222
(37,34,34)
#1D1B1B
(29,27,27)
#151414
(21,20,20)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D5353

#5D5353
(93,83,83)
#6B6262
(107,98,98)
#797171
(121,113,113)
#878080
(135,128,128)
#958F8F
(149,143,143)
#A39E9E
(163,158,158)
#B1ADAD
(177,173,173)
#BFBCBC
(191,188,188)
#CDCBCB
(205,203,203)
#DBDADA
(219,218,218)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5353; }

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

This text font color is #5D5353.

Background Color

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

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

This div background color is #5D5353.

Border color

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

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

This div border color is #5D5353.

Opacity

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

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

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

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

This text has shadow with #5D5353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5353.

Preview

Color preview on black background

This text has color #5D5353 on black background.


Color preview on white background

This text has color #5D5353 on white background.


Black color preview on #5D5353 background

This text has black color on #5D5353 background.


White color preview on #5D5353 background

This text has white color on #5D5353 background.


Related colors

Complementary color

Complementary color for #hex is #A2ACAC.


I love getcolorcode.com