COLOR #5D375B

HEX: #5D375B
RGB: (93,55,91)

Color info

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

RGB color model

#5D375B color RGB value is (93,55,91).

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

RGB channels and saturation

R 93 of 255 = 36%
G 55 of 255 = 22%
B 91 of 255 = 36%

93
55
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 55 + 91 = 239 (100%)
R 93 of 239 ~ 38.91%
G 55 of 239 ~ 23.01%
B 91 of 239 ~ 38.08%

%38.91
%23.01
%38.08

CMYK color model

#5D375B color CMYK value is (0,41,2,64).

  • cyan value is 0.00%
  • magenta value is 40.86%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(0,41,2,64)
C0M41Y2K64 
(0%,41%,2%,64%)
(0.00/0.41/0.02/0.64)	

CMYK percentages

%0
%40.86
%2.15
%63.53

Codes

Color #5D375B in popluar color models

5D375B
RGB935591
HSL303°25.68%29.02%
HSB/HSV303°40.86%36.47%
CMYK0.00%40.86%2.15%
63.53%

Color #5D375B in popluar number systems.

HEX5D375B
Decimal935591
Binary10111011101111011011
Octal13567133

Shades and tints

Shades of #5D375B

#5D375B
(93,55,91)
#553253
(85,50,83)
#4D2D4B
(77,45,75)
#452843
(69,40,67)
#3D233B
(61,35,59)
#351E33
(53,30,51)
#2D192B
(45,25,43)
#251423
(37,20,35)
#1D0F1B
(29,15,27)
#150A13
(21,10,19)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #5D375B

#5D375B
(93,55,91)
#6B4969
(107,73,105)
#795B77
(121,91,119)
#876D85
(135,109,133)
#957F93
(149,127,147)
#A391A1
(163,145,161)
#B1A3AF
(177,163,175)
#BFB5BD
(191,181,189)
#CDC7CB
(205,199,203)
#DBD9D9
(219,217,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D375B; }

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

This text font color is #5D375B.


Background Color

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

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

This div background color is #5D375B.


Border color

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

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

This div border color is #5D375B.


Opacity

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

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

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

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

This text has shadow with #5D375B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D375B on black background.


Color preview on white background

This text has color #5D375B on white background.



Black color preview on #5D375B background

This text has black color on #5D375B background.


White color preview on #5D375B background

This text has white color on #5D375B background.