COLOR #5D3752

HEX: #5D3752
RGB: (93,55,82)

Color info

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

RGB color model

#5D3752 color RGB value is (93,55,82).

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

RGB channels and saturation

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

93
55
82

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

Portions of RGB colors in percentages

R + G + B =
93 + 55 + 82 = 230 (100%)
R 93 of 230 ~ 40.43%
G 55 of 230 ~ 23.91%
B 82 of 230 ~ 35.65%

%40.43
%23.91
%35.65

CMYK color model

#5D3752 color CMYK value is (0,41,12,64).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 11.83%
  • key color value is 63.53%
CMYK:
(0,41,12,64)
C0M41Y12K64 
(0%,41%,12%,64%)
(0.00/0.41/0.12/0.64)	

CMYK percentages

%0
%40.86
%11.83
%63.53

Codes

Color #5D3752 in popluar color models

5D3752
RGB935582
HSL317°25.68%29.02%
HSB/HSV317°40.86%36.47%
CMYK0.00%40.86%11.83%
63.53%

Color #5D3752 in popluar number systems.

HEX5D3752
Decimal935582
Binary10111011101111010010
Octal13567122

Shades and tints

Shades of #5D3752

#5D3752
(93,55,82)
#55324B
(85,50,75)
#4D2D44
(77,45,68)
#45283D
(69,40,61)
#3D2336
(61,35,54)
#351E2F
(53,30,47)
#2D1928
(45,25,40)
#251421
(37,20,33)
#1D0F1A
(29,15,26)
#150A13
(21,10,19)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #5D3752

#5D3752
(93,55,82)
#6B4961
(107,73,97)
#795B70
(121,91,112)
#876D7F
(135,109,127)
#957F8E
(149,127,142)
#A3919D
(163,145,157)
#B1A3AC
(177,163,172)
#BFB5BB
(191,181,187)
#CDC7CA
(205,199,202)
#DBD9D9
(219,217,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3752; }

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

This text font color is #5D3752.


Background Color

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

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

This div background color is #5D3752.


Border color

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

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

This div border color is #5D3752.


Opacity

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

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

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

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

This text has shadow with #5D3752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3752 on black background.


Color preview on white background

This text has color #5D3752 on white background.



Black color preview on #5D3752 background

This text has black color on #5D3752 background.


White color preview on #5D3752 background

This text has white color on #5D3752 background.