COLOR #5D3F6E

HEX: #5D3F6E RGB: (93,63,110)

Color info

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

RGB color model

#5D3F6E color RGB value is (93,63,110).

RGB: (93,63,110) (36%, 25%, 43%)

RGB channels and saturation

R 93 of 255 = 36%
G 63 of 255 = 25%
B 110 of 255 = 43%

93
63
110

R + G + B ~ 35%. #5D3F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 63 + 110 = 266 (100%)
R 93 of 266 ~ 34.96%
G 63 of 266 ~ 23.68%
B 110 of 266 ~ 41.35'%

%34.96
%23.68
%41.35

CMYK color model

#5D3F6E color CMYK value is (15,43,0,57).

  • cyan value is 15.45%
  • magenta value is 42.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (15,43,0,57)
C15M43Y0K57 (15%, 43%, 0%, 57%)
(0.15 / 0.43 / 0.00 / 0.57)

CMYK percentages

%15.45
%42.73
%0
%56.86

Codes

Color #5D3F6E in popluar color models

5D 3F 6E
RGB 93 63 110
HSL 278° 27.17% 33.92%
HSB/HSV 278° 42.73% 43.14%
CMYK 15.45% 42.73% 0.00%
56.86%

Color #5D3F6E in popluar number systems.

HEX 5D 3F 6E
Decimal 93 63 110
Binary 1011101 111111 1101110
Octal 135 77 156

Shades and tints

Shades of #5D3F6E

#5D3F6E
(93,63,110)
#553A64
(85,58,100)
#4D355A
(77,53,90)
#453050
(69,48,80)
#3D2B46
(61,43,70)
#35263C
(53,38,60)
#2D2132
(45,33,50)
#251C28
(37,28,40)
#1D171E
(29,23,30)
#151214
(21,18,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D3F6E

#5D3F6E
(93,63,110)
#6B507B
(107,80,123)
#796188
(121,97,136)
#877295
(135,114,149)
#9583A2
(149,131,162)
#A394AF
(163,148,175)
#B1A5BC
(177,165,188)
#BFB6C9
(191,182,201)
#CDC7D6
(205,199,214)
#DBD8E3
(219,216,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3F6E color. Also use rgb(93,63,110) instead hex code.

Text Font Color

.myTextColor { color: #5D3F6E; }

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

This text font color is #5D3F6E.

Background Color

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

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

This div background color is #5D3F6E.

Border color

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

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

This div border color is #5D3F6E.

Opacity

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

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

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

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

This text has shadow with #5D3F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3F6E.

Preview

Color preview on black background

This text has color #5D3F6E on black background.


Color preview on white background

This text has color #5D3F6E on white background.


Black color preview on #5D3F6E background

This text has black color on #5D3F6E background.


White color preview on #5D3F6E background

This text has white color on #5D3F6E background.


Related colors

Complementary color

Complementary color for #hex is #A2C091.


I love getcolorcode.com

Triadic colors

1 #6E5D3F and #3F6E5D with #5D3F6E are triadic colors.

2 #6E3F5D and #3F5D6E with #5D3F6E are triadic colors.