COLOR #5C474C

HEX: #5C474C RGB: (92,71,76)

Color info

#5C474C contains red, green and blue colors in about the same proportion. Web safe color of #5C474C is #663333 (or #633).

RGB color model

#5C474C color RGB value is (92,71,76).

RGB: (92,71,76) (36%, 28%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 76 of 255 = 30%

92
71
76

R + G + B ~ 31%. #5C474C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 76 = 239 (100%)
R 92 of 239 ~ 38.49%
G 71 of 239 ~ 29.71%
B 76 of 239 ~ 31.8'%

%38.49
%29.71
%31.8

CMYK color model

#5C474C color CMYK value is (0,23,17,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 17.39%
  • key color value is 63.92%

CMYK: (0,23,17,64)
C0M23Y17K64 (0%, 23%, 17%, 64%)
(0.00 / 0.23 / 0.17 / 0.64)

CMYK percentages

%0
%22.83
%17.39
%63.92

Codes

Color #5C474C in popluar color models

5C 47 4C
RGB 92 71 76
HSL 346° 12.88% 31.96%
HSB/HSV 346° 22.83% 36.08%
CMYK 0.00% 22.83% 17.39%
63.92%

Color #5C474C in popluar number systems.

HEX 5C 47 4C
Decimal 92 71 76
Binary 1011100 1000111 1001100
Octal 134 107 114

Shades and tints

Shades of #5C474C

#5C474C
(92,71,76)
#544146
(84,65,70)
#4C3B40
(76,59,64)
#44353A
(68,53,58)
#3C2F34
(60,47,52)
#34292E
(52,41,46)
#2C2328
(44,35,40)
#241D22
(36,29,34)
#1C171C
(28,23,28)
#141116
(20,17,22)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #5C474C

#5C474C
(92,71,76)
#6A575C
(106,87,92)
#78676C
(120,103,108)
#86777C
(134,119,124)
#94878C
(148,135,140)
#A2979C
(162,151,156)
#B0A7AC
(176,167,172)
#BEB7BC
(190,183,188)
#CCC7CC
(204,199,204)
#DAD7DC
(218,215,220)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C474C color. Also use rgb(92,71,76) instead hex code.

Text Font Color

.myTextColor { color: #5C474C; }

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

This text font color is #5C474C.

Background Color

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

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

This div background color is #5C474C.

Border color

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

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

This div border color is #5C474C.

Opacity

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

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

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

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

This text has shadow with #5C474C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C474C.

Preview

Color preview on black background

This text has color #5C474C on black background.


Color preview on white background

This text has color #5C474C on white background.


Black color preview on #5C474C background

This text has black color on #5C474C background.


White color preview on #5C474C background

This text has white color on #5C474C background.


Related colors

Complementary color

Complementary color for #hex is #A3B8B3.


I love getcolorcode.com

Triadic colors

1 #4C5C47 and #474C5C with #5C474C are triadic colors.

2 #4C475C and #475C4C with #5C474C are triadic colors.