COLOR #5D4F36

HEX: #5D4F36
RGB: (93,79,54)

Color info

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

RGB color model

#5D4F36 color RGB value is (93,79,54).

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

RGB channels and saturation

R 93 of 255 = 36%
G 79 of 255 = 31%
B 54 of 255 = 21%

93
79
54

R + G + B ~ 29%. #5D4F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 79 + 54 = 226 (100%)
R 93 of 226 ~ 41.15%
G 79 of 226 ~ 34.96%
B 54 of 226 ~ 23.89%

%41.15
%34.96
%23.89

CMYK color model

#5D4F36 color CMYK value is (0,15,42,64).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 41.94%
  • key color value is 63.53%
CMYK:
(0,15,42,64)
C0M15Y42K64 
(0%,15%,42%,64%)
(0.00/0.15/0.42/0.64)	

CMYK percentages

%0
%15.05
%41.94
%63.53

Codes

Color #5D4F36 in popluar color models

5D4F36
RGB937954
HSL38°26.53%28.82%
HSB/HSV38°41.94%36.47%
CMYK0.00%15.05%41.94%
63.53%

Color #5D4F36 in popluar number systems.

HEX5D4F36
Decimal937954
Binary10111011001111110110
Octal13511766

Shades and tints

Shades of #5D4F36

#5D4F36
(93,79,54)
#554832
(85,72,50)
#4D412E
(77,65,46)
#453A2A
(69,58,42)
#3D3326
(61,51,38)
#352C22
(53,44,34)
#2D251E
(45,37,30)
#251E1A
(37,30,26)
#1D1716
(29,23,22)
#151012
(21,16,18)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D4F36

#5D4F36
(93,79,54)
#6B5F48
(107,95,72)
#796F5A
(121,111,90)
#877F6C
(135,127,108)
#958F7E
(149,143,126)
#A39F90
(163,159,144)
#B1AFA2
(177,175,162)
#BFBFB4
(191,191,180)
#CDCFC6
(205,207,198)
#DBDFD8
(219,223,216)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4F36; }

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

This text font color is #5D4F36.


Background Color

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

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

This div background color is #5D4F36.


Border color

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

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

This div border color is #5D4F36.


Opacity

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

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

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

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

This text has shadow with #5D4F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4F36 on black background.


Color preview on white background

This text has color #5D4F36 on white background.



Black color preview on #5D4F36 background

This text has black color on #5D4F36 background.


White color preview on #5D4F36 background

This text has white color on #5D4F36 background.