COLOR #5D3C41

HEX: #5D3C41
RGB: (93,60,65)

Color info

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

RGB color model

#5D3C41 color RGB value is (93,60,65).

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

RGB channels and saturation

R 93 of 255 = 36%
G 60 of 255 = 24%
B 65 of 255 = 25%

93
60
65

R + G + B ~ 28%. #5D3C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 60 + 65 = 218 (100%)
R 93 of 218 ~ 42.66%
G 60 of 218 ~ 27.52%
B 65 of 218 ~ 29.82%

%42.66
%27.52
%29.82

CMYK color model

#5D3C41 color CMYK value is (0,35,30,64).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 30.11%
  • key color value is 63.53%
CMYK:
(0,35,30,64)
C0M35Y30K64 
(0%,35%,30%,64%)
(0.00/0.35/0.30/0.64)	

CMYK percentages

%0
%35.48
%30.11
%63.53

Codes

Color #5D3C41 in popluar color models

5D3C41
RGB936065
HSL351°21.57%30.00%
HSB/HSV351°35.48%36.47%
CMYK0.00%35.48%30.11%
63.53%

Color #5D3C41 in popluar number systems.

HEX5D3C41
Decimal936065
Binary10111011111001000001
Octal13574101

Shades and tints

Shades of #5D3C41

#5D3C41
(93,60,65)
#55373C
(85,55,60)
#4D3237
(77,50,55)
#452D32
(69,45,50)
#3D282D
(61,40,45)
#352328
(53,35,40)
#2D1E23
(45,30,35)
#25191E
(37,25,30)
#1D1419
(29,20,25)
#150F14
(21,15,20)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #5D3C41

#5D3C41
(93,60,65)
#6B4D52
(107,77,82)
#795E63
(121,94,99)
#876F74
(135,111,116)
#958085
(149,128,133)
#A39196
(163,145,150)
#B1A2A7
(177,162,167)
#BFB3B8
(191,179,184)
#CDC4C9
(205,196,201)
#DBD5DA
(219,213,218)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D3C41; }

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

This text font color is #5D3C41.


Background Color

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

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

This div background color is #5D3C41.


Border color

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

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

This div border color is #5D3C41.


Opacity

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

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

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

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

This text has shadow with #5D3C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3C41 on black background.


Color preview on white background

This text has color #5D3C41 on white background.



Black color preview on #5D3C41 background

This text has black color on #5D3C41 background.


White color preview on #5D3C41 background

This text has white color on #5D3C41 background.