COLOR #5D563F

HEX: #5D563F
RGB: (93,86,63)

Color info

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

RGB color model

#5D563F color RGB value is (93,86,63).

  • red value is 93;
  • green value is 86;
  • blue value is 63.
RGB:
(93,86,63)
(36%,34%,25%)

RGB channels and saturation

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

93
86
63

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 63 = 242 (100%)
R 93 of 242 ~ 38.43%
G 86 of 242 ~ 35.54%
B 63 of 242 ~ 26.03%

%38.43
%35.54
%26.03

CMYK color model

#5D563F color CMYK value is (0,8,32,64).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 32.26%
  • key color value is 63.53%
CMYK:
(0,8,32,64)
C0M8Y32K64 
(0%,8%,32%,64%)
(0.00/0.08/0.32/0.64)	

CMYK percentages

%0
%7.53
%32.26
%63.53

Codes

Color #5D563F in popluar color models

5D563F
RGB938663
HSL46°19.23%30.59%
HSB/HSV46°32.26%36.47%
CMYK0.00%7.53%32.26%
63.53%

Color #5D563F in popluar number systems.

HEX5D563F
Decimal938663
Binary10111011010110111111
Octal13512677

Shades and tints

Shades of #5D563F

#5D563F
(93,86,63)
#554F3A
(85,79,58)
#4D4835
(77,72,53)
#454130
(69,65,48)
#3D3A2B
(61,58,43)
#353326
(53,51,38)
#2D2C21
(45,44,33)
#25251C
(37,37,28)
#1D1E17
(29,30,23)
#151712
(21,23,18)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #5D563F

#5D563F
(93,86,63)
#6B6550
(107,101,80)
#797461
(121,116,97)
#878372
(135,131,114)
#959283
(149,146,131)
#A3A194
(163,161,148)
#B1B0A5
(177,176,165)
#BFBFB6
(191,191,182)
#CDCEC7
(205,206,199)
#DBDDD8
(219,221,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D563F; }

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

This text font color is #5D563F.


Background Color

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

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

This div background color is #5D563F.


Border color

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

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

This div border color is #5D563F.


Opacity

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

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

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

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

This text has shadow with #5D563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D563F on black background.


Color preview on white background

This text has color #5D563F on white background.



Black color preview on #5D563F background

This text has black color on #5D563F background.


White color preview on #5D563F background

This text has white color on #5D563F background.