COLOR #5C474F

HEX: #5C474F RGB: (92,71,79)

Color info

#5C474F contains red, green and blue colors in about the same proportion. Web safe color of #5C474F is #663366 (or #636).

RGB color model

#5C474F color RGB value is (92,71,79).

RGB: (92,71,79) (36%, 28%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 79 of 255 = 31%

92
71
79

R + G + B ~ 32%. #5C474F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 79 = 242 (100%)
R 92 of 242 ~ 38.02%
G 71 of 242 ~ 29.34%
B 79 of 242 ~ 32.64'%

%38.02
%29.34
%32.64

CMYK color model

#5C474F color CMYK value is (0,23,14,64).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK: (0,23,14,64) C0M23Y14K64 (0%,23%,14%,64%) (0.00/0.23/0.14/0.64) 

CMYK percentages

%0
%22.83
%14.13
%63.92

Codes

Color #5C474F in popluar color models

5C 47 4F
RGB 92 71 79
HSL 337° 12.88% 31.96%
HSB/HSV 337° 22.83% 36.08%
CMYK 0.00% 22.83% 14.13%
63.92%

Color #5C474F in popluar number systems.

HEX 5C 47 4F
Decimal 92 71 79
Binary 1011100 1000111 1001111
Octal 134 107 117

Shades and tints

Shades of #5C474F

#5C474F
(92,71,79)
#544148
(84,65,72)
#4C3B41
(76,59,65)
#44353A
(68,53,58)
#3C2F33
(60,47,51)
#34292C
(52,41,44)
#2C2325
(44,35,37)
#241D1E
(36,29,30)
#1C1717
(28,23,23)
#141110
(20,17,16)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #5C474F

#5C474F
(92,71,79)
#6A575F
(106,87,95)
#78676F
(120,103,111)
#86777F
(134,119,127)
#94878F
(148,135,143)
#A2979F
(162,151,159)
#B0A7AF
(176,167,175)
#BEB7BF
(190,183,191)
#CCC7CF
(204,199,207)
#DAD7DF
(218,215,223)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C474F; }

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

This text font color is #5C474F.

Background Color

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

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

This div background color is #5C474F.

Border color

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

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

This div border color is #5C474F.

Opacity

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

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

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

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

This text has shadow with #5C474F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C474F.

Preview

Color preview on black background

This text has color #5C474F on black background.


Color preview on white background

This text has color #5C474F on white background.


Black color preview on #5C474F background

This text has black color on #5C474F background.


White color preview on #5C474F background

This text has white color on #5C474F background.


Related colors

Complementary color

Complementary color for #hex is #A3B8B0.


I love getcolorcode.com

Triadic colors

1 #4F5C47 and #474F5C with #5C474F are triadic colors.

2 #4F475C and #475C4F with #5C474F are triadic colors.