COLOR #5D535C

HEX: #5D535C
RGB: (93,83,92)

Color info

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

RGB color model

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

  • red value is 93;
  • green value is 83;
  • blue value is 92.
RGB:
(93,83,92)
(36%,33%,36%)

RGB channels and saturation

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

93
83
92

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 92 = 268 (100%)
R 93 of 268 ~ 34.7%
G 83 of 268 ~ 30.97%
B 92 of 268 ~ 34.33%

%34.7
%30.97
%34.33

CMYK color model

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

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

CMYK percentages

%0
%10.75
%1.08
%63.53

Codes

Color #5D535C in popluar color models

5D535C
RGB938392
HSL306°5.68%34.51%
HSB/HSV306°10.75%36.47%
CMYK0.00%10.75%1.08%
63.53%

Color #5D535C in popluar number systems.

HEX5D535C
Decimal938392
Binary101110110100111011100
Octal135123134

Shades and tints

Shades of #5D535C

#5D535C
(93,83,92)
#554C54
(85,76,84)
#4D454C
(77,69,76)
#453E44
(69,62,68)
#3D373C
(61,55,60)
#353034
(53,48,52)
#2D292C
(45,41,44)
#252224
(37,34,36)
#1D1B1C
(29,27,28)
#151414
(21,20,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #5D535C

#5D535C
(93,83,92)
#6B626A
(107,98,106)
#797178
(121,113,120)
#878086
(135,128,134)
#958F94
(149,143,148)
#A39EA2
(163,158,162)
#B1ADB0
(177,173,176)
#BFBCBE
(191,188,190)
#CDCBCC
(205,203,204)
#DBDADA
(219,218,218)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D535C; }

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

This text font color is #5D535C.


Background Color

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

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

This div background color is #5D535C.


Border color

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

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

This div border color is #5D535C.


Opacity

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

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

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

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

This text has shadow with #5D535C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D535C on black background.


Color preview on white background

This text has color #5D535C on white background.



Black color preview on #5D535C background

This text has black color on #5D535C background.


White color preview on #5D535C background

This text has white color on #5D535C background.