COLOR #5C3E52

HEX: #5C3E52
RGB: (92,62,82)

Color info

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

RGB color model

#5C3E52 color RGB value is (92,62,82).

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

RGB channels and saturation

R 92 of 255 = 36%
G 62 of 255 = 24%
B 82 of 255 = 32%

92
62
82

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

Portions of RGB colors in percentages

R + G + B =
92 + 62 + 82 = 236 (100%)
R 92 of 236 ~ 38.98%
G 62 of 236 ~ 26.27%
B 82 of 236 ~ 34.75%

%38.98
%26.27
%34.75

CMYK color model

#5C3E52 color CMYK value is (0,33,11,64).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(0,33,11,64)
C0M33Y11K64 
(0%,33%,11%,64%)
(0.00/0.33/0.11/0.64)	

CMYK percentages

%0
%32.61
%10.87
%63.92

Codes

Color #5C3E52 in popluar color models

5C3E52
RGB926282
HSL320°19.48%30.20%
HSB/HSV320°32.61%36.08%
CMYK0.00%32.61%10.87%
63.92%

Color #5C3E52 in popluar number systems.

HEX5C3E52
Decimal926282
Binary10111001111101010010
Octal13476122

Shades and tints

Shades of #5C3E52

#5C3E52
(92,62,82)
#54394B
(84,57,75)
#4C3444
(76,52,68)
#442F3D
(68,47,61)
#3C2A36
(60,42,54)
#34252F
(52,37,47)
#2C2028
(44,32,40)
#241B21
(36,27,33)
#1C161A
(28,22,26)
#141113
(20,17,19)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #5C3E52

#5C3E52
(92,62,82)
#6A4F61
(106,79,97)
#786070
(120,96,112)
#86717F
(134,113,127)
#94828E
(148,130,142)
#A2939D
(162,147,157)
#B0A4AC
(176,164,172)
#BEB5BB
(190,181,187)
#CCC6CA
(204,198,202)
#DAD7D9
(218,215,217)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3E52; }

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

This text font color is #5C3E52.


Background Color

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

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

This div background color is #5C3E52.


Border color

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

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

This div border color is #5C3E52.


Opacity

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

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

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

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

This text has shadow with #5C3E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3E52 on black background.


Color preview on white background

This text has color #5C3E52 on white background.



Black color preview on #5C3E52 background

This text has black color on #5C3E52 background.


White color preview on #5C3E52 background

This text has white color on #5C3E52 background.