COLOR #5D2D5B

HEX: #5D2D5B
RGB: (93,45,91)

Color info

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

RGB color model

#5D2D5B color RGB value is (93,45,91).

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

RGB channels and saturation

R 93 of 255 = 36%
G 45 of 255 = 18%
B 91 of 255 = 36%

93
45
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 45 + 91 = 229 (100%)
R 93 of 229 ~ 40.61%
G 45 of 229 ~ 19.65%
B 91 of 229 ~ 39.74%

%40.61
%19.65
%39.74

CMYK color model

#5D2D5B color CMYK value is (0,52,2,64).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(0,52,2,64)
C0M52Y2K64 
(0%,52%,2%,64%)
(0.00/0.52/0.02/0.64)	

CMYK percentages

%0
%51.61
%2.15
%63.53

Codes

Color #5D2D5B in popluar color models

5D2D5B
RGB934591
HSL303°34.78%27.06%
HSB/HSV303°51.61%36.47%
CMYK0.00%51.61%2.15%
63.53%

Color #5D2D5B in popluar number systems.

HEX5D2D5B
Decimal934591
Binary10111011011011011011
Octal13555133

Shades and tints

Shades of #5D2D5B

#5D2D5B
(93,45,91)
#552953
(85,41,83)
#4D254B
(77,37,75)
#452143
(69,33,67)
#3D1D3B
(61,29,59)
#351933
(53,25,51)
#2D152B
(45,21,43)
#251123
(37,17,35)
#1D0D1B
(29,13,27)
#150913
(21,9,19)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #5D2D5B

#5D2D5B
(93,45,91)
#6B4069
(107,64,105)
#795377
(121,83,119)
#876685
(135,102,133)
#957993
(149,121,147)
#A38CA1
(163,140,161)
#B19FAF
(177,159,175)
#BFB2BD
(191,178,189)
#CDC5CB
(205,197,203)
#DBD8D9
(219,216,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D2D5B; }

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

This text font color is #5D2D5B.


Background Color

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

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

This div background color is #5D2D5B.


Border color

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

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

This div border color is #5D2D5B.


Opacity

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

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

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

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

This text has shadow with #5D2D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2D5B on black background.


Color preview on white background

This text has color #5D2D5B on white background.



Black color preview on #5D2D5B background

This text has black color on #5D2D5B background.


White color preview on #5D2D5B background

This text has white color on #5D2D5B background.