COLOR #5D5439

HEX: #5D5439
RGB: (93,84,57)

Color info

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

RGB color model

#5D5439 color RGB value is (93,84,57).

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

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 57 of 255 = 22%

93
84
57

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

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 57 = 234 (100%)
R 93 of 234 ~ 39.74%
G 84 of 234 ~ 35.9%
B 57 of 234 ~ 24.36%

%39.74
%35.9
%24.36

CMYK color model

#5D5439 color CMYK value is (0,10,39,64).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 38.71%
  • key color value is 63.53%
CMYK:
(0,10,39,64)
C0M10Y39K64 
(0%,10%,39%,64%)
(0.00/0.10/0.39/0.64)	

CMYK percentages

%0
%9.68
%38.71
%63.53

Codes

Color #5D5439 in popluar color models

5D5439
RGB938457
HSL45°24.00%29.41%
HSB/HSV45°38.71%36.47%
CMYK0.00%9.68%38.71%
63.53%

Color #5D5439 in popluar number systems.

HEX5D5439
Decimal938457
Binary10111011010100111001
Octal13512471

Shades and tints

Shades of #5D5439

#5D5439
(93,84,57)
#554D34
(85,77,52)
#4D462F
(77,70,47)
#453F2A
(69,63,42)
#3D3825
(61,56,37)
#353120
(53,49,32)
#2D2A1B
(45,42,27)
#252316
(37,35,22)
#1D1C11
(29,28,17)
#15150C
(21,21,12)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #5D5439

#5D5439
(93,84,57)
#6B634B
(107,99,75)
#79725D
(121,114,93)
#87816F
(135,129,111)
#959081
(149,144,129)
#A39F93
(163,159,147)
#B1AEA5
(177,174,165)
#BFBDB7
(191,189,183)
#CDCCC9
(205,204,201)
#DBDBDB
(219,219,219)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5439; }

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

This text font color is #5D5439.


Background Color

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

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

This div background color is #5D5439.


Border color

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

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

This div border color is #5D5439.


Opacity

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

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

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

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

This text has shadow with #5D5439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5439 on black background.


Color preview on white background

This text has color #5D5439 on white background.



Black color preview on #5D5439 background

This text has black color on #5D5439 background.


White color preview on #5D5439 background

This text has white color on #5D5439 background.