COLOR #5D3654

HEX: #5D3654
RGB: (93,54,84)

Color info

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

RGB color model

#5D3654 color RGB value is (93,54,84).

  • red value is 93;
  • green value is 54;
  • blue value is 84.
RGB:
(93,54,84)
(36%,21%,33%)

RGB channels and saturation

R 93 of 255 = 36%
G 54 of 255 = 21%
B 84 of 255 = 33%

93
54
84

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

Portions of RGB colors in percentages

R + G + B =
93 + 54 + 84 = 231 (100%)
R 93 of 231 ~ 40.26%
G 54 of 231 ~ 23.38%
B 84 of 231 ~ 36.36%

%40.26
%23.38
%36.36

CMYK color model

#5D3654 color CMYK value is (0,42,10,64).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 9.68%
  • key color value is 63.53%
CMYK:
(0,42,10,64)
C0M42Y10K64 
(0%,42%,10%,64%)
(0.00/0.42/0.10/0.64)	

CMYK percentages

%0
%41.94
%9.68
%63.53

Codes

Color #5D3654 in popluar color models

5D3654
RGB935484
HSL314°26.53%28.82%
HSB/HSV314°41.94%36.47%
CMYK0.00%41.94%9.68%
63.53%

Color #5D3654 in popluar number systems.

HEX5D3654
Decimal935484
Binary10111011101101010100
Octal13566124

Shades and tints

Shades of #5D3654

#5D3654
(93,54,84)
#55324D
(85,50,77)
#4D2E46
(77,46,70)
#452A3F
(69,42,63)
#3D2638
(61,38,56)
#352231
(53,34,49)
#2D1E2A
(45,30,42)
#251A23
(37,26,35)
#1D161C
(29,22,28)
#151215
(21,18,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D3654

#5D3654
(93,54,84)
#6B4863
(107,72,99)
#795A72
(121,90,114)
#876C81
(135,108,129)
#957E90
(149,126,144)
#A3909F
(163,144,159)
#B1A2AE
(177,162,174)
#BFB4BD
(191,180,189)
#CDC6CC
(205,198,204)
#DBD8DB
(219,216,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3654 color. Also use rgb(93,54,84) instead hex code.

Text Font Color

.myTextColor { color: #5D3654; }

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

This text font color is #5D3654.


Background Color

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

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

This div background color is #5D3654.


Border color

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

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

This div border color is #5D3654.


Opacity

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

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

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

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

This text has shadow with #5D3654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3654 on black background.


Color preview on white background

This text has color #5D3654 on white background.



Black color preview on #5D3654 background

This text has black color on #5D3654 background.


White color preview on #5D3654 background

This text has white color on #5D3654 background.