COLOR #5C4955

HEX: #5C4955 RGB: (92,73,85)

Color info

#5C4955 contains red, green and blue colors in about the same proportion. Web safe color of #5C4955 is #663366 (or #636).

RGB color model

#5C4955 color RGB value is (92,73,85).

RGB: (92,73,85) (36%, 29%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 85 of 255 = 33%

92
73
85

R + G + B ~ 33%. #5C4955 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 73 + 85 = 250 (100%)
R 92 of 250 ~ 36.8%
G 73 of 250 ~ 29.2%
B 85 of 250 ~ 34'%

%36.8
%29.2
%34

CMYK color model

#5C4955 color CMYK value is (0,21,8,64).

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

CMYK: (0,21,8,64)
C0M21Y8K64 (0%, 21%, 8%, 64%)
(0.00 / 0.21 / 0.08 / 0.64)

CMYK percentages

%0
%20.65
%7.61
%63.92

Codes

Color #5C4955 in popluar color models

5C 49 55
RGB 92 73 85
HSL 322° 11.52% 32.35%
HSB/HSV 322° 20.65% 36.08%
CMYK 0.00% 20.65% 7.61%
63.92%

Color #5C4955 in popluar number systems.

HEX 5C 49 55
Decimal 92 73 85
Binary 1011100 1001001 1010101
Octal 134 111 125

Shades and tints

Shades of #5C4955

#5C4955
(92,73,85)
#54434E
(84,67,78)
#4C3D47
(76,61,71)
#443740
(68,55,64)
#3C3139
(60,49,57)
#342B32
(52,43,50)
#2C252B
(44,37,43)
#241F24
(36,31,36)
#1C191D
(28,25,29)
#141316
(20,19,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #5C4955

#5C4955
(92,73,85)
#6A5964
(106,89,100)
#786973
(120,105,115)
#867982
(134,121,130)
#948991
(148,137,145)
#A299A0
(162,153,160)
#B0A9AF
(176,169,175)
#BEB9BE
(190,185,190)
#CCC9CD
(204,201,205)
#DAD9DC
(218,217,220)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4955; }

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

This text font color is #5C4955.

Background Color

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

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

This div background color is #5C4955.

Border color

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

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

This div border color is #5C4955.

Opacity

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

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

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

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

This text has shadow with #5C4955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4955.

Preview

Color preview on black background

This text has color #5C4955 on black background.


Color preview on white background

This text has color #5C4955 on white background.


Black color preview on #5C4955 background

This text has black color on #5C4955 background.


White color preview on #5C4955 background

This text has white color on #5C4955 background.


Related colors

Complementary color

Complementary color for #hex is #A3B6AA.


I love getcolorcode.com

Triadic colors

1 #555C49 and #49555C with #5C4955 are triadic colors.

2 #55495C and #495C55 with #5C4955 are triadic colors.