COLOR #5C504A

HEX: #5C504A
RGB: (92,80,74)

Color info

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

RGB color model

#5C504A color RGB value is (92,80,74).

  • red value is 92;
  • green value is 80;
  • blue value is 74.
RGB:
(92,80,74)
(36%,31%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 74 of 255 = 29%

92
80
74

R + G + B ~ 32%. #5C504A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 74 = 246 (100%)
R 92 of 246 ~ 37.4%
G 80 of 246 ~ 32.52%
B 74 of 246 ~ 30.08%

%37.4
%32.52
%30.08

CMYK color model

#5C504A color CMYK value is (0,13,20,64).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 19.57%
  • key color value is 63.92%
CMYK:
(0,13,20,64)
C0M13Y20K64 
(0%,13%,20%,64%)
(0.00/0.13/0.20/0.64)	

CMYK percentages

%0
%13.04
%19.57
%63.92

Codes

Color #5C504A in popluar color models

5C504A
RGB928074
HSL20°10.84%32.55%
HSB/HSV20°19.57%36.08%
CMYK0.00%13.04%19.57%
63.92%

Color #5C504A in popluar number systems.

HEX5C504A
Decimal928074
Binary101110010100001001010
Octal134120112

Shades and tints

Shades of #5C504A

#5C504A
(92,80,74)
#544944
(84,73,68)
#4C423E
(76,66,62)
#443B38
(68,59,56)
#3C3432
(60,52,50)
#342D2C
(52,45,44)
#2C2626
(44,38,38)
#241F20
(36,31,32)
#1C181A
(28,24,26)
#141114
(20,17,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #5C504A

#5C504A
(92,80,74)
#6A5F5A
(106,95,90)
#786E6A
(120,110,106)
#867D7A
(134,125,122)
#948C8A
(148,140,138)
#A29B9A
(162,155,154)
#B0AAAA
(176,170,170)
#BEB9BA
(190,185,186)
#CCC8CA
(204,200,202)
#DAD7DA
(218,215,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C504A; }

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

This text font color is #5C504A.


Background Color

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

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

This div background color is #5C504A.


Border color

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

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

This div border color is #5C504A.


Opacity

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

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

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

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

This text has shadow with #5C504A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C504A on black background.


Color preview on white background

This text has color #5C504A on white background.



Black color preview on #5C504A background

This text has black color on #5C504A background.


White color preview on #5C504A background

This text has white color on #5C504A background.