COLOR #5C524C

HEX: #5C524C
RGB: (92,82,76)

Color info

#5C524C contains red, green and blue colors in about the same proportion. Web safe color of #5C524C is #666633 (or #663).

RGB color model

#5C524C color RGB value is (92,82,76).

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

RGB channels and saturation

R 92 of 255 = 36%
G 82 of 255 = 32%
B 76 of 255 = 30%

92
82
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 82 + 76 = 250 (100%)
R 92 of 250 ~ 36.8%
G 82 of 250 ~ 32.8%
B 76 of 250 ~ 30.4%

%36.8
%32.8
%30.4

CMYK color model

#5C524C color CMYK value is (0,11,17,64).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 17.39%
  • key color value is 63.92%
CMYK:
(0,11,17,64)
C0M11Y17K64 
(0%,11%,17%,64%)
(0.00/0.11/0.17/0.64)	

CMYK percentages

%0
%10.87
%17.39
%63.92

Codes

Color #5C524C in popluar color models

5C524C
RGB928276
HSL23°9.52%32.94%
HSB/HSV23°17.39%36.08%
CMYK0.00%10.87%17.39%
63.92%

Color #5C524C in popluar number systems.

HEX5C524C
Decimal928276
Binary101110010100101001100
Octal134122114

Shades and tints

Shades of #5C524C

#5C524C
(92,82,76)
#544B46
(84,75,70)
#4C4440
(76,68,64)
#443D3A
(68,61,58)
#3C3634
(60,54,52)
#342F2E
(52,47,46)
#2C2828
(44,40,40)
#242122
(36,33,34)
#1C1A1C
(28,26,28)
#141316
(20,19,22)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #5C524C

#5C524C
(92,82,76)
#6A615C
(106,97,92)
#78706C
(120,112,108)
#867F7C
(134,127,124)
#948E8C
(148,142,140)
#A29D9C
(162,157,156)
#B0ACAC
(176,172,172)
#BEBBBC
(190,187,188)
#CCCACC
(204,202,204)
#DAD9DC
(218,217,220)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C524C; }

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

This text font color is #5C524C.


Background Color

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

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

This div background color is #5C524C.


Border color

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

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

This div border color is #5C524C.


Opacity

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

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

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

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

This text has shadow with #5C524C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C524C on black background.


Color preview on white background

This text has color #5C524C on white background.



Black color preview on #5C524C background

This text has black color on #5C524C background.


White color preview on #5C524C background

This text has white color on #5C524C background.