COLOR #5C4155

HEX: #5C4155
RGB: (92,65,85)

Color info

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

RGB color model

#5C4155 color RGB value is (92,65,85).

  • red value is 92;
  • green value is 65;
  • blue value is 85.
RGB:
(92,65,85)
(36%,25%,33%)

RGB channels and saturation

R 92 of 255 = 36%
G 65 of 255 = 25%
B 85 of 255 = 33%

92
65
85

R + G + B ~ 31%. #5C4155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 65 + 85 = 242 (100%)
R 92 of 242 ~ 38.02%
G 65 of 242 ~ 26.86%
B 85 of 242 ~ 35.12%

%38.02
%26.86
%35.12

CMYK color model

#5C4155 color CMYK value is (0,29,8,64).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 7.61%
  • key color value is 63.92%
CMYK:
(0,29,8,64)
C0M29Y8K64 
(0%,29%,8%,64%)
(0.00/0.29/0.08/0.64)	

CMYK percentages

%0
%29.35
%7.61
%63.92

Codes

Color #5C4155 in popluar color models

5C4155
RGB926585
HSL316°17.20%30.78%
HSB/HSV316°29.35%36.08%
CMYK0.00%29.35%7.61%
63.92%

Color #5C4155 in popluar number systems.

HEX5C4155
Decimal926585
Binary101110010000011010101
Octal134101125

Shades and tints

Shades of #5C4155

#5C4155
(92,65,85)
#543C4E
(84,60,78)
#4C3747
(76,55,71)
#443240
(68,50,64)
#3C2D39
(60,45,57)
#342832
(52,40,50)
#2C232B
(44,35,43)
#241E24
(36,30,36)
#1C191D
(28,25,29)
#141416
(20,20,22)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #5C4155

#5C4155
(92,65,85)
#6A5264
(106,82,100)
#786373
(120,99,115)
#867482
(134,116,130)
#948591
(148,133,145)
#A296A0
(162,150,160)
#B0A7AF
(176,167,175)
#BEB8BE
(190,184,190)
#CCC9CD
(204,201,205)
#DADADC
(218,218,220)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4155; }

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

This text font color is #5C4155.


Background Color

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

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

This div background color is #5C4155.


Border color

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

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

This div border color is #5C4155.


Opacity

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

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

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

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

This text has shadow with #5C4155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4155 on black background.


Color preview on white background

This text has color #5C4155 on white background.



Black color preview on #5C4155 background

This text has black color on #5C4155 background.


White color preview on #5C4155 background

This text has white color on #5C4155 background.