COLOR #5D5347

HEX: #5D5347
RGB: (93,83,71)

Color info

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

RGB color model

#5D5347 color RGB value is (93,83,71).

  • red value is 93;
  • green value is 83;
  • blue value is 71.
RGB:
(93,83,71)
(36%,33%,28%)

RGB channels and saturation

R 93 of 255 = 36%
G 83 of 255 = 33%
B 71 of 255 = 28%

93
83
71

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 71 = 247 (100%)
R 93 of 247 ~ 37.65%
G 83 of 247 ~ 33.6%
B 71 of 247 ~ 28.74%

%37.65
%33.6
%28.74

CMYK color model

#5D5347 color CMYK value is (0,11,24,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 23.66%
  • key color value is 63.53%
CMYK:
(0,11,24,64)
C0M11Y24K64 
(0%,11%,24%,64%)
(0.00/0.11/0.24/0.64)	

CMYK percentages

%0
%10.75
%23.66
%63.53

Codes

Color #5D5347 in popluar color models

5D5347
RGB938371
HSL33°13.41%32.16%
HSB/HSV33°23.66%36.47%
CMYK0.00%10.75%23.66%
63.53%

Color #5D5347 in popluar number systems.

HEX5D5347
Decimal938371
Binary101110110100111000111
Octal135123107

Shades and tints

Shades of #5D5347

#5D5347
(93,83,71)
#554C41
(85,76,65)
#4D453B
(77,69,59)
#453E35
(69,62,53)
#3D372F
(61,55,47)
#353029
(53,48,41)
#2D2923
(45,41,35)
#25221D
(37,34,29)
#1D1B17
(29,27,23)
#151411
(21,20,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D5347

#5D5347
(93,83,71)
#6B6257
(107,98,87)
#797167
(121,113,103)
#878077
(135,128,119)
#958F87
(149,143,135)
#A39E97
(163,158,151)
#B1ADA7
(177,173,167)
#BFBCB7
(191,188,183)
#CDCBC7
(205,203,199)
#DBDAD7
(219,218,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5347 color. Also use rgb(93,83,71) instead hex code.

Text Font Color

.myTextColor { color: #5D5347; }

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

This text font color is #5D5347.


Background Color

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

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

This div background color is #5D5347.


Border color

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

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

This div border color is #5D5347.


Opacity

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

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

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

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

This text has shadow with #5D5347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5347 on black background.


Color preview on white background

This text has color #5D5347 on white background.



Black color preview on #5D5347 background

This text has black color on #5D5347 background.


White color preview on #5D5347 background

This text has white color on #5D5347 background.