COLOR #5D3450

HEX: #5D3450
RGB: (93,52,80)

Color info

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

RGB color model

#5D3450 color RGB value is (93,52,80).

  • red value is 93;
  • green value is 52;
  • blue value is 80.
RGB:
(93,52,80)
(36%,20%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 52 of 255 = 20%
B 80 of 255 = 31%

93
52
80

R + G + B ~ 29%. #5D3450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 80 = 225 (100%)
R 93 of 225 ~ 41.33%
G 52 of 225 ~ 23.11%
B 80 of 225 ~ 35.56%

%41.33
%23.11
%35.56

CMYK color model

#5D3450 color CMYK value is (0,44,14,64).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,44,14,64)
C0M44Y14K64 
(0%,44%,14%,64%)
(0.00/0.44/0.14/0.64)	

CMYK percentages

%0
%44.09
%13.98
%63.53

Codes

Color #5D3450 in popluar color models

5D3450
RGB935280
HSL319°28.28%28.43%
HSB/HSV319°44.09%36.47%
CMYK0.00%44.09%13.98%
63.53%

Color #5D3450 in popluar number systems.

HEX5D3450
Decimal935280
Binary10111011101001010000
Octal13564120

Shades and tints

Shades of #5D3450

#5D3450
(93,52,80)
#553049
(85,48,73)
#4D2C42
(77,44,66)
#45283B
(69,40,59)
#3D2434
(61,36,52)
#35202D
(53,32,45)
#2D1C26
(45,28,38)
#25181F
(37,24,31)
#1D1418
(29,20,24)
#151011
(21,16,17)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #5D3450

#5D3450
(93,52,80)
#6B465F
(107,70,95)
#79586E
(121,88,110)
#876A7D
(135,106,125)
#957C8C
(149,124,140)
#A38E9B
(163,142,155)
#B1A0AA
(177,160,170)
#BFB2B9
(191,178,185)
#CDC4C8
(205,196,200)
#DBD6D7
(219,214,215)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3450 color. Also use rgb(93,52,80) instead hex code.

Text Font Color

.myTextColor { color: #5D3450; }

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

This text font color is #5D3450.


Background Color

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

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

This div background color is #5D3450.


Border color

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

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

This div border color is #5D3450.


Opacity

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

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

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

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

This text has shadow with #5D3450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3450 on black background.


Color preview on white background

This text has color #5D3450 on white background.



Black color preview on #5D3450 background

This text has black color on #5D3450 background.


White color preview on #5D3450 background

This text has white color on #5D3450 background.