COLOR #5D5346

HEX: #5D5346
RGB: (93,83,70)

Color info

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

RGB color model

#5D5346 color RGB value is (93,83,70).

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

RGB channels and saturation

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

93
83
70

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

Portions of RGB colors in percentages

R + G + B =
93 + 83 + 70 = 246 (100%)
R 93 of 246 ~ 37.8%
G 83 of 246 ~ 33.74%
B 70 of 246 ~ 28.46%

%37.8
%33.74
%28.46

CMYK color model

#5D5346 color CMYK value is (0,11,25,64).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 24.73%
  • key color value is 63.53%
CMYK:
(0,11,25,64)
C0M11Y25K64 
(0%,11%,25%,64%)
(0.00/0.11/0.25/0.64)	

CMYK percentages

%0
%10.75
%24.73
%63.53

Codes

Color #5D5346 in popluar color models

5D5346
RGB938370
HSL34°14.11%31.96%
HSB/HSV34°24.73%36.47%
CMYK0.00%10.75%24.73%
63.53%

Color #5D5346 in popluar number systems.

HEX5D5346
Decimal938370
Binary101110110100111000110
Octal135123106

Shades and tints

Shades of #5D5346

#5D5346
(93,83,70)
#554C40
(85,76,64)
#4D453A
(77,69,58)
#453E34
(69,62,52)
#3D372E
(61,55,46)
#353028
(53,48,40)
#2D2922
(45,41,34)
#25221C
(37,34,28)
#1D1B16
(29,27,22)
#151410
(21,20,16)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #5D5346

#5D5346
(93,83,70)
#6B6256
(107,98,86)
#797166
(121,113,102)
#878076
(135,128,118)
#958F86
(149,143,134)
#A39E96
(163,158,150)
#B1ADA6
(177,173,166)
#BFBCB6
(191,188,182)
#CDCBC6
(205,203,198)
#DBDAD6
(219,218,214)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5346; }

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

This text font color is #5D5346.


Background Color

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

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

This div background color is #5D5346.


Border color

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

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

This div border color is #5D5346.


Opacity

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

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

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

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

This text has shadow with #5D5346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5346 on black background.


Color preview on white background

This text has color #5D5346 on white background.



Black color preview on #5D5346 background

This text has black color on #5D5346 background.


White color preview on #5D5346 background

This text has white color on #5D5346 background.