COLOR #5D5641

HEX: #5D5641
RGB: (93,86,65)

Color info

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

RGB color model

#5D5641 color RGB value is (93,86,65).

  • red value is 93;
  • green value is 86;
  • blue value is 65.
RGB:
(93,86,65)
(36%,34%,25%)

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 65 of 255 = 25%

93
86
65

R + G + B ~ 32%. #5D5641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 65 = 244 (100%)
R 93 of 244 ~ 38.11%
G 86 of 244 ~ 35.25%
B 65 of 244 ~ 26.64%

%38.11
%35.25
%26.64

CMYK color model

#5D5641 color CMYK value is (0,8,30,64).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 30.11%
  • key color value is 63.53%
CMYK:
(0,8,30,64)
C0M8Y30K64 
(0%,8%,30%,64%)
(0.00/0.08/0.30/0.64)	

CMYK percentages

%0
%7.53
%30.11
%63.53

Codes

Color #5D5641 in popluar color models

5D5641
RGB938665
HSL45°17.72%30.98%
HSB/HSV45°30.11%36.47%
CMYK0.00%7.53%30.11%
63.53%

Color #5D5641 in popluar number systems.

HEX5D5641
Decimal938665
Binary101110110101101000001
Octal135126101

Shades and tints

Shades of #5D5641

#5D5641
(93,86,65)
#554F3C
(85,79,60)
#4D4837
(77,72,55)
#454132
(69,65,50)
#3D3A2D
(61,58,45)
#353328
(53,51,40)
#2D2C23
(45,44,35)
#25251E
(37,37,30)
#1D1E19
(29,30,25)
#151714
(21,23,20)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #5D5641

#5D5641
(93,86,65)
#6B6552
(107,101,82)
#797463
(121,116,99)
#878374
(135,131,116)
#959285
(149,146,133)
#A3A196
(163,161,150)
#B1B0A7
(177,176,167)
#BFBFB8
(191,191,184)
#CDCEC9
(205,206,201)
#DBDDDA
(219,221,218)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5641 color. Also use rgb(93,86,65) instead hex code.

Text Font Color

.myTextColor { color: #5D5641; }

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

This text font color is #5D5641.


Background Color

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

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

This div background color is #5D5641.


Border color

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

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

This div border color is #5D5641.


Opacity

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

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

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

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

This text has shadow with #5D5641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5641 on black background.


Color preview on white background

This text has color #5D5641 on white background.



Black color preview on #5D5641 background

This text has black color on #5D5641 background.


White color preview on #5D5641 background

This text has white color on #5D5641 background.