COLOR #5D3858

HEX: #5D3858
RGB: (93,56,88)

Color info

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

RGB color model

#5D3858 color RGB value is (93,56,88).

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

RGB channels and saturation

R 93 of 255 = 36%
G 56 of 255 = 22%
B 88 of 255 = 35%

93
56
88

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

Portions of RGB colors in percentages

R + G + B =
93 + 56 + 88 = 237 (100%)
R 93 of 237 ~ 39.24%
G 56 of 237 ~ 23.63%
B 88 of 237 ~ 37.13%

%39.24
%23.63
%37.13

CMYK color model

#5D3858 color CMYK value is (0,40,5,64).

  • cyan value is 0.00%
  • magenta value is 39.78%
  • yellow value is 5.38%
  • key color value is 63.53%
CMYK:
(0,40,5,64)
C0M40Y5K64 
(0%,40%,5%,64%)
(0.00/0.40/0.05/0.64)	

CMYK percentages

%0
%39.78
%5.38
%63.53

Codes

Color #5D3858 in popluar color models

5D3858
RGB935688
HSL308°24.83%29.22%
HSB/HSV308°39.78%36.47%
CMYK0.00%39.78%5.38%
63.53%

Color #5D3858 in popluar number systems.

HEX5D3858
Decimal935688
Binary10111011110001011000
Octal13570130

Shades and tints

Shades of #5D3858

#5D3858
(93,56,88)
#553350
(85,51,80)
#4D2E48
(77,46,72)
#452940
(69,41,64)
#3D2438
(61,36,56)
#351F30
(53,31,48)
#2D1A28
(45,26,40)
#251520
(37,21,32)
#1D1018
(29,16,24)
#150B10
(21,11,16)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #5D3858

#5D3858
(93,56,88)
#6B4A67
(107,74,103)
#795C76
(121,92,118)
#876E85
(135,110,133)
#958094
(149,128,148)
#A392A3
(163,146,163)
#B1A4B2
(177,164,178)
#BFB6C1
(191,182,193)
#CDC8D0
(205,200,208)
#DBDADF
(219,218,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3858; }

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

This text font color is #5D3858.


Background Color

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

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

This div background color is #5D3858.


Border color

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

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

This div border color is #5D3858.


Opacity

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

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

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

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

This text has shadow with #5D3858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3858 on black background.


Color preview on white background

This text has color #5D3858 on white background.



Black color preview on #5D3858 background

This text has black color on #5D3858 background.


White color preview on #5D3858 background

This text has white color on #5D3858 background.