COLOR #5D3A58

HEX: #5D3A58
RGB: (93,58,88)

Color info

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

RGB color model

#5D3A58 color RGB value is (93,58,88).

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

RGB channels and saturation

R 93 of 255 = 36%
G 58 of 255 = 23%
B 88 of 255 = 35%

93
58
88

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

Portions of RGB colors in percentages

R + G + B =
93 + 58 + 88 = 239 (100%)
R 93 of 239 ~ 38.91%
G 58 of 239 ~ 24.27%
B 88 of 239 ~ 36.82%

%38.91
%24.27
%36.82

CMYK color model

#5D3A58 color CMYK value is (0,38,5,64).

  • cyan value is 0.00%
  • magenta value is 37.63%
  • yellow value is 5.38%
  • key color value is 63.53%
CMYK:
(0,38,5,64)
C0M38Y5K64 
(0%,38%,5%,64%)
(0.00/0.38/0.05/0.64)	

CMYK percentages

%0
%37.63
%5.38
%63.53

Codes

Color #5D3A58 in popluar color models

5D3A58
RGB935888
HSL309°23.18%29.61%
HSB/HSV309°37.63%36.47%
CMYK0.00%37.63%5.38%
63.53%

Color #5D3A58 in popluar number systems.

HEX5D3A58
Decimal935888
Binary10111011110101011000
Octal13572130

Shades and tints

Shades of #5D3A58

#5D3A58
(93,58,88)
#553550
(85,53,80)
#4D3048
(77,48,72)
#452B40
(69,43,64)
#3D2638
(61,38,56)
#352130
(53,33,48)
#2D1C28
(45,28,40)
#251720
(37,23,32)
#1D1218
(29,18,24)
#150D10
(21,13,16)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #5D3A58

#5D3A58
(93,58,88)
#6B4B67
(107,75,103)
#795C76
(121,92,118)
#876D85
(135,109,133)
#957E94
(149,126,148)
#A38FA3
(163,143,163)
#B1A0B2
(177,160,178)
#BFB1C1
(191,177,193)
#CDC2D0
(205,194,208)
#DBD3DF
(219,211,223)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3A58 color. Also use rgb(93,58,88) instead hex code.

Text Font Color

.myTextColor { color: #5D3A58; }

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

This text font color is #5D3A58.


Background Color

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

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

This div background color is #5D3A58.


Border color

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

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

This div border color is #5D3A58.


Opacity

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

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

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

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

This text has shadow with #5D3A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3A58 on black background.


Color preview on white background

This text has color #5D3A58 on white background.



Black color preview on #5D3A58 background

This text has black color on #5D3A58 background.


White color preview on #5D3A58 background

This text has white color on #5D3A58 background.