COLOR #5D4F39

HEX: #5D4F39
RGB: (93,79,57)

Color info

#5D4F39 contains red, green and blue colors in about the same proportion. Web safe color of #5D4F39 is #666633 (or #663).

RGB color model

#5D4F39 color RGB value is (93,79,57).

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

RGB channels and saturation

R 93 of 255 = 36%
G 79 of 255 = 31%
B 57 of 255 = 22%

93
79
57

R + G + B ~ 30%. #5D4F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 79 + 57 = 229 (100%)
R 93 of 229 ~ 40.61%
G 79 of 229 ~ 34.5%
B 57 of 229 ~ 24.89%

%40.61
%34.5
%24.89

CMYK color model

#5D4F39 color CMYK value is (0,15,39,64).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 38.71%
  • key color value is 63.53%
CMYK:
(0,15,39,64)
C0M15Y39K64 
(0%,15%,39%,64%)
(0.00/0.15/0.39/0.64)	

CMYK percentages

%0
%15.05
%38.71
%63.53

Codes

Color #5D4F39 in popluar color models

5D4F39
RGB937957
HSL37°24.00%29.41%
HSB/HSV37°38.71%36.47%
CMYK0.00%15.05%38.71%
63.53%

Color #5D4F39 in popluar number systems.

HEX5D4F39
Decimal937957
Binary10111011001111111001
Octal13511771

Shades and tints

Shades of #5D4F39

#5D4F39
(93,79,57)
#554834
(85,72,52)
#4D412F
(77,65,47)
#453A2A
(69,58,42)
#3D3325
(61,51,37)
#352C20
(53,44,32)
#2D251B
(45,37,27)
#251E16
(37,30,22)
#1D1711
(29,23,17)
#15100C
(21,16,12)
#0D0907
(13,9,7)
#000000
(0,0,0)

Tints of #5D4F39

#5D4F39
(93,79,57)
#6B5F4B
(107,95,75)
#796F5D
(121,111,93)
#877F6F
(135,127,111)
#958F81
(149,143,129)
#A39F93
(163,159,147)
#B1AFA5
(177,175,165)
#BFBFB7
(191,191,183)
#CDCFC9
(205,207,201)
#DBDFDB
(219,223,219)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4F39; }

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

This text font color is #5D4F39.


Background Color

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

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

This div background color is #5D4F39.


Border color

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

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

This div border color is #5D4F39.


Opacity

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

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

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

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

This text has shadow with #5D4F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4F39 on black background.


Color preview on white background

This text has color #5D4F39 on white background.



Black color preview on #5D4F39 background

This text has black color on #5D4F39 background.


White color preview on #5D4F39 background

This text has white color on #5D4F39 background.