COLOR #5C4149

HEX: #5C4149 RGB: (92,65,73)

Color info

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

RGB color model

#5C4149 color RGB value is (92,65,73).

RGB: (92,65,73) (36%, 25%, 29%)

RGB channels and saturation

R 92 of 255 = 36%
G 65 of 255 = 25%
B 73 of 255 = 29%

92
65
73

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

Portions of RGB colors in percentages

R + G + B = 92 + 65 + 73 = 230 (100%)
R 92 of 230 ~ 40%
G 65 of 230 ~ 28.26%
B 73 of 230 ~ 31.74'%

%40
%28.26
%31.74

CMYK color model

#5C4149 color CMYK value is (0,29,21,64).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 20.65%
  • key color value is 63.92%

CMYK: (0,29,21,64)
C0M29Y21K64 (0%, 29%, 21%, 64%)
(0.00 / 0.29 / 0.21 / 0.64)

CMYK percentages

%0
%29.35
%20.65
%63.92

Codes

Color #5C4149 in popluar color models

5C 41 49
RGB 92 65 73
HSL 342° 17.20% 30.78%
HSB/HSV 342° 29.35% 36.08%
CMYK 0.00% 29.35% 20.65%
63.92%

Color #5C4149 in popluar number systems.

HEX 5C 41 49
Decimal 92 65 73
Binary 1011100 1000001 1001001
Octal 134 101 111

Shades and tints

Shades of #5C4149

#5C4149
(92,65,73)
#543C43
(84,60,67)
#4C373D
(76,55,61)
#443237
(68,50,55)
#3C2D31
(60,45,49)
#34282B
(52,40,43)
#2C2325
(44,35,37)
#241E1F
(36,30,31)
#1C1919
(28,25,25)
#141413
(20,20,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C4149

#5C4149
(92,65,73)
#6A5259
(106,82,89)
#786369
(120,99,105)
#867479
(134,116,121)
#948589
(148,133,137)
#A29699
(162,150,153)
#B0A7A9
(176,167,169)
#BEB8B9
(190,184,185)
#CCC9C9
(204,201,201)
#DADAD9
(218,218,217)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4149; }

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

This text font color is #5C4149.

Background Color

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

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

This div background color is #5C4149.

Border color

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

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

This div border color is #5C4149.

Opacity

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

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

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

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

This text has shadow with #5C4149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4149.

Preview

Color preview on black background

This text has color #5C4149 on black background.


Color preview on white background

This text has color #5C4149 on white background.


Black color preview on #5C4149 background

This text has black color on #5C4149 background.


White color preview on #5C4149 background

This text has white color on #5C4149 background.


Related colors

Complementary color

Complementary color for #hex is #A3BEB6.


I love getcolorcode.com

Triadic colors

1 #495C41 and #41495C with #5C4149 are triadic colors.

2 #49415C and #415C49 with #5C4149 are triadic colors.