COLOR #5C4648

HEX: #5C4648 RGB: (92,70,72)

Color info

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

RGB color model

#5C4648 color RGB value is (92,70,72).

RGB: (92,70,72) (36%, 27%, 28%)

RGB channels and saturation

R 92 of 255 = 36%
G 70 of 255 = 27%
B 72 of 255 = 28%

92
70
72

R + G + B ~ 30%. #5C4648 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 70 + 72 = 234 (100%)
R 92 of 234 ~ 39.32%
G 70 of 234 ~ 29.91%
B 72 of 234 ~ 30.77'%

%39.32
%29.91
%30.77

CMYK color model

#5C4648 color CMYK value is (0,24,22,64).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 21.74%
  • key color value is 63.92%

CMYK: (0,24,22,64)
C0M24Y22K64 (0%, 24%, 22%, 64%)
(0.00 / 0.24 / 0.22 / 0.64)

CMYK percentages

%0
%23.91
%21.74
%63.92

Codes

Color #5C4648 in popluar color models

5C 46 48
RGB 92 70 72
HSL 355° 13.58% 31.76%
HSB/HSV 355° 23.91% 36.08%
CMYK 0.00% 23.91% 21.74%
63.92%

Color #5C4648 in popluar number systems.

HEX 5C 46 48
Decimal 92 70 72
Binary 1011100 1000110 1001000
Octal 134 106 110

Shades and tints

Shades of #5C4648

#5C4648
(92,70,72)
#544042
(84,64,66)
#4C3A3C
(76,58,60)
#443436
(68,52,54)
#3C2E30
(60,46,48)
#34282A
(52,40,42)
#2C2224
(44,34,36)
#241C1E
(36,28,30)
#1C1618
(28,22,24)
#141012
(20,16,18)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #5C4648

#5C4648
(92,70,72)
#6A5658
(106,86,88)
#786668
(120,102,104)
#867678
(134,118,120)
#948688
(148,134,136)
#A29698
(162,150,152)
#B0A6A8
(176,166,168)
#BEB6B8
(190,182,184)
#CCC6C8
(204,198,200)
#DAD6D8
(218,214,216)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4648; }

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

This text font color is #5C4648.

Background Color

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

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

This div background color is #5C4648.

Border color

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

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

This div border color is #5C4648.

Opacity

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

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

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

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

This text has shadow with #5C4648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4648.

Preview

Color preview on black background

This text has color #5C4648 on black background.


Color preview on white background

This text has color #5C4648 on white background.


Black color preview on #5C4648 background

This text has black color on #5C4648 background.


White color preview on #5C4648 background

This text has white color on #5C4648 background.


Related colors

Complementary color

Complementary color for #hex is #A3B9B7.


I love getcolorcode.com

Triadic colors

1 #485C46 and #46485C with #5C4648 are triadic colors.

2 #48465C and #465C48 with #5C4648 are triadic colors.