COLOR #5D324F

HEX: #5D324F
RGB: (93,50,79)

Color info

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

RGB color model

#5D324F color RGB value is (93,50,79).

  • red value is 93;
  • green value is 50;
  • blue value is 79.
RGB:
(93,50,79)
(36%,20%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 50 of 255 = 20%
B 79 of 255 = 31%

93
50
79

R + G + B ~ 29%. #5D324F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 50 + 79 = 222 (100%)
R 93 of 222 ~ 41.89%
G 50 of 222 ~ 22.52%
B 79 of 222 ~ 35.59%

%41.89
%22.52
%35.59

CMYK color model

#5D324F color CMYK value is (0,46,15,64).

  • cyan value is 0.00%
  • magenta value is 46.24%
  • yellow value is 15.05%
  • key color value is 63.53%
CMYK:
(0,46,15,64)
C0M46Y15K64 
(0%,46%,15%,64%)
(0.00/0.46/0.15/0.64)	

CMYK percentages

%0
%46.24
%15.05
%63.53

Codes

Color #5D324F in popluar color models

5D324F
RGB935079
HSL320°30.07%28.04%
HSB/HSV320°46.24%36.47%
CMYK0.00%46.24%15.05%
63.53%

Color #5D324F in popluar number systems.

HEX5D324F
Decimal935079
Binary10111011100101001111
Octal13562117

Shades and tints

Shades of #5D324F

#5D324F
(93,50,79)
#552E48
(85,46,72)
#4D2A41
(77,42,65)
#45263A
(69,38,58)
#3D2233
(61,34,51)
#351E2C
(53,30,44)
#2D1A25
(45,26,37)
#25161E
(37,22,30)
#1D1217
(29,18,23)
#150E10
(21,14,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #5D324F

#5D324F
(93,50,79)
#6B445F
(107,68,95)
#79566F
(121,86,111)
#87687F
(135,104,127)
#957A8F
(149,122,143)
#A38C9F
(163,140,159)
#B19EAF
(177,158,175)
#BFB0BF
(191,176,191)
#CDC2CF
(205,194,207)
#DBD4DF
(219,212,223)
#E9E6EF
(233,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D324F color. Also use rgb(93,50,79) instead hex code.

Text Font Color

.myTextColor { color: #5D324F; }

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

This text font color is #5D324F.


Background Color

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

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

This div background color is #5D324F.


Border color

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

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

This div border color is #5D324F.


Opacity

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

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

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

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

This text has shadow with #5D324F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D324F on black background.


Color preview on white background

This text has color #5D324F on white background.



Black color preview on #5D324F background

This text has black color on #5D324F background.


White color preview on #5D324F background

This text has white color on #5D324F background.