COLOR #5C535B

HEX: #5C535B
RGB: (92,83,91)

Color info

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

RGB color model

#5C535B color RGB value is (92,83,91).

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

RGB channels and saturation

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

92
83
91

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

Portions of RGB colors in percentages

R + G + B =
92 + 83 + 91 = 266 (100%)
R 92 of 266 ~ 34.59%
G 83 of 266 ~ 31.2%
B 91 of 266 ~ 34.21%

%34.59
%31.2
%34.21

CMYK color model

#5C535B color CMYK value is (0,10,1,64).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(0,10,1,64)
C0M10Y1K64 
(0%,10%,1%,64%)
(0.00/0.10/0.01/0.64)	

CMYK percentages

%0
%9.78
%1.09
%63.92

Codes

Color #5C535B in popluar color models

5C535B
RGB928391
HSL307°5.14%34.31%
HSB/HSV307°9.78%36.08%
CMYK0.00%9.78%1.09%
63.92%

Color #5C535B in popluar number systems.

HEX5C535B
Decimal928391
Binary101110010100111011011
Octal134123133

Shades and tints

Shades of #5C535B

#5C535B
(92,83,91)
#544C53
(84,76,83)
#4C454B
(76,69,75)
#443E43
(68,62,67)
#3C373B
(60,55,59)
#343033
(52,48,51)
#2C292B
(44,41,43)
#242223
(36,34,35)
#1C1B1B
(28,27,27)
#141413
(20,20,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #5C535B

#5C535B
(92,83,91)
#6A6269
(106,98,105)
#787177
(120,113,119)
#868085
(134,128,133)
#948F93
(148,143,147)
#A29EA1
(162,158,161)
#B0ADAF
(176,173,175)
#BEBCBD
(190,188,189)
#CCCBCB
(204,203,203)
#DADAD9
(218,218,217)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C535B; }

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

This text font color is #5C535B.


Background Color

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

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

This div background color is #5C535B.


Border color

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

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

This div border color is #5C535B.


Opacity

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

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

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

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

This text has shadow with #5C535B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C535B on black background.


Color preview on white background

This text has color #5C535B on white background.



Black color preview on #5C535B background

This text has black color on #5C535B background.


White color preview on #5C535B background

This text has white color on #5C535B background.