COLOR #5C4C4A

HEX: #5C4C4A
RGB: (92,76,74)

Color info

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

RGB color model

#5C4C4A color RGB value is (92,76,74).

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

RGB channels and saturation

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

92
76
74

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

Portions of RGB colors in percentages

R + G + B =
92 + 76 + 74 = 242 (100%)
R 92 of 242 ~ 38.02%
G 76 of 242 ~ 31.4%
B 74 of 242 ~ 30.58%

%38.02
%31.4
%30.58

CMYK color model

#5C4C4A color CMYK value is (0,17,20,64).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 19.57%
  • key color value is 63.92%
CMYK: (0,17,20,64) C0M17Y20K64 (0%,17%,20%,64%) (0.00/0.17/0.20/0.64)

CMYK percentages

%0
%17.39
%19.57
%63.92

Codes

Color #5C4C4A in popluar color models

5C4C4A
RGB927674
HSL10.84%32.55%
HSB/HSV19.57%36.08%
CMYK0.00%17.39%19.57%
63.92%

Color #5C4C4A in popluar number systems.

HEX5C4C4A
Decimal927674
Binary101110010011001001010
Octal134114112

Shades and tints

Shades of #5C4C4A

#5C4C4A
(92,76,74)
#544644
(84,70,68)
#4C403E
(76,64,62)
#443A38
(68,58,56)
#3C3432
(60,52,50)
#342E2C
(52,46,44)
#2C2826
(44,40,38)
#242220
(36,34,32)
#1C1C1A
(28,28,26)
#141614
(20,22,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #5C4C4A

#5C4C4A
(92,76,74)
#6A5C5A
(106,92,90)
#786C6A
(120,108,106)
#867C7A
(134,124,122)
#948C8A
(148,140,138)
#A29C9A
(162,156,154)
#B0ACAA
(176,172,170)
#BEBCBA
(190,188,186)
#CCCCCA
(204,204,202)
#DADCDA
(218,220,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4C4A; }

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

This text font color is #5C4C4A.


Background Color

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

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

This div background color is #5C4C4A.


Border color

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

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

This div border color is #5C4C4A.


Opacity

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

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

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

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

This text has shadow with #5C4C4A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5C4C4A on black background.


Color preview on white background

This text has color #5C4C4A on white background.



Black color preview on #5C4C4A background

This text has black color on #5C4C4A background.


White color preview on #5C4C4A background

This text has white color on #5C4C4A background.