COLOR #5D4671

HEX: #5D4671
RGB: (93,70,113)

Color info

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

RGB color model

#5D4671 color RGB value is (93,70,113).

  • red value is 93;
  • green value is 70;
  • blue value is 113.
RGB:
(93,70,113)
(36%,27%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 113 of 255 = 44%

93
70
113

R + G + B ~ 36%. #5D4671 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 70 + 113 = 276 (100%)
R 93 of 276 ~ 33.7%
G 70 of 276 ~ 25.36%
B 113 of 276 ~ 40.94%

%33.7
%25.36
%40.94

CMYK color model

#5D4671 color CMYK value is (18,38,0,56).

  • cyan value is 17.70%
  • magenta value is 38.05%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(18,38,0,56)
C18M38Y0K56 
(18%,38%,0%,56%)
(0.18/0.38/0.00/0.56)	

CMYK percentages

%17.7
%38.05
%0
%55.69

Codes

Color #5D4671 in popluar color models

5D4671
RGB9370113
HSL272°23.50%35.88%
HSB/HSV272°38.05%44.31%
CMYK17.70%38.05%0.00%
55.69%

Color #5D4671 in popluar number systems.

HEX5D4671
Decimal9370113
Binary101110110001101110001
Octal135106161

Shades and tints

Shades of #5D4671

#5D4671
(93,70,113)
#554067
(85,64,103)
#4D3A5D
(77,58,93)
#453453
(69,52,83)
#3D2E49
(61,46,73)
#35283F
(53,40,63)
#2D2235
(45,34,53)
#251C2B
(37,28,43)
#1D1621
(29,22,33)
#151017
(21,16,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #5D4671

#5D4671
(93,70,113)
#6B567D
(107,86,125)
#796689
(121,102,137)
#877695
(135,118,149)
#9586A1
(149,134,161)
#A396AD
(163,150,173)
#B1A6B9
(177,166,185)
#BFB6C5
(191,182,197)
#CDC6D1
(205,198,209)
#DBD6DD
(219,214,221)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4671 color. Also use rgb(93,70,113) instead hex code.

Text Font Color

.myTextColor { color: #5D4671; }

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

This text font color is #5D4671.


Background Color

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

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

This div background color is #5D4671.


Border color

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

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

This div border color is #5D4671.


Opacity

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

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

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

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

This text has shadow with #5D4671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4671 on black background.


Color preview on white background

This text has color #5D4671 on white background.



Black color preview on #5D4671 background

This text has black color on #5D4671 background.


White color preview on #5D4671 background

This text has white color on #5D4671 background.