COLOR #5C3752

HEX: #5C3752
RGB: (92,55,82)

Color info

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

RGB color model

#5C3752 color RGB value is (92,55,82).

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

RGB channels and saturation

R 92 of 255 = 36%
G 55 of 255 = 22%
B 82 of 255 = 32%

92
55
82

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

Portions of RGB colors in percentages

R + G + B =
92 + 55 + 82 = 229 (100%)
R 92 of 229 ~ 40.17%
G 55 of 229 ~ 24.02%
B 82 of 229 ~ 35.81%

%40.17
%24.02
%35.81

CMYK color model

#5C3752 color CMYK value is (0,40,11,64).

  • cyan value is 0.00%
  • magenta value is 40.22%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(0,40,11,64)
C0M40Y11K64 
(0%,40%,11%,64%)
(0.00/0.40/0.11/0.64)	

CMYK percentages

%0
%40.22
%10.87
%63.92

Codes

Color #5C3752 in popluar color models

5C3752
RGB925582
HSL316°25.17%28.82%
HSB/HSV316°40.22%36.08%
CMYK0.00%40.22%10.87%
63.92%

Color #5C3752 in popluar number systems.

HEX5C3752
Decimal925582
Binary10111001101111010010
Octal13467122

Shades and tints

Shades of #5C3752

#5C3752
(92,55,82)
#54324B
(84,50,75)
#4C2D44
(76,45,68)
#44283D
(68,40,61)
#3C2336
(60,35,54)
#341E2F
(52,30,47)
#2C1928
(44,25,40)
#241421
(36,20,33)
#1C0F1A
(28,15,26)
#140A13
(20,10,19)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #5C3752

#5C3752
(92,55,82)
#6A4961
(106,73,97)
#785B70
(120,91,112)
#866D7F
(134,109,127)
#947F8E
(148,127,142)
#A2919D
(162,145,157)
#B0A3AC
(176,163,172)
#BEB5BB
(190,181,187)
#CCC7CA
(204,199,202)
#DAD9D9
(218,217,217)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C3752; }

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

This text font color is #5C3752.


Background Color

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

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

This div background color is #5C3752.


Border color

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

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

This div border color is #5C3752.


Opacity

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

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

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

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

This text has shadow with #5C3752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3752 on black background.


Color preview on white background

This text has color #5C3752 on white background.



Black color preview on #5C3752 background

This text has black color on #5C3752 background.


White color preview on #5C3752 background

This text has white color on #5C3752 background.