COLOR #5D573F

HEX: #5D573F RGB: (93,87,63)

Color info

#5D573F contains red, green and blue colors in about the same proportion. Web safe color of #5D573F is #666633 (or #663).

RGB color model

#5D573F color RGB value is (93,87,63).

RGB: (93,87,63) (36%, 34%, 25%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 63 of 255 = 25%

93
87
63

R + G + B ~ 32%. #5D573F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 87 + 63 = 243 (100%)
R 93 of 243 ~ 38.27%
G 87 of 243 ~ 35.8%
B 63 of 243 ~ 25.93'%

%38.27
%35.8
%25.93

CMYK color model

#5D573F color CMYK value is (0,6,32,64).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK: (0,6,32,64) C0M6Y32K64 (0%,6%,32%,64%) (0.00/0.06/0.32/0.64) 

CMYK percentages

%0
%6.45
%32.26
%63.53

Codes

Color #5D573F in popluar color models

5D 57 3F
RGB 93 87 63
HSL 48° 19.23% 30.59%
HSB/HSV 48° 32.26% 36.47%
CMYK 0.00% 6.45% 32.26%
63.53%

Color #5D573F in popluar number systems.

HEX 5D 57 3F
Decimal 93 87 63
Binary 1011101 1010111 111111
Octal 135 127 77

Shades and tints

Shades of #5D573F

#5D573F
(93,87,63)
#55503A
(85,80,58)
#4D4935
(77,73,53)
#454230
(69,66,48)
#3D3B2B
(61,59,43)
#353426
(53,52,38)
#2D2D21
(45,45,33)
#25261C
(37,38,28)
#1D1F17
(29,31,23)
#151812
(21,24,18)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #5D573F

#5D573F
(93,87,63)
#6B6650
(107,102,80)
#797561
(121,117,97)
#878472
(135,132,114)
#959383
(149,147,131)
#A3A294
(163,162,148)
#B1B1A5
(177,177,165)
#BFC0B6
(191,192,182)
#CDCFC7
(205,207,199)
#DBDED8
(219,222,216)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D573F; }

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

This text font color is #5D573F.

Background Color

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

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

This div background color is #5D573F.

Border color

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

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

This div border color is #5D573F.

Opacity

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

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

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

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

This text has shadow with #5D573F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D573F.

Preview

Color preview on black background

This text has color #5D573F on black background.


Color preview on white background

This text has color #5D573F on white background.


Black color preview on #5D573F background

This text has black color on #5D573F background.


White color preview on #5D573F background

This text has white color on #5D573F background.


Related colors

Complementary color

Complementary color for #hex is #A2A8C0.


I love getcolorcode.com

Triadic colors

1 #3F5D57 and #573F5D with #5D573F are triadic colors.

2 #3F575D and #575D3F with #5D573F are triadic colors.