COLOR #5C535D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
83
93

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

Portions of RGB colors in percentages

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

%34.33
%30.97
%34.7

CMYK color model

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

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

CMYK percentages

%1.08
%10.75
%0
%63.53

Codes

Color #5C535D in popluar color models

5C535D
RGB928393
HSL294°5.68%34.51%
HSB/HSV294°10.75%36.47%
CMYK1.08%10.75%0.00%
63.53%

Color #5C535D in popluar number systems.

HEX5C535D
Decimal928393
Binary101110010100111011101
Octal134123135

Shades and tints

Shades of #5C535D

#5C535D
(92,83,93)
#544C55
(84,76,85)
#4C454D
(76,69,77)
#443E45
(68,62,69)
#3C373D
(60,55,61)
#343035
(52,48,53)
#2C292D
(44,41,45)
#242225
(36,34,37)
#1C1B1D
(28,27,29)
#141415
(20,20,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C535D

#5C535D
(92,83,93)
#6A626B
(106,98,107)
#787179
(120,113,121)
#868087
(134,128,135)
#948F95
(148,143,149)
#A29EA3
(162,158,163)
#B0ADB1
(176,173,177)
#BEBCBF
(190,188,191)
#CCCBCD
(204,203,205)
#DADADB
(218,218,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C535D; }

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

This text font color is #5C535D.


Background Color

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

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

This div background color is #5C535D.


Border color

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

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

This div border color is #5C535D.


Opacity

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

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

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

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

This text has shadow with #5C535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C535D on black background.


Color preview on white background

This text has color #5C535D on white background.



Black color preview on #5C535D background

This text has black color on #5C535D background.


White color preview on #5C535D background

This text has white color on #5C535D background.