COLOR #5C505E

HEX: #5C505E
RGB: (92,80,94)

Color info

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

RGB color model

#5C505E color RGB value is (92,80,94).

  • red value is 92;
  • green value is 80;
  • blue value is 94.
RGB:
(92,80,94)
(36%,31%,37%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 94 of 255 = 37%

92
80
94

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

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 94 = 266 (100%)
R 92 of 266 ~ 34.59%
G 80 of 266 ~ 30.08%
B 94 of 266 ~ 35.34%

%34.59
%30.08
%35.34

CMYK color model

#5C505E color CMYK value is (2,15,0,63).

  • cyan value is 2.13%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(2,15,0,63)
C2M15Y0K63 
(2%,15%,0%,63%)
(0.02/0.15/0.00/0.63)	

CMYK percentages

%2.13
%14.89
%0
%63.14

Codes

Color #5C505E in popluar color models

5C505E
RGB928094
HSL291°8.05%34.12%
HSB/HSV291°14.89%36.86%
CMYK2.13%14.89%0.00%
63.14%

Color #5C505E in popluar number systems.

HEX5C505E
Decimal928094
Binary101110010100001011110
Octal134120136

Shades and tints

Shades of #5C505E

#5C505E
(92,80,94)
#544956
(84,73,86)
#4C424E
(76,66,78)
#443B46
(68,59,70)
#3C343E
(60,52,62)
#342D36
(52,45,54)
#2C262E
(44,38,46)
#241F26
(36,31,38)
#1C181E
(28,24,30)
#141116
(20,17,22)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #5C505E

#5C505E
(92,80,94)
#6A5F6C
(106,95,108)
#786E7A
(120,110,122)
#867D88
(134,125,136)
#948C96
(148,140,150)
#A29BA4
(162,155,164)
#B0AAB2
(176,170,178)
#BEB9C0
(190,185,192)
#CCC8CE
(204,200,206)
#DAD7DC
(218,215,220)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C505E color. Also use rgb(92,80,94) instead hex code.

Text Font Color

.myTextColor { color: #5C505E; }

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

This text font color is #5C505E.


Background Color

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

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

This div background color is #5C505E.


Border color

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

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

This div border color is #5C505E.


Opacity

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

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

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

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

This text has shadow with #5C505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C505E on black background.


Color preview on white background

This text has color #5C505E on white background.



Black color preview on #5C505E background

This text has black color on #5C505E background.


White color preview on #5C505E background

This text has white color on #5C505E background.