COLOR #5D3D4C

HEX: #5D3D4C RGB: (93,61,76)

Color info

#5D3D4C contains red, green and blue colors in about the same proportion. Web safe color of #5D3D4C is #663333 (or #633).

RGB color model

#5D3D4C color RGB value is (93,61,76).

RGB: (93,61,76) (36%, 24%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 61 of 255 = 24%
B 76 of 255 = 30%

93
61
76

R + G + B ~ 30%. #5D3D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 61 + 76 = 230 (100%)
R 93 of 230 ~ 40.43%
G 61 of 230 ~ 26.52%
B 76 of 230 ~ 33.04'%

%40.43
%26.52
%33.04

CMYK color model

#5D3D4C color CMYK value is (0,34,18,64).

  • cyan value is 0.00%
  • magenta value is 34.41%
  • yellow value is 18.28%
  • key color value is 63.53%

CMYK: (0,34,18,64)
C0M34Y18K64 (0%, 34%, 18%, 64%)
(0.00 / 0.34 / 0.18 / 0.64)

CMYK percentages

%0
%34.41
%18.28
%63.53

Codes

Color #5D3D4C in popluar color models

5D 3D 4C
RGB 93 61 76
HSL 332° 20.78% 30.20%
HSB/HSV 332° 34.41% 36.47%
CMYK 0.00% 34.41% 18.28%
63.53%

Color #5D3D4C in popluar number systems.

HEX 5D 3D 4C
Decimal 93 61 76
Binary 1011101 111101 1001100
Octal 135 75 114

Shades and tints

Shades of #5D3D4C

#5D3D4C
(93,61,76)
#553846
(85,56,70)
#4D3340
(77,51,64)
#452E3A
(69,46,58)
#3D2934
(61,41,52)
#35242E
(53,36,46)
#2D1F28
(45,31,40)
#251A22
(37,26,34)
#1D151C
(29,21,28)
#151016
(21,16,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #5D3D4C

#5D3D4C
(93,61,76)
#6B4E5C
(107,78,92)
#795F6C
(121,95,108)
#87707C
(135,112,124)
#95818C
(149,129,140)
#A3929C
(163,146,156)
#B1A3AC
(177,163,172)
#BFB4BC
(191,180,188)
#CDC5CC
(205,197,204)
#DBD6DC
(219,214,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3D4C color. Also use rgb(93,61,76) instead hex code.

Text Font Color

.myTextColor { color: #5D3D4C; }

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

This text font color is #5D3D4C.

Background Color

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

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

This div background color is #5D3D4C.

Border color

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

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

This div border color is #5D3D4C.

Opacity

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

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

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

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

This text has shadow with #5D3D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D3D4C.

Preview

Color preview on black background

This text has color #5D3D4C on black background.


Color preview on white background

This text has color #5D3D4C on white background.


Black color preview on #5D3D4C background

This text has black color on #5D3D4C background.


White color preview on #5D3D4C background

This text has white color on #5D3D4C background.


Related colors

Complementary color

Complementary color for #hex is #A2C2B3.


I love getcolorcode.com

Triadic colors

1 #4C5D3D and #3D4C5D with #5D3D4C are triadic colors.

2 #4C3D5D and #3D5D4C with #5D3D4C are triadic colors.