COLOR #5D573E

HEX: #5D573E
RGB: (93,87,62)

Color info

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

RGB color model

#5D573E color RGB value is (93,87,62).

  • red value is 93;
  • green value is 87;
  • blue value is 62.
RGB:
(93,87,62)
(36%,34%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 62 of 255 = 24%

93
87
62

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

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 62 = 242 (100%)
R 93 of 242 ~ 38.43%
G 87 of 242 ~ 35.95%
B 62 of 242 ~ 25.62%

%38.43
%35.95
%25.62

CMYK color model

#5D573E color CMYK value is (0,6,33,64).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK:
(0,6,33,64)
C0M6Y33K64 
(0%,6%,33%,64%)
(0.00/0.06/0.33/0.64)	

CMYK percentages

%0
%6.45
%33.33
%63.53

Codes

Color #5D573E in popluar color models

5D573E
RGB938762
HSL48°20.00%30.39%
HSB/HSV48°33.33%36.47%
CMYK0.00%6.45%33.33%
63.53%

Color #5D573E in popluar number systems.

HEX5D573E
Decimal938762
Binary10111011010111111110
Octal13512776

Shades and tints

Shades of #5D573E

#5D573E
(93,87,62)
#555039
(85,80,57)
#4D4934
(77,73,52)
#45422F
(69,66,47)
#3D3B2A
(61,59,42)
#353425
(53,52,37)
#2D2D20
(45,45,32)
#25261B
(37,38,27)
#1D1F16
(29,31,22)
#151811
(21,24,17)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #5D573E

#5D573E
(93,87,62)
#6B664F
(107,102,79)
#797560
(121,117,96)
#878471
(135,132,113)
#959382
(149,147,130)
#A3A293
(163,162,147)
#B1B1A4
(177,177,164)
#BFC0B5
(191,192,181)
#CDCFC6
(205,207,198)
#DBDED7
(219,222,215)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D573E; }

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

This text font color is #5D573E.


Background Color

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

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

This div background color is #5D573E.


Border color

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

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

This div border color is #5D573E.


Opacity

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

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

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

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

This text has shadow with #5D573E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D573E on black background.


Color preview on white background

This text has color #5D573E on white background.



Black color preview on #5D573E background

This text has black color on #5D573E background.


White color preview on #5D573E background

This text has white color on #5D573E background.