COLOR #5C4A4D

HEX: #5C4A4D
RGB: (92,74,77)

Color info

#5C4A4D contains red, green and blue colors in about the same proportion. Web safe color of #5C4A4D is #663333 (or #633).

RGB color model

#5C4A4D color RGB value is (92,74,77).

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

RGB channels and saturation

R 92 of 255 = 36%
G 74 of 255 = 29%
B 77 of 255 = 30%

92
74
77

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

Portions of RGB colors in percentages

R + G + B =
92 + 74 + 77 = 243 (100%)
R 92 of 243 ~ 37.86%
G 74 of 243 ~ 30.45%
B 77 of 243 ~ 31.69%

%37.86
%30.45
%31.69

CMYK color model

#5C4A4D color CMYK value is (0,20,16,64).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 16.30%
  • key color value is 63.92%
CMYK:
(0,20,16,64)
C0M20Y16K64 
(0%,20%,16%,64%)
(0.00/0.20/0.16/0.64)	

CMYK percentages

%0
%19.57
%16.3
%63.92

Codes

Color #5C4A4D in popluar color models

5C4A4D
RGB927477
HSL350°10.84%32.55%
HSB/HSV350°19.57%36.08%
CMYK0.00%19.57%16.30%
63.92%

Color #5C4A4D in popluar number systems.

HEX5C4A4D
Decimal927477
Binary101110010010101001101
Octal134112115

Shades and tints

Shades of #5C4A4D

#5C4A4D
(92,74,77)
#544446
(84,68,70)
#4C3E3F
(76,62,63)
#443838
(68,56,56)
#3C3231
(60,50,49)
#342C2A
(52,44,42)
#2C2623
(44,38,35)
#24201C
(36,32,28)
#1C1A15
(28,26,21)
#14140E
(20,20,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #5C4A4D

#5C4A4D
(92,74,77)
#6A5A5D
(106,90,93)
#786A6D
(120,106,109)
#867A7D
(134,122,125)
#948A8D
(148,138,141)
#A29A9D
(162,154,157)
#B0AAAD
(176,170,173)
#BEBABD
(190,186,189)
#CCCACD
(204,202,205)
#DADADD
(218,218,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4A4D; }

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

This text font color is #5C4A4D.


Background Color

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

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

This div background color is #5C4A4D.


Border color

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

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

This div border color is #5C4A4D.


Opacity

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

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

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

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

This text has shadow with #5C4A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4A4D on black background.


Color preview on white background

This text has color #5C4A4D on white background.



Black color preview on #5C4A4D background

This text has black color on #5C4A4D background.


White color preview on #5C4A4D background

This text has white color on #5C4A4D background.