COLOR #5D4239

HEX: #5D4239
RGB: (93,66,57)

Color info

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

RGB color model

#5D4239 color RGB value is (93,66,57).

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

RGB channels and saturation

R 93 of 255 = 36%
G 66 of 255 = 26%
B 57 of 255 = 22%

93
66
57

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

Portions of RGB colors in percentages

R + G + B =
93 + 66 + 57 = 216 (100%)
R 93 of 216 ~ 43.06%
G 66 of 216 ~ 30.56%
B 57 of 216 ~ 26.39%

%43.06
%30.56
%26.39

CMYK color model

#5D4239 color CMYK value is (0,29,39,64).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 38.71%
  • key color value is 63.53%
CMYK:
(0,29,39,64)
C0M29Y39K64 
(0%,29%,39%,64%)
(0.00/0.29/0.39/0.64)	

CMYK percentages

%0
%29.03
%38.71
%63.53

Codes

Color #5D4239 in popluar color models

5D4239
RGB936657
HSL15°24.00%29.41%
HSB/HSV15°38.71%36.47%
CMYK0.00%29.03%38.71%
63.53%

Color #5D4239 in popluar number systems.

HEX5D4239
Decimal936657
Binary10111011000010111001
Octal13510271

Shades and tints

Shades of #5D4239

#5D4239
(93,66,57)
#553C34
(85,60,52)
#4D362F
(77,54,47)
#45302A
(69,48,42)
#3D2A25
(61,42,37)
#352420
(53,36,32)
#2D1E1B
(45,30,27)
#251816
(37,24,22)
#1D1211
(29,18,17)
#150C0C
(21,12,12)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #5D4239

#5D4239
(93,66,57)
#6B534B
(107,83,75)
#79645D
(121,100,93)
#87756F
(135,117,111)
#958681
(149,134,129)
#A39793
(163,151,147)
#B1A8A5
(177,168,165)
#BFB9B7
(191,185,183)
#CDCAC9
(205,202,201)
#DBDBDB
(219,219,219)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4239; }

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

This text font color is #5D4239.


Background Color

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

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

This div background color is #5D4239.


Border color

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

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

This div border color is #5D4239.


Opacity

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

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

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

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

This text has shadow with #5D4239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4239 on black background.


Color preview on white background

This text has color #5D4239 on white background.



Black color preview on #5D4239 background

This text has black color on #5D4239 background.


White color preview on #5D4239 background

This text has white color on #5D4239 background.