COLOR #5C535A

HEX: #5C535A
RGB: (92,83,90)

Color info

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

RGB color model

#5C535A color RGB value is (92,83,90).

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

RGB channels and saturation

R 92 of 255 = 36%
G 83 of 255 = 33%
B 90 of 255 = 35%

92
83
90

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

Portions of RGB colors in percentages

R + G + B =
92 + 83 + 90 = 265 (100%)
R 92 of 265 ~ 34.72%
G 83 of 265 ~ 31.32%
B 90 of 265 ~ 33.96%

%34.72
%31.32
%33.96

CMYK color model

#5C535A color CMYK value is (0,10,2,64).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(0,10,2,64)
C0M10Y2K64 
(0%,10%,2%,64%)
(0.00/0.10/0.02/0.64)	

CMYK percentages

%0
%9.78
%2.17
%63.92

Codes

Color #5C535A in popluar color models

5C535A
RGB928390
HSL313°5.14%34.31%
HSB/HSV313°9.78%36.08%
CMYK0.00%9.78%2.17%
63.92%

Color #5C535A in popluar number systems.

HEX5C535A
Decimal928390
Binary101110010100111011010
Octal134123132

Shades and tints

Shades of #5C535A

#5C535A
(92,83,90)
#544C52
(84,76,82)
#4C454A
(76,69,74)
#443E42
(68,62,66)
#3C373A
(60,55,58)
#343032
(52,48,50)
#2C292A
(44,41,42)
#242222
(36,34,34)
#1C1B1A
(28,27,26)
#141412
(20,20,18)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #5C535A

#5C535A
(92,83,90)
#6A6269
(106,98,105)
#787178
(120,113,120)
#868087
(134,128,135)
#948F96
(148,143,150)
#A29EA5
(162,158,165)
#B0ADB4
(176,173,180)
#BEBCC3
(190,188,195)
#CCCBD2
(204,203,210)
#DADAE1
(218,218,225)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C535A; }

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

This text font color is #5C535A.


Background Color

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

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

This div background color is #5C535A.


Border color

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

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

This div border color is #5C535A.


Opacity

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

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

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

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

This text has shadow with #5C535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C535A on black background.


Color preview on white background

This text has color #5C535A on white background.



Black color preview on #5C535A background

This text has black color on #5C535A background.


White color preview on #5C535A background

This text has white color on #5C535A background.