COLOR #5D3C42

HEX: #5D3C42
RGB: (93,60,66)

Color info

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

RGB color model

#5D3C42 color RGB value is (93,60,66).

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

RGB channels and saturation

R 93 of 255 = 36%
G 60 of 255 = 24%
B 66 of 255 = 26%

93
60
66

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

Portions of RGB colors in percentages

R + G + B =
93 + 60 + 66 = 219 (100%)
R 93 of 219 ~ 42.47%
G 60 of 219 ~ 27.4%
B 66 of 219 ~ 30.14%

%42.47
%27.4
%30.14

CMYK color model

#5D3C42 color CMYK value is (0,35,29,64).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,35,29,64)
C0M35Y29K64 
(0%,35%,29%,64%)
(0.00/0.35/0.29/0.64)	

CMYK percentages

%0
%35.48
%29.03
%63.53

Codes

Color #5D3C42 in popluar color models

5D3C42
RGB936066
HSL349°21.57%30.00%
HSB/HSV349°35.48%36.47%
CMYK0.00%35.48%29.03%
63.53%

Color #5D3C42 in popluar number systems.

HEX5D3C42
Decimal936066
Binary10111011111001000010
Octal13574102

Shades and tints

Shades of #5D3C42

#5D3C42
(93,60,66)
#55373C
(85,55,60)
#4D3236
(77,50,54)
#452D30
(69,45,48)
#3D282A
(61,40,42)
#352324
(53,35,36)
#2D1E1E
(45,30,30)
#251918
(37,25,24)
#1D1412
(29,20,18)
#150F0C
(21,15,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #5D3C42

#5D3C42
(93,60,66)
#6B4D53
(107,77,83)
#795E64
(121,94,100)
#876F75
(135,111,117)
#958086
(149,128,134)
#A39197
(163,145,151)
#B1A2A8
(177,162,168)
#BFB3B9
(191,179,185)
#CDC4CA
(205,196,202)
#DBD5DB
(219,213,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3C42; }

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

This text font color is #5D3C42.


Background Color

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

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

This div background color is #5D3C42.


Border color

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

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

This div border color is #5D3C42.


Opacity

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

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

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

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

This text has shadow with #5D3C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3C42 on black background.


Color preview on white background

This text has color #5D3C42 on white background.



Black color preview on #5D3C42 background

This text has black color on #5D3C42 background.


White color preview on #5D3C42 background

This text has white color on #5D3C42 background.