COLOR #5D4461

HEX: #5D4461
RGB: (93,68,97)

Color info

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

RGB color model

#5D4461 color RGB value is (93,68,97).

  • red value is 93;
  • green value is 68;
  • blue value is 97.
RGB:
(93,68,97)
(36%,27%,38%)

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 97 of 255 = 38%

93
68
97

R + G + B ~ 34%. #5D4461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 68 + 97 = 258 (100%)
R 93 of 258 ~ 36.05%
G 68 of 258 ~ 26.36%
B 97 of 258 ~ 37.6%

%36.05
%26.36
%37.6

CMYK color model

#5D4461 color CMYK value is (4,30,0,62).

  • cyan value is 4.12%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(4,30,0,62)
C4M30Y0K62 
(4%,30%,0%,62%)
(0.04/0.30/0.00/0.62)	

CMYK percentages

%4.12
%29.9
%0
%61.96

Codes

Color #5D4461 in popluar color models

5D4461
RGB936897
HSL292°17.58%32.35%
HSB/HSV292°29.90%38.04%
CMYK4.12%29.90%0.00%
61.96%

Color #5D4461 in popluar number systems.

HEX5D4461
Decimal936897
Binary101110110001001100001
Octal135104141

Shades and tints

Shades of #5D4461

#5D4461
(93,68,97)
#553E59
(85,62,89)
#4D3851
(77,56,81)
#453249
(69,50,73)
#3D2C41
(61,44,65)
#352639
(53,38,57)
#2D2031
(45,32,49)
#251A29
(37,26,41)
#1D1421
(29,20,33)
#150E19
(21,14,25)
#0D0811
(13,8,17)
#000000
(0,0,0)

Tints of #5D4461

#5D4461
(93,68,97)
#6B556F
(107,85,111)
#79667D
(121,102,125)
#87778B
(135,119,139)
#958899
(149,136,153)
#A399A7
(163,153,167)
#B1AAB5
(177,170,181)
#BFBBC3
(191,187,195)
#CDCCD1
(205,204,209)
#DBDDDF
(219,221,223)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4461 color. Also use rgb(93,68,97) instead hex code.

Text Font Color

.myTextColor { color: #5D4461; }

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

This text font color is #5D4461.


Background Color

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

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

This div background color is #5D4461.


Border color

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

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

This div border color is #5D4461.


Opacity

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

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

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

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

This text has shadow with #5D4461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4461 on black background.


Color preview on white background

This text has color #5D4461 on white background.



Black color preview on #5D4461 background

This text has black color on #5D4461 background.


White color preview on #5D4461 background

This text has white color on #5D4461 background.