COLOR #5C4D4D

HEX: #5C4D4D
RGB: (92,77,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
77
77

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

Portions of RGB colors in percentages

R + G + B =
92 + 77 + 77 = 246 (100%)
R 92 of 246 ~ 37.4%
G 77 of 246 ~ 31.3%
B 77 of 246 ~ 31.3%

%37.4
%31.3
%31.3

CMYK color model

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

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

CMYK percentages

%0
%16.3
%16.3
%63.92

Codes

Color #5C4D4D in popluar color models

5C4D4D
RGB927777
HSL8.88%33.14%
HSB/HSV16.30%36.08%
CMYK0.00%16.30%16.30%
63.92%

Color #5C4D4D in popluar number systems.

HEX5C4D4D
Decimal927777
Binary101110010011011001101
Octal134115115

Shades and tints

Shades of #5C4D4D

#5C4D4D
(92,77,77)
#544646
(84,70,70)
#4C3F3F
(76,63,63)
#443838
(68,56,56)
#3C3131
(60,49,49)
#342A2A
(52,42,42)
#2C2323
(44,35,35)
#241C1C
(36,28,28)
#1C1515
(28,21,21)
#140E0E
(20,14,14)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #5C4D4D

#5C4D4D
(92,77,77)
#6A5D5D
(106,93,93)
#786D6D
(120,109,109)
#867D7D
(134,125,125)
#948D8D
(148,141,141)
#A29D9D
(162,157,157)
#B0ADAD
(176,173,173)
#BEBDBD
(190,189,189)
#CCCDCD
(204,205,205)
#DADDDD
(218,221,221)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4D4D; }

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

This text font color is #5C4D4D.


Background Color

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

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

This div background color is #5C4D4D.


Border color

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

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

This div border color is #5C4D4D.


Opacity

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

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

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

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

This text has shadow with #5C4D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4D4D on black background.


Color preview on white background

This text has color #5C4D4D on white background.



Black color preview on #5C4D4D background

This text has black color on #5C4D4D background.


White color preview on #5C4D4D background

This text has white color on #5C4D4D background.