COLOR #5C546D

HEX: #5C546D
RGB: (92,84,109)

Color info

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

RGB color model

#5C546D color RGB value is (92,84,109).

  • red value is 92;
  • green value is 84;
  • blue value is 109.
RGB:
(92,84,109)
(36%,33%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 84 of 255 = 33%
B 109 of 255 = 43%

92
84
109

R + G + B ~ 37%. #5C546D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 84 + 109 = 285 (100%)
R 92 of 285 ~ 32.28%
G 84 of 285 ~ 29.47%
B 109 of 285 ~ 38.25%

%32.28
%29.47
%38.25

CMYK color model

#5C546D color CMYK value is (16,23,0,57).

  • cyan value is 15.60%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(16,23,0,57)
C16M23Y0K57 
(16%,23%,0%,57%)
(0.16/0.23/0.00/0.57)	

CMYK percentages

%15.6
%22.94
%0
%57.25

Codes

Color #5C546D in popluar color models

5C546D
RGB9284109
HSL259°12.95%37.84%
HSB/HSV259°22.94%42.75%
CMYK15.60%22.94%0.00%
57.25%

Color #5C546D in popluar number systems.

HEX5C546D
Decimal9284109
Binary101110010101001101101
Octal134124155

Shades and tints

Shades of #5C546D

#5C546D
(92,84,109)
#544D64
(84,77,100)
#4C465B
(76,70,91)
#443F52
(68,63,82)
#3C3849
(60,56,73)
#343140
(52,49,64)
#2C2A37
(44,42,55)
#24232E
(36,35,46)
#1C1C25
(28,28,37)
#14151C
(20,21,28)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #5C546D

#5C546D
(92,84,109)
#6A637A
(106,99,122)
#787287
(120,114,135)
#868194
(134,129,148)
#9490A1
(148,144,161)
#A29FAE
(162,159,174)
#B0AEBB
(176,174,187)
#BEBDC8
(190,189,200)
#CCCCD5
(204,204,213)
#DADBE2
(218,219,226)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C546D color. Also use rgb(92,84,109) instead hex code.

Text Font Color

.myTextColor { color: #5C546D; }

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

This text font color is #5C546D.


Background Color

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

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

This div background color is #5C546D.


Border color

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

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

This div border color is #5C546D.


Opacity

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

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

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

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

This text has shadow with #5C546D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C546D on black background.


Color preview on white background

This text has color #5C546D on white background.



Black color preview on #5C546D background

This text has black color on #5C546D background.


White color preview on #5C546D background

This text has white color on #5C546D background.