COLOR #5D3428

HEX: #5D3428
RGB: (93,52,40)

Color info

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

RGB color model

#5D3428 color RGB value is (93,52,40).

  • red value is 93;
  • green value is 52;
  • blue value is 40.
RGB:
(93,52,40)
(36%,20%,16%)

RGB channels and saturation

R 93 of 255 = 36%
G 52 of 255 = 20%
B 40 of 255 = 16%

93
52
40

R + G + B ~ 24%. #5D3428 is dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 52 + 40 = 185 (100%)
R 93 of 185 ~ 50.27%
G 52 of 185 ~ 28.11%
B 40 of 185 ~ 21.62%

%50.27
%28.11
%21.62

CMYK color model

#5D3428 color CMYK value is (0,44,57,64).

  • cyan value is 0.00%
  • magenta value is 44.09%
  • yellow value is 56.99%
  • key color value is 63.53%
CMYK:
(0,44,57,64)
C0M44Y57K64 
(0%,44%,57%,64%)
(0.00/0.44/0.57/0.64)	

CMYK percentages

%0
%44.09
%56.99
%63.53

Codes

Color #5D3428 in popluar color models

5D3428
RGB935240
HSL14°39.85%26.08%
HSB/HSV14°56.99%36.47%
CMYK0.00%44.09%56.99%
63.53%

Color #5D3428 in popluar number systems.

HEX5D3428
Decimal935240
Binary1011101110100101000
Octal1356450

Shades and tints

Shades of #5D3428

#5D3428
(93,52,40)
#553025
(85,48,37)
#4D2C22
(77,44,34)
#45281F
(69,40,31)
#3D241C
(61,36,28)
#352019
(53,32,25)
#2D1C16
(45,28,22)
#251813
(37,24,19)
#1D1410
(29,20,16)
#15100D
(21,16,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #5D3428

#5D3428
(93,52,40)
#6B463B
(107,70,59)
#79584E
(121,88,78)
#876A61
(135,106,97)
#957C74
(149,124,116)
#A38E87
(163,142,135)
#B1A09A
(177,160,154)
#BFB2AD
(191,178,173)
#CDC4C0
(205,196,192)
#DBD6D3
(219,214,211)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D3428 color. Also use rgb(93,52,40) instead hex code.

Text Font Color

.myTextColor { color: #5D3428; }

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

This text font color is #5D3428.


Background Color

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

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

This div background color is #5D3428.


Border color

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

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

This div border color is #5D3428.


Opacity

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

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

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

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

This text has shadow with #5D3428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D3428 on black background.


Color preview on white background

This text has color #5D3428 on white background.



Black color preview on #5D3428 background

This text has black color on #5D3428 background.


White color preview on #5D3428 background

This text has white color on #5D3428 background.