COLOR #5D3F59

HEX: #5D3F59
RGB: (93,63,89)

Color info

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

RGB color model

#5D3F59 color RGB value is (93,63,89).

  • red value is 93;
  • green value is 63;
  • blue value is 89.
RGB:
(93,63,89)
(36%,25%,35%)

RGB channels and saturation

R 93 of 255 = 36%
G 63 of 255 = 25%
B 89 of 255 = 35%

93
63
89

R + G + B ~ 32%. #5D3F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 63 + 89 = 245 (100%)
R 93 of 245 ~ 37.96%
G 63 of 245 ~ 25.71%
B 89 of 245 ~ 36.33%

%37.96
%25.71
%36.33

CMYK color model

#5D3F59 color CMYK value is (0,32,4,64).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 4.30%
  • key color value is 63.53%
CMYK:
(0,32,4,64)
C0M32Y4K64 
(0%,32%,4%,64%)
(0.00/0.32/0.04/0.64)	

CMYK percentages

%0
%32.26
%4.3
%63.53

Codes

Color #5D3F59 in popluar color models

5D3F59
RGB936389
HSL308°19.23%30.59%
HSB/HSV308°32.26%36.47%
CMYK0.00%32.26%4.30%
63.53%

Color #5D3F59 in popluar number systems.

HEX5D3F59
Decimal936389
Binary10111011111111011001
Octal13577131

Shades and tints

Shades of #5D3F59

#5D3F59
(93,63,89)
#553A51
(85,58,81)
#4D3549
(77,53,73)
#453041
(69,48,65)
#3D2B39
(61,43,57)
#352631
(53,38,49)
#2D2129
(45,33,41)
#251C21
(37,28,33)
#1D1719
(29,23,25)
#151211
(21,18,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #5D3F59

#5D3F59
(93,63,89)
#6B5068
(107,80,104)
#796177
(121,97,119)
#877286
(135,114,134)
#958395
(149,131,149)
#A394A4
(163,148,164)
#B1A5B3
(177,165,179)
#BFB6C2
(191,182,194)
#CDC7D1
(205,199,209)
#DBD8E0
(219,216,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3F59 color. Also use rgb(93,63,89) instead hex code.

Text Font Color

.myTextColor { color: #5D3F59; }

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

This text font color is #5D3F59.


Background Color

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

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

This div background color is #5D3F59.


Border color

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

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

This div border color is #5D3F59.


Opacity

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

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

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

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

This text has shadow with #5D3F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3F59 on black background.


Color preview on white background

This text has color #5D3F59 on white background.



Black color preview on #5D3F59 background

This text has black color on #5D3F59 background.


White color preview on #5D3F59 background

This text has white color on #5D3F59 background.