COLOR #5C554F

HEX: #5C554F
RGB: (92,85,79)

Color info

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

RGB color model

#5C554F color RGB value is (92,85,79).

  • red value is 92;
  • green value is 85;
  • blue value is 79.
RGB:
(92,85,79)
(36%,33%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 79 of 255 = 31%

92
85
79

R + G + B ~ 33%. #5C554F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 79 = 256 (100%)
R 92 of 256 ~ 35.94%
G 85 of 256 ~ 33.2%
B 79 of 256 ~ 30.86%

%35.94
%33.2
%30.86

CMYK color model

#5C554F color CMYK value is (0,8,14,64).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(0,8,14,64)
C0M8Y14K64 
(0%,8%,14%,64%)
(0.00/0.08/0.14/0.64)	

CMYK percentages

%0
%7.61
%14.13
%63.92

Codes

Color #5C554F in popluar color models

5C554F
RGB928579
HSL28°7.60%33.53%
HSB/HSV28°14.13%36.08%
CMYK0.00%7.61%14.13%
63.92%

Color #5C554F in popluar number systems.

HEX5C554F
Decimal928579
Binary101110010101011001111
Octal134125117

Shades and tints

Shades of #5C554F

#5C554F
(92,85,79)
#544E48
(84,78,72)
#4C4741
(76,71,65)
#44403A
(68,64,58)
#3C3933
(60,57,51)
#34322C
(52,50,44)
#2C2B25
(44,43,37)
#24241E
(36,36,30)
#1C1D17
(28,29,23)
#141610
(20,22,16)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #5C554F

#5C554F
(92,85,79)
#6A645F
(106,100,95)
#78736F
(120,115,111)
#86827F
(134,130,127)
#94918F
(148,145,143)
#A2A09F
(162,160,159)
#B0AFAF
(176,175,175)
#BEBEBF
(190,190,191)
#CCCDCF
(204,205,207)
#DADCDF
(218,220,223)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C554F; }

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

This text font color is #5C554F.


Background Color

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

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

This div background color is #5C554F.


Border color

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

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

This div border color is #5C554F.


Opacity

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

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

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

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

This text has shadow with #5C554F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C554F on black background.


Color preview on white background

This text has color #5C554F on white background.



Black color preview on #5C554F background

This text has black color on #5C554F background.


White color preview on #5C554F background

This text has white color on #5C554F background.