COLOR #5D4D3F

HEX: #5D4D3F RGB: (93,77,63)

Color info

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

RGB color model

#5D4D3F color RGB value is (93,77,63).

RGB: (93,77,63) (36%, 30%, 25%)

RGB channels and saturation

R 93 of 255 = 36%
G 77 of 255 = 30%
B 63 of 255 = 25%

93
77
63

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

Portions of RGB colors in percentages

R + G + B = 93 + 77 + 63 = 233 (100%)
R 93 of 233 ~ 39.91%
G 77 of 233 ~ 33.05%
B 63 of 233 ~ 27.04'%

%39.91
%33.05
%27.04

CMYK color model

#5D4D3F color CMYK value is (0,17,32,64).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 32.26%
  • key color value is 63.53%

CMYK: (0,17,32,64)
C0M17Y32K64 (0%, 17%, 32%, 64%)
(0.00 / 0.17 / 0.32 / 0.64)

CMYK percentages

%0
%17.2
%32.26
%63.53

Codes

Color #5D4D3F in popluar color models

5D 4D 3F
RGB 93 77 63
HSL 28° 19.23% 30.59%
HSB/HSV 28° 32.26% 36.47%
CMYK 0.00% 17.20% 32.26%
63.53%

Color #5D4D3F in popluar number systems.

HEX 5D 4D 3F
Decimal 93 77 63
Binary 1011101 1001101 111111
Octal 135 115 77

Shades and tints

Shades of #5D4D3F

#5D4D3F
(93,77,63)
#55463A
(85,70,58)
#4D3F35
(77,63,53)
#453830
(69,56,48)
#3D312B
(61,49,43)
#352A26
(53,42,38)
#2D2321
(45,35,33)
#251C1C
(37,28,28)
#1D1517
(29,21,23)
#150E12
(21,14,18)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #5D4D3F

#5D4D3F
(93,77,63)
#6B5D50
(107,93,80)
#796D61
(121,109,97)
#877D72
(135,125,114)
#958D83
(149,141,131)
#A39D94
(163,157,148)
#B1ADA5
(177,173,165)
#BFBDB6
(191,189,182)
#CDCDC7
(205,205,199)
#DBDDD8
(219,221,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4D3F; }

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

This text font color is #5D4D3F.

Background Color

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

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

This div background color is #5D4D3F.

Border color

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

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

This div border color is #5D4D3F.

Opacity

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

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

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

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

This text has shadow with #5D4D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4D3F.

Preview

Color preview on black background

This text has color #5D4D3F on black background.


Color preview on white background

This text has color #5D4D3F on white background.


Black color preview on #5D4D3F background

This text has black color on #5D4D3F background.


White color preview on #5D4D3F background

This text has white color on #5D4D3F background.


Related colors

Complementary color

Complementary color for #hex is #A2B2C0.


I love getcolorcode.com

Triadic colors

1 #3F5D4D and #4D3F5D with #5D4D3F are triadic colors.

2 #3F4D5D and #4D5D3F with #5D4D3F are triadic colors.