COLOR #5D464C

HEX: #5D464C RGB: (93,70,76)

Color info

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

RGB color model

#5D464C color RGB value is (93,70,76).

RGB: (93,70,76) (36%, 27%, 30%)

RGB channels and saturation

R 93 of 255 = 36%
G 70 of 255 = 27%
B 76 of 255 = 30%

93
70
76

R + G + B ~ 31%. #5D464C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 70 + 76 = 239 (100%)
R 93 of 239 ~ 38.91%
G 70 of 239 ~ 29.29%
B 76 of 239 ~ 31.8'%

%38.91
%29.29
%31.8

CMYK color model

#5D464C color CMYK value is (0,25,18,64).

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

CMYK: (0,25,18,64)
C0M25Y18K64 (0%, 25%, 18%, 64%)
(0.00 / 0.25 / 0.18 / 0.64)

CMYK percentages

%0
%24.73
%18.28
%63.53

Codes

Color #5D464C in popluar color models

5D 46 4C
RGB 93 70 76
HSL 344° 14.11% 31.96%
HSB/HSV 344° 24.73% 36.47%
CMYK 0.00% 24.73% 18.28%
63.53%

Color #5D464C in popluar number systems.

HEX 5D 46 4C
Decimal 93 70 76
Binary 1011101 1000110 1001100
Octal 135 106 114

Shades and tints

Shades of #5D464C

#5D464C
(93,70,76)
#554046
(85,64,70)
#4D3A40
(77,58,64)
#45343A
(69,52,58)
#3D2E34
(61,46,52)
#35282E
(53,40,46)
#2D2228
(45,34,40)
#251C22
(37,28,34)
#1D161C
(29,22,28)
#151016
(21,16,22)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #5D464C

#5D464C
(93,70,76)
#6B565C
(107,86,92)
#79666C
(121,102,108)
#87767C
(135,118,124)
#95868C
(149,134,140)
#A3969C
(163,150,156)
#B1A6AC
(177,166,172)
#BFB6BC
(191,182,188)
#CDC6CC
(205,198,204)
#DBD6DC
(219,214,220)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D464C; }

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

This text font color is #5D464C.

Background Color

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

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

This div background color is #5D464C.

Border color

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

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

This div border color is #5D464C.

Opacity

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

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

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

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

This text has shadow with #5D464C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D464C.

Preview

Color preview on black background

This text has color #5D464C on black background.


Color preview on white background

This text has color #5D464C on white background.


Black color preview on #5D464C background

This text has black color on #5D464C background.


White color preview on #5D464C background

This text has white color on #5D464C background.


Related colors

Complementary color

Complementary color for #hex is #A2B9B3.


I love getcolorcode.com

Triadic colors

1 #4C5D46 and #464C5D with #5D464C are triadic colors.

2 #4C465D and #465D4C with #5D464C are triadic colors.