COLOR #5C6464

HEX: #5C6464
RGB: (92,100,100)

Color info

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

RGB color model

#5C6464 color RGB value is (92,100,100).

  • red value is 92;
  • green value is 100;
  • blue value is 100.
RGB:
(92,100,100)
(36%,39%,39%)

RGB channels and saturation

R 92 of 255 = 36%
G 100 of 255 = 39%
B 100 of 255 = 39%

92
100
100

R + G + B ~ 38%. #5C6464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 100 + 100 = 292 (100%)
R 92 of 292 ~ 31.51%
G 100 of 292 ~ 34.25%
B 100 of 292 ~ 34.25%

%31.51
%34.25
%34.25

CMYK color model

#5C6464 color CMYK value is (8,0,0,61).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(8,0,0,61)
C8M0Y0K61 
(8%,0%,0%,61%)
(0.08/0.00/0.00/0.61)	

CMYK percentages

%8
%0
%0
%60.78

Codes

Color #5C6464 in popluar color models

5C6464
RGB92100100
HSL180°4.17%37.65%
HSB/HSV180°8.00%39.22%
CMYK8.00%0.00%0.00%
60.78%

Color #5C6464 in popluar number systems.

HEX5C6464
Decimal92100100
Binary101110011001001100100
Octal134144144

Shades and tints

Shades of #5C6464

#5C6464
(92,100,100)
#545B5B
(84,91,91)
#4C5252
(76,82,82)
#444949
(68,73,73)
#3C4040
(60,64,64)
#343737
(52,55,55)
#2C2E2E
(44,46,46)
#242525
(36,37,37)
#1C1C1C
(28,28,28)
#141313
(20,19,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #5C6464

#5C6464
(92,100,100)
#6A7272
(106,114,114)
#788080
(120,128,128)
#868E8E
(134,142,142)
#949C9C
(148,156,156)
#A2AAAA
(162,170,170)
#B0B8B8
(176,184,184)
#BEC6C6
(190,198,198)
#CCD4D4
(204,212,212)
#DAE2E2
(218,226,226)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6464; }

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

This text font color is #5C6464.


Background Color

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

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

This div background color is #5C6464.


Border color

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

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

This div border color is #5C6464.


Opacity

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

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

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

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

This text has shadow with #5C6464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6464 on black background.


Color preview on white background

This text has color #5C6464 on white background.



Black color preview on #5C6464 background

This text has black color on #5C6464 background.


White color preview on #5C6464 background

This text has white color on #5C6464 background.