COLOR #5C5C51

HEX: #5C5C51
RGB: (92,92,81)

Color info

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

RGB color model

#5C5C51 color RGB value is (92,92,81).

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

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 81 of 255 = 32%

92
92
81

R + G + B ~ 35%. #5C5C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 81 = 265 (100%)
R 92 of 265 ~ 34.72%
G 92 of 265 ~ 34.72%
B 81 of 265 ~ 30.57%

%34.72
%34.72
%30.57

CMYK color model

#5C5C51 color CMYK value is (0,0,12,64).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.96%
  • key color value is 63.92%
CMYK:
(0,0,12,64)
C0M0Y12K64 
(0%,0%,12%,64%)
(0.00/0.00/0.12/0.64)	

CMYK percentages

%0
%0
%11.96
%63.92

Codes

Color #5C5C51 in popluar color models

5C5C51
RGB929281
HSL60°6.36%33.92%
HSB/HSV60°11.96%36.08%
CMYK0.00%0.00%11.96%
63.92%

Color #5C5C51 in popluar number systems.

HEX5C5C51
Decimal929281
Binary101110010111001010001
Octal134134121

Shades and tints

Shades of #5C5C51

#5C5C51
(92,92,81)
#54544A
(84,84,74)
#4C4C43
(76,76,67)
#44443C
(68,68,60)
#3C3C35
(60,60,53)
#34342E
(52,52,46)
#2C2C27
(44,44,39)
#242420
(36,36,32)
#1C1C19
(28,28,25)
#141412
(20,20,18)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #5C5C51

#5C5C51
(92,92,81)
#6A6A60
(106,106,96)
#78786F
(120,120,111)
#86867E
(134,134,126)
#94948D
(148,148,141)
#A2A29C
(162,162,156)
#B0B0AB
(176,176,171)
#BEBEBA
(190,190,186)
#CCCCC9
(204,204,201)
#DADAD8
(218,218,216)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5C51; }

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

This text font color is #5C5C51.


Background Color

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

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

This div background color is #5C5C51.


Border color

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

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

This div border color is #5C5C51.


Opacity

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

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

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

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

This text has shadow with #5C5C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5C51 on black background.


Color preview on white background

This text has color #5C5C51 on white background.



Black color preview on #5C5C51 background

This text has black color on #5C5C51 background.


White color preview on #5C5C51 background

This text has white color on #5C5C51 background.