COLOR #5C5254

HEX: #5C5254
RGB: (92,82,84)

Color info

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

RGB color model

#5C5254 color RGB value is (92,82,84).

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

RGB channels and saturation

R 92 of 255 = 36%
G 82 of 255 = 32%
B 84 of 255 = 33%

92
82
84

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

Portions of RGB colors in percentages

R + G + B =
92 + 82 + 84 = 258 (100%)
R 92 of 258 ~ 35.66%
G 82 of 258 ~ 31.78%
B 84 of 258 ~ 32.56%

%35.66
%31.78
%32.56

CMYK color model

#5C5254 color CMYK value is (0,11,9,64).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 8.70%
  • key color value is 63.92%
CMYK:
(0,11,9,64)
C0M11Y9K64 
(0%,11%,9%,64%)
(0.00/0.11/0.09/0.64)	

CMYK percentages

%0
%10.87
%8.7
%63.92

Codes

Color #5C5254 in popluar color models

5C5254
RGB928284
HSL348°5.75%34.12%
HSB/HSV348°10.87%36.08%
CMYK0.00%10.87%8.70%
63.92%

Color #5C5254 in popluar number systems.

HEX5C5254
Decimal928284
Binary101110010100101010100
Octal134122124

Shades and tints

Shades of #5C5254

#5C5254
(92,82,84)
#544B4D
(84,75,77)
#4C4446
(76,68,70)
#443D3F
(68,61,63)
#3C3638
(60,54,56)
#342F31
(52,47,49)
#2C282A
(44,40,42)
#242123
(36,33,35)
#1C1A1C
(28,26,28)
#141315
(20,19,21)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #5C5254

#5C5254
(92,82,84)
#6A6163
(106,97,99)
#787072
(120,112,114)
#867F81
(134,127,129)
#948E90
(148,142,144)
#A29D9F
(162,157,159)
#B0ACAE
(176,172,174)
#BEBBBD
(190,187,189)
#CCCACC
(204,202,204)
#DAD9DB
(218,217,219)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5254; }

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

This text font color is #5C5254.


Background Color

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

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

This div background color is #5C5254.


Border color

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

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

This div border color is #5C5254.


Opacity

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

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

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

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

This text has shadow with #5C5254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5254 on black background.


Color preview on white background

This text has color #5C5254 on white background.



Black color preview on #5C5254 background

This text has black color on #5C5254 background.


White color preview on #5C5254 background

This text has white color on #5C5254 background.