COLOR #5D4A3E

HEX: #5D4A3E
RGB: (93,74,62)

Color info

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

RGB color model

#5D4A3E color RGB value is (93,74,62).

  • red value is 93;
  • green value is 74;
  • blue value is 62.
RGB:
(93,74,62)
(36%,29%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 74 of 255 = 29%
B 62 of 255 = 24%

93
74
62

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

Portions of RGB colors in percentages

R + G + B =
93 + 74 + 62 = 229 (100%)
R 93 of 229 ~ 40.61%
G 74 of 229 ~ 32.31%
B 62 of 229 ~ 27.07%

%40.61
%32.31
%27.07

CMYK color model

#5D4A3E color CMYK value is (0,20,33,64).

  • cyan value is 0.00%
  • magenta value is 20.43%
  • yellow value is 33.33%
  • key color value is 63.53%
CMYK:
(0,20,33,64)
C0M20Y33K64 
(0%,20%,33%,64%)
(0.00/0.20/0.33/0.64)	

CMYK percentages

%0
%20.43
%33.33
%63.53

Codes

Color #5D4A3E in popluar color models

5D4A3E
RGB937462
HSL23°20.00%30.39%
HSB/HSV23°33.33%36.47%
CMYK0.00%20.43%33.33%
63.53%

Color #5D4A3E in popluar number systems.

HEX5D4A3E
Decimal937462
Binary10111011001010111110
Octal13511276

Shades and tints

Shades of #5D4A3E

#5D4A3E
(93,74,62)
#554439
(85,68,57)
#4D3E34
(77,62,52)
#45382F
(69,56,47)
#3D322A
(61,50,42)
#352C25
(53,44,37)
#2D2620
(45,38,32)
#25201B
(37,32,27)
#1D1A16
(29,26,22)
#151411
(21,20,17)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #5D4A3E

#5D4A3E
(93,74,62)
#6B5A4F
(107,90,79)
#796A60
(121,106,96)
#877A71
(135,122,113)
#958A82
(149,138,130)
#A39A93
(163,154,147)
#B1AAA4
(177,170,164)
#BFBAB5
(191,186,181)
#CDCAC6
(205,202,198)
#DBDAD7
(219,218,215)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4A3E color. Also use rgb(93,74,62) instead hex code.

Text Font Color

.myTextColor { color: #5D4A3E; }

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

This text font color is #5D4A3E.


Background Color

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

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

This div background color is #5D4A3E.


Border color

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

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

This div border color is #5D4A3E.


Opacity

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

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

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

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

This text has shadow with #5D4A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4A3E on black background.


Color preview on white background

This text has color #5D4A3E on white background.



Black color preview on #5D4A3E background

This text has black color on #5D4A3E background.


White color preview on #5D4A3E background

This text has white color on #5D4A3E background.