COLOR #5D4963

HEX: #5D4963 RGB: (93,73,99)

Color info

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

RGB color model

#5D4963 color RGB value is (93,73,99).

RGB: (93,73,99) (36%, 29%, 39%)

RGB channels and saturation

R 93 of 255 = 36%
G 73 of 255 = 29%
B 99 of 255 = 39%

93
73
99

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

Portions of RGB colors in percentages

R + G + B = 93 + 73 + 99 = 265 (100%)
R 93 of 265 ~ 35.09%
G 73 of 265 ~ 27.55%
B 99 of 265 ~ 37.36'%

%35.09
%27.55
%37.36

CMYK color model

#5D4963 color CMYK value is (6,26,0,61).

  • cyan value is 6.06%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (6,26,0,61)
C6M26Y0K61 (6%, 26%, 0%, 61%)
(0.06 / 0.26 / 0.00 / 0.61)

CMYK percentages

%6.06
%26.26
%0
%61.18

Codes

Color #5D4963 in popluar color models

5D 49 63
RGB 93 73 99
HSL 286° 15.12% 33.73%
HSB/HSV 286° 26.26% 38.82%
CMYK 6.06% 26.26% 0.00%
61.18%

Color #5D4963 in popluar number systems.

HEX 5D 49 63
Decimal 93 73 99
Binary 1011101 1001001 1100011
Octal 135 111 143

Shades and tints

Shades of #5D4963

#5D4963
(93,73,99)
#55435A
(85,67,90)
#4D3D51
(77,61,81)
#453748
(69,55,72)
#3D313F
(61,49,63)
#352B36
(53,43,54)
#2D252D
(45,37,45)
#251F24
(37,31,36)
#1D191B
(29,25,27)
#151312
(21,19,18)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #5D4963

#5D4963
(93,73,99)
#6B5971
(107,89,113)
#79697F
(121,105,127)
#87798D
(135,121,141)
#95899B
(149,137,155)
#A399A9
(163,153,169)
#B1A9B7
(177,169,183)
#BFB9C5
(191,185,197)
#CDC9D3
(205,201,211)
#DBD9E1
(219,217,225)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4963 color. Also use rgb(93,73,99) instead hex code.

Text Font Color

.myTextColor { color: #5D4963; }

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

This text font color is #5D4963.

Background Color

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

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

This div background color is #5D4963.

Border color

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

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

This div border color is #5D4963.

Opacity

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

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

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

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

This text has shadow with #5D4963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4963.

Preview

Color preview on black background

This text has color #5D4963 on black background.


Color preview on white background

This text has color #5D4963 on white background.


Black color preview on #5D4963 background

This text has black color on #5D4963 background.


White color preview on #5D4963 background

This text has white color on #5D4963 background.


Related colors

Complementary color

Complementary color for #hex is #A2B69C.


I love getcolorcode.com

Triadic colors

1 #635D49 and #49635D with #5D4963 are triadic colors.

2 #63495D and #495D63 with #5D4963 are triadic colors.