COLOR #5D2D63

HEX: #5D2D63
RGB: (93,45,99)

Color info

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

RGB color model

#5D2D63 color RGB value is (93,45,99).

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

RGB channels and saturation

R 93 of 255 = 36%
G 45 of 255 = 18%
B 99 of 255 = 39%

93
45
99

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

Portions of RGB colors in percentages

R + G + B =
93 + 45 + 99 = 237 (100%)
R 93 of 237 ~ 39.24%
G 45 of 237 ~ 18.99%
B 99 of 237 ~ 41.77%

%39.24
%18.99
%41.77

CMYK color model

#5D2D63 color CMYK value is (6,55,0,61).

  • cyan value is 6.06%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(6,55,0,61)
C6M55Y0K61 
(6%,55%,0%,61%)
(0.06/0.55/0.00/0.61)	

CMYK percentages

%6.06
%54.55
%0
%61.18

Codes

Color #5D2D63 in popluar color models

5D2D63
RGB934599
HSL293°37.50%28.24%
HSB/HSV293°54.55%38.82%
CMYK6.06%54.55%0.00%
61.18%

Color #5D2D63 in popluar number systems.

HEX5D2D63
Decimal934599
Binary10111011011011100011
Octal13555143

Shades and tints

Shades of #5D2D63

#5D2D63
(93,45,99)
#55295A
(85,41,90)
#4D2551
(77,37,81)
#452148
(69,33,72)
#3D1D3F
(61,29,63)
#351936
(53,25,54)
#2D152D
(45,21,45)
#251124
(37,17,36)
#1D0D1B
(29,13,27)
#150912
(21,9,18)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #5D2D63

#5D2D63
(93,45,99)
#6B4071
(107,64,113)
#79537F
(121,83,127)
#87668D
(135,102,141)
#95799B
(149,121,155)
#A38CA9
(163,140,169)
#B19FB7
(177,159,183)
#BFB2C5
(191,178,197)
#CDC5D3
(205,197,211)
#DBD8E1
(219,216,225)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D2D63; }

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

This text font color is #5D2D63.


Background Color

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

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

This div background color is #5D2D63.


Border color

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

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

This div border color is #5D2D63.


Opacity

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

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

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

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

This text has shadow with #5D2D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D2D63 on black background.


Color preview on white background

This text has color #5D2D63 on white background.



Black color preview on #5D2D63 background

This text has black color on #5D2D63 background.


White color preview on #5D2D63 background

This text has white color on #5D2D63 background.