COLOR #5D4279

HEX: #5D4279
RGB: (93,66,121)

Color info

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

RGB color model

#5D4279 color RGB value is (93,66,121).

  • red value is 93;
  • green value is 66;
  • blue value is 121.
RGB:
(93,66,121)
(36%,26%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 121 of 255 = 47%

93
66
121

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

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 121 = 280 (100%)
R 93 of 280 ~ 33.21%
G 66 of 280 ~ 23.57%
B 121 of 280 ~ 43.21%

%33.21
%23.57
%43.21

CMYK color model

#5D4279 color CMYK value is (23,45,0,53).

  • cyan value is 23.14%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(23,45,0,53)
C23M45Y0K53 
(23%,45%,0%,53%)
(0.23/0.45/0.00/0.53)	

CMYK percentages

%23.14
%45.45
%0
%52.55

Codes

Color #5D4279 in popluar color models

5D4279
RGB9366121
HSL269°29.41%36.67%
HSB/HSV269°45.45%47.45%
CMYK23.14%45.45%0.00%
52.55%

Color #5D4279 in popluar number systems.

HEX5D4279
Decimal9366121
Binary101110110000101111001
Octal135102171

Shades and tints

Shades of #5D4279

#5D4279
(93,66,121)
#553C6E
(85,60,110)
#4D3663
(77,54,99)
#453058
(69,48,88)
#3D2A4D
(61,42,77)
#352442
(53,36,66)
#2D1E37
(45,30,55)
#25182C
(37,24,44)
#1D1221
(29,18,33)
#150C16
(21,12,22)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #5D4279

#5D4279
(93,66,121)
#6B5385
(107,83,133)
#796491
(121,100,145)
#87759D
(135,117,157)
#9586A9
(149,134,169)
#A397B5
(163,151,181)
#B1A8C1
(177,168,193)
#BFB9CD
(191,185,205)
#CDCAD9
(205,202,217)
#DBDBE5
(219,219,229)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4279 color. Also use rgb(93,66,121) instead hex code.

Text Font Color

.myTextColor { color: #5D4279; }

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

This text font color is #5D4279.


Background Color

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

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

This div background color is #5D4279.


Border color

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

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

This div border color is #5D4279.


Opacity

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

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

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

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

This text has shadow with #5D4279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4279 on black background.


Color preview on white background

This text has color #5D4279 on white background.



Black color preview on #5D4279 background

This text has black color on #5D4279 background.


White color preview on #5D4279 background

This text has white color on #5D4279 background.