COLOR #5C3F52

HEX: #5C3F52
RGB: (92,63,82)

Color info

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

RGB color model

#5C3F52 color RGB value is (92,63,82).

  • red value is 92;
  • green value is 63;
  • blue value is 82.
RGB:
(92,63,82)
(36%,25%,32%)

RGB channels and saturation

R 92 of 255 = 36%
G 63 of 255 = 25%
B 82 of 255 = 32%

92
63
82

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

Portions of RGB colors in percentages

R + G + B =
92 + 63 + 82 = 237 (100%)
R 92 of 237 ~ 38.82%
G 63 of 237 ~ 26.58%
B 82 of 237 ~ 34.6%

%38.82
%26.58
%34.6

CMYK color model

#5C3F52 color CMYK value is (0,32,11,64).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(0,32,11,64)
C0M32Y11K64 
(0%,32%,11%,64%)
(0.00/0.32/0.11/0.64)	

CMYK percentages

%0
%31.52
%10.87
%63.92

Codes

Color #5C3F52 in popluar color models

5C3F52
RGB926382
HSL321°18.71%30.39%
HSB/HSV321°31.52%36.08%
CMYK0.00%31.52%10.87%
63.92%

Color #5C3F52 in popluar number systems.

HEX5C3F52
Decimal926382
Binary10111001111111010010
Octal13477122

Shades and tints

Shades of #5C3F52

#5C3F52
(92,63,82)
#543A4B
(84,58,75)
#4C3544
(76,53,68)
#44303D
(68,48,61)
#3C2B36
(60,43,54)
#34262F
(52,38,47)
#2C2128
(44,33,40)
#241C21
(36,28,33)
#1C171A
(28,23,26)
#141213
(20,18,19)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #5C3F52

#5C3F52
(92,63,82)
#6A5061
(106,80,97)
#786170
(120,97,112)
#86727F
(134,114,127)
#94838E
(148,131,142)
#A2949D
(162,148,157)
#B0A5AC
(176,165,172)
#BEB6BB
(190,182,187)
#CCC7CA
(204,199,202)
#DAD8D9
(218,216,217)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3F52 color. Also use rgb(92,63,82) instead hex code.

Text Font Color

.myTextColor { color: #5C3F52; }

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

This text font color is #5C3F52.


Background Color

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

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

This div background color is #5C3F52.


Border color

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

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

This div border color is #5C3F52.


Opacity

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

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

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

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

This text has shadow with #5C3F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3F52 on black background.


Color preview on white background

This text has color #5C3F52 on white background.



Black color preview on #5C3F52 background

This text has black color on #5C3F52 background.


White color preview on #5C3F52 background

This text has white color on #5C3F52 background.