COLOR #5D3B59

HEX: #5D3B59
RGB: (93,59,89)

Color info

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

RGB color model

#5D3B59 color RGB value is (93,59,89).

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

RGB channels and saturation

R 93 of 255 = 36%
G 59 of 255 = 23%
B 89 of 255 = 35%

93
59
89

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

Portions of RGB colors in percentages

R + G + B =
93 + 59 + 89 = 241 (100%)
R 93 of 241 ~ 38.59%
G 59 of 241 ~ 24.48%
B 89 of 241 ~ 36.93%

%38.59
%24.48
%36.93

CMYK color model

#5D3B59 color CMYK value is (0,37,4,64).

  • cyan value is 0.00%
  • magenta value is 36.56%
  • yellow value is 4.30%
  • key color value is 63.53%
CMYK:
(0,37,4,64)
C0M37Y4K64 
(0%,37%,4%,64%)
(0.00/0.37/0.04/0.64)	

CMYK percentages

%0
%36.56
%4.3
%63.53

Codes

Color #5D3B59 in popluar color models

5D3B59
RGB935989
HSL307°22.37%29.80%
HSB/HSV307°36.56%36.47%
CMYK0.00%36.56%4.30%
63.53%

Color #5D3B59 in popluar number systems.

HEX5D3B59
Decimal935989
Binary10111011110111011001
Octal13573131

Shades and tints

Shades of #5D3B59

#5D3B59
(93,59,89)
#553651
(85,54,81)
#4D3149
(77,49,73)
#452C41
(69,44,65)
#3D2739
(61,39,57)
#352231
(53,34,49)
#2D1D29
(45,29,41)
#251821
(37,24,33)
#1D1319
(29,19,25)
#150E11
(21,14,17)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #5D3B59

#5D3B59
(93,59,89)
#6B4C68
(107,76,104)
#795D77
(121,93,119)
#876E86
(135,110,134)
#957F95
(149,127,149)
#A390A4
(163,144,164)
#B1A1B3
(177,161,179)
#BFB2C2
(191,178,194)
#CDC3D1
(205,195,209)
#DBD4E0
(219,212,224)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3B59; }

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

This text font color is #5D3B59.


Background Color

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

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

This div background color is #5D3B59.


Border color

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

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

This div border color is #5D3B59.


Opacity

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

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

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

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

This text has shadow with #5D3B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3B59 on black background.


Color preview on white background

This text has color #5D3B59 on white background.



Black color preview on #5D3B59 background

This text has black color on #5D3B59 background.


White color preview on #5D3B59 background

This text has white color on #5D3B59 background.