COLOR #5C6373

HEX: #5C6373 RGB: (92,99,115)

Color info

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

RGB color model

#5C6373 color RGB value is (92,99,115).

RGB: (92,99,115) (36%, 39%, 45%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 115 of 255 = 45%

92
99
115

R + G + B ~ 40%. #5C6373 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 99 + 115 = 306 (100%)
R 92 of 306 ~ 30.07%
G 99 of 306 ~ 32.35%
B 115 of 306 ~ 37.58'%

%30.07
%32.35
%37.58

CMYK color model

#5C6373 color CMYK value is (20,14,0,55).

  • cyan value is 20.00%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (20,14,0,55)
C20M14Y0K55 (20%, 14%, 0%, 55%)
(0.20 / 0.14 / 0.00 / 0.55)

CMYK percentages

%20
%13.91
%0
%54.9

Codes

Color #5C6373 in popluar color models

5C 63 73
RGB 92 99 115
HSL 222° 11.11% 40.59%
HSB/HSV 222° 20.00% 45.10%
CMYK 20.00% 13.91% 0.00%
54.90%

Color #5C6373 in popluar number systems.

HEX 5C 63 73
Decimal 92 99 115
Binary 1011100 1100011 1110011
Octal 134 143 163

Shades and tints

Shades of #5C6373

#5C6373
(92,99,115)
#545A69
(84,90,105)
#4C515F
(76,81,95)
#444855
(68,72,85)
#3C3F4B
(60,63,75)
#343641
(52,54,65)
#2C2D37
(44,45,55)
#24242D
(36,36,45)
#1C1B23
(28,27,35)
#141219
(20,18,25)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #5C6373

#5C6373
(92,99,115)
#6A717F
(106,113,127)
#787F8B
(120,127,139)
#868D97
(134,141,151)
#949BA3
(148,155,163)
#A2A9AF
(162,169,175)
#B0B7BB
(176,183,187)
#BEC5C7
(190,197,199)
#CCD3D3
(204,211,211)
#DAE1DF
(218,225,223)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6373 color. Also use rgb(92,99,115) instead hex code.

Text Font Color

.myTextColor { color: #5C6373; }

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

This text font color is #5C6373.

Background Color

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

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

This div background color is #5C6373.

Border color

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

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

This div border color is #5C6373.

Opacity

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

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

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

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

This text has shadow with #5C6373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6373.

Preview

Color preview on black background

This text has color #5C6373 on black background.


Color preview on white background

This text has color #5C6373 on white background.


Black color preview on #5C6373 background

This text has black color on #5C6373 background.


White color preview on #5C6373 background

This text has white color on #5C6373 background.


Related colors

Complementary color

Complementary color for #hex is #A39C8C.


I love getcolorcode.com

Triadic colors

1 #735C63 and #63735C with #5C6373 are triadic colors.

2 #73635C and #635C73 with #5C6373 are triadic colors.