COLOR #5D3E65

HEX: #5D3E65
RGB: (93,62,101)

Color info

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

RGB color model

#5D3E65 color RGB value is (93,62,101).

  • red value is 93;
  • green value is 62;
  • blue value is 101.
RGB:
(93,62,101)
(36%,24%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 62 of 255 = 24%
B 101 of 255 = 40%

93
62
101

R + G + B ~ 33%. #5D3E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 62 + 101 = 256 (100%)
R 93 of 256 ~ 36.33%
G 62 of 256 ~ 24.22%
B 101 of 256 ~ 39.45%

%36.33
%24.22
%39.45

CMYK color model

#5D3E65 color CMYK value is (8,39,0,60).

  • cyan value is 7.92%
  • magenta value is 38.61%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,39,0,60)
C8M39Y0K60 
(8%,39%,0%,60%)
(0.08/0.39/0.00/0.60)	

CMYK percentages

%7.92
%38.61
%0
%60.39

Codes

Color #5D3E65 in popluar color models

5D3E65
RGB9362101
HSL288°23.93%31.96%
HSB/HSV288°38.61%39.61%
CMYK7.92%38.61%0.00%
60.39%

Color #5D3E65 in popluar number systems.

HEX5D3E65
Decimal9362101
Binary10111011111101100101
Octal13576145

Shades and tints

Shades of #5D3E65

#5D3E65
(93,62,101)
#55395C
(85,57,92)
#4D3453
(77,52,83)
#452F4A
(69,47,74)
#3D2A41
(61,42,65)
#352538
(53,37,56)
#2D202F
(45,32,47)
#251B26
(37,27,38)
#1D161D
(29,22,29)
#151114
(21,17,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D3E65

#5D3E65
(93,62,101)
#6B4F73
(107,79,115)
#796081
(121,96,129)
#87718F
(135,113,143)
#95829D
(149,130,157)
#A393AB
(163,147,171)
#B1A4B9
(177,164,185)
#BFB5C7
(191,181,199)
#CDC6D5
(205,198,213)
#DBD7E3
(219,215,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3E65 color. Also use rgb(93,62,101) instead hex code.

Text Font Color

.myTextColor { color: #5D3E65; }

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

This text font color is #5D3E65.


Background Color

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

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

This div background color is #5D3E65.


Border color

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

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

This div border color is #5D3E65.


Opacity

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

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

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

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

This text has shadow with #5D3E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3E65 on black background.


Color preview on white background

This text has color #5D3E65 on white background.



Black color preview on #5D3E65 background

This text has black color on #5D3E65 background.


White color preview on #5D3E65 background

This text has white color on #5D3E65 background.