COLOR #5D4342

HEX: #5D4342
RGB: (93,67,66)

Color info

#5D4342 contains red, green and blue colors in about the same proportion. Web safe color of #5D4342 is #663333 (or #633).

RGB color model

#5D4342 color RGB value is (93,67,66).

  • red value is 93;
  • green value is 67;
  • blue value is 66.
RGB:
(93,67,66)
(36%,26%,26%)

RGB channels and saturation

R 93 of 255 = 36%
G 67 of 255 = 26%
B 66 of 255 = 26%

93
67
66

R + G + B ~ 29%. #5D4342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 67 + 66 = 226 (100%)
R 93 of 226 ~ 41.15%
G 67 of 226 ~ 29.65%
B 66 of 226 ~ 29.2%

%41.15
%29.65
%29.2

CMYK color model

#5D4342 color CMYK value is (0,28,29,64).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,28,29,64)
C0M28Y29K64 
(0%,28%,29%,64%)
(0.00/0.28/0.29/0.64)	

CMYK percentages

%0
%27.96
%29.03
%63.53

Codes

Color #5D4342 in popluar color models

5D4342
RGB936766
HSL16.98%31.18%
HSB/HSV29.03%36.47%
CMYK0.00%27.96%29.03%
63.53%

Color #5D4342 in popluar number systems.

HEX5D4342
Decimal936766
Binary101110110000111000010
Octal135103102

Shades and tints

Shades of #5D4342

#5D4342
(93,67,66)
#553D3C
(85,61,60)
#4D3736
(77,55,54)
#453130
(69,49,48)
#3D2B2A
(61,43,42)
#352524
(53,37,36)
#2D1F1E
(45,31,30)
#251918
(37,25,24)
#1D1312
(29,19,18)
#150D0C
(21,13,12)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #5D4342

#5D4342
(93,67,66)
#6B5453
(107,84,83)
#796564
(121,101,100)
#877675
(135,118,117)
#958786
(149,135,134)
#A39897
(163,152,151)
#B1A9A8
(177,169,168)
#BFBAB9
(191,186,185)
#CDCBCA
(205,203,202)
#DBDCDB
(219,220,219)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4342 color. Also use rgb(93,67,66) instead hex code.

Text Font Color

.myTextColor { color: #5D4342; }

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

This text font color is #5D4342.


Background Color

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

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

This div background color is #5D4342.


Border color

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

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

This div border color is #5D4342.


Opacity

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

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

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

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

This text has shadow with #5D4342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4342 on black background.


Color preview on white background

This text has color #5D4342 on white background.



Black color preview on #5D4342 background

This text has black color on #5D4342 background.


White color preview on #5D4342 background

This text has white color on #5D4342 background.