COLOR #5D4436

HEX: #5D4436
RGB: (93,68,54)

Color info

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

RGB color model

#5D4436 color RGB value is (93,68,54).

  • red value is 93;
  • green value is 68;
  • blue value is 54.
RGB:
(93,68,54)
(36%,27%,21%)

RGB channels and saturation

R 93 of 255 = 36%
G 68 of 255 = 27%
B 54 of 255 = 21%

93
68
54

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

Portions of RGB colors in percentages

R + G + B =
93 + 68 + 54 = 215 (100%)
R 93 of 215 ~ 43.26%
G 68 of 215 ~ 31.63%
B 54 of 215 ~ 25.12%

%43.26
%31.63
%25.12

CMYK color model

#5D4436 color CMYK value is (0,27,42,64).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 41.94%
  • key color value is 63.53%
CMYK:
(0,27,42,64)
C0M27Y42K64 
(0%,27%,42%,64%)
(0.00/0.27/0.42/0.64)	

CMYK percentages

%0
%26.88
%41.94
%63.53

Codes

Color #5D4436 in popluar color models

5D4436
RGB936854
HSL22°26.53%28.82%
HSB/HSV22°41.94%36.47%
CMYK0.00%26.88%41.94%
63.53%

Color #5D4436 in popluar number systems.

HEX5D4436
Decimal936854
Binary10111011000100110110
Octal13510466

Shades and tints

Shades of #5D4436

#5D4436
(93,68,54)
#553E32
(85,62,50)
#4D382E
(77,56,46)
#45322A
(69,50,42)
#3D2C26
(61,44,38)
#352622
(53,38,34)
#2D201E
(45,32,30)
#251A1A
(37,26,26)
#1D1416
(29,20,22)
#150E12
(21,14,18)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #5D4436

#5D4436
(93,68,54)
#6B5548
(107,85,72)
#79665A
(121,102,90)
#87776C
(135,119,108)
#95887E
(149,136,126)
#A39990
(163,153,144)
#B1AAA2
(177,170,162)
#BFBBB4
(191,187,180)
#CDCCC6
(205,204,198)
#DBDDD8
(219,221,216)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4436 color. Also use rgb(93,68,54) instead hex code.

Text Font Color

.myTextColor { color: #5D4436; }

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

This text font color is #5D4436.


Background Color

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

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

This div background color is #5D4436.


Border color

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

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

This div border color is #5D4436.


Opacity

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

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

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

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

This text has shadow with #5D4436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4436 on black background.


Color preview on white background

This text has color #5D4436 on white background.



Black color preview on #5D4436 background

This text has black color on #5D4436 background.


White color preview on #5D4436 background

This text has white color on #5D4436 background.