COLOR #5D5546

HEX: #5D5546
RGB: (93,85,70)

Color info

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

RGB color model

#5D5546 color RGB value is (93,85,70).

  • red value is 93;
  • green value is 85;
  • blue value is 70.
RGB:
(93,85,70)
(36%,33%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 70 of 255 = 27%

93
85
70

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

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 70 = 248 (100%)
R 93 of 248 ~ 37.5%
G 85 of 248 ~ 34.27%
B 70 of 248 ~ 28.23%

%37.5
%34.27
%28.23

CMYK color model

#5D5546 color CMYK value is (0,9,25,64).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 24.73%
  • key color value is 63.53%
CMYK:
(0,9,25,64)
C0M9Y25K64 
(0%,9%,25%,64%)
(0.00/0.09/0.25/0.64)	

CMYK percentages

%0
%8.6
%24.73
%63.53

Codes

Color #5D5546 in popluar color models

5D5546
RGB938570
HSL39°14.11%31.96%
HSB/HSV39°24.73%36.47%
CMYK0.00%8.60%24.73%
63.53%

Color #5D5546 in popluar number systems.

HEX5D5546
Decimal938570
Binary101110110101011000110
Octal135125106

Shades and tints

Shades of #5D5546

#5D5546
(93,85,70)
#554E40
(85,78,64)
#4D473A
(77,71,58)
#454034
(69,64,52)
#3D392E
(61,57,46)
#353228
(53,50,40)
#2D2B22
(45,43,34)
#25241C
(37,36,28)
#1D1D16
(29,29,22)
#151610
(21,22,16)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #5D5546

#5D5546
(93,85,70)
#6B6456
(107,100,86)
#797366
(121,115,102)
#878276
(135,130,118)
#959186
(149,145,134)
#A3A096
(163,160,150)
#B1AFA6
(177,175,166)
#BFBEB6
(191,190,182)
#CDCDC6
(205,205,198)
#DBDCD6
(219,220,214)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5546; }

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

This text font color is #5D5546.


Background Color

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

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

This div background color is #5D5546.


Border color

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

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

This div border color is #5D5546.


Opacity

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

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

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

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

This text has shadow with #5D5546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5546 on black background.


Color preview on white background

This text has color #5D5546 on white background.



Black color preview on #5D5546 background

This text has black color on #5D5546 background.


White color preview on #5D5546 background

This text has white color on #5D5546 background.