COLOR #5C584F

HEX: #5C584F RGB: (92,88,79)

Color info

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

RGB color model

#5C584F color RGB value is (92,88,79).

RGB: (92,88,79) (36%, 35%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 88 of 255 = 35%
B 79 of 255 = 31%

92
88
79

R + G + B ~ 34%. #5C584F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 88 + 79 = 259 (100%)
R 92 of 259 ~ 35.52%
G 88 of 259 ~ 33.98%
B 79 of 259 ~ 30.5'%

%35.52
%33.98
%30.5

CMYK color model

#5C584F color CMYK value is (0,4,14,64).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK: (0,4,14,64) C0M4Y14K64 (0%,4%,14%,64%) (0.00/0.04/0.14/0.64) 

CMYK percentages

%0
%4.35
%14.13
%63.92

Codes

Color #5C584F in popluar color models

5C 58 4F
RGB 92 88 79
HSL 42° 7.60% 33.53%
HSB/HSV 42° 14.13% 36.08%
CMYK 0.00% 4.35% 14.13%
63.92%

Color #5C584F in popluar number systems.

HEX 5C 58 4F
Decimal 92 88 79
Binary 1011100 1011000 1001111
Octal 134 130 117

Shades and tints

Shades of #5C584F

#5C584F
(92,88,79)
#545048
(84,80,72)
#4C4841
(76,72,65)
#44403A
(68,64,58)
#3C3833
(60,56,51)
#34302C
(52,48,44)
#2C2825
(44,40,37)
#24201E
(36,32,30)
#1C1817
(28,24,23)
#141010
(20,16,16)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #5C584F

#5C584F
(92,88,79)
#6A675F
(106,103,95)
#78766F
(120,118,111)
#86857F
(134,133,127)
#94948F
(148,148,143)
#A2A39F
(162,163,159)
#B0B2AF
(176,178,175)
#BEC1BF
(190,193,191)
#CCD0CF
(204,208,207)
#DADFDF
(218,223,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C584F; }

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

This text font color is #5C584F.

Background Color

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

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

This div background color is #5C584F.

Border color

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

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

This div border color is #5C584F.

Opacity

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

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

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

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

This text has shadow with #5C584F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C584F.

Preview

Color preview on black background

This text has color #5C584F on black background.


Color preview on white background

This text has color #5C584F on white background.


Black color preview on #5C584F background

This text has black color on #5C584F background.


White color preview on #5C584F background

This text has white color on #5C584F background.


Related colors

Complementary color

Complementary color for #hex is #A3A7B0.


I love getcolorcode.com

Triadic colors

1 #4F5C58 and #584F5C with #5C584F are triadic colors.

2 #4F585C and #585C4F with #5C584F are triadic colors.