COLOR #5D5842

HEX: #5D5842
RGB: (93,88,66)

Color info

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

RGB color model

#5D5842 color RGB value is (93,88,66).

  • red value is 93;
  • green value is 88;
  • blue value is 66.
RGB:
(93,88,66)
(36%,35%,26%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 66 of 255 = 26%

93
88
66

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

Portions of RGB colors in percentages

R + G + B =
93 + 88 + 66 = 247 (100%)
R 93 of 247 ~ 37.65%
G 88 of 247 ~ 35.63%
B 66 of 247 ~ 26.72%

%37.65
%35.63
%26.72

CMYK color model

#5D5842 color CMYK value is (0,5,29,64).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,5,29,64)
C0M5Y29K64 
(0%,5%,29%,64%)
(0.00/0.05/0.29/0.64)	

CMYK percentages

%0
%5.38
%29.03
%63.53

Codes

Color #5D5842 in popluar color models

5D5842
RGB938866
HSL49°16.98%31.18%
HSB/HSV49°29.03%36.47%
CMYK0.00%5.38%29.03%
63.53%

Color #5D5842 in popluar number systems.

HEX5D5842
Decimal938866
Binary101110110110001000010
Octal135130102

Shades and tints

Shades of #5D5842

#5D5842
(93,88,66)
#55503C
(85,80,60)
#4D4836
(77,72,54)
#454030
(69,64,48)
#3D382A
(61,56,42)
#353024
(53,48,36)
#2D281E
(45,40,30)
#252018
(37,32,24)
#1D1812
(29,24,18)
#15100C
(21,16,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #5D5842

#5D5842
(93,88,66)
#6B6753
(107,103,83)
#797664
(121,118,100)
#878575
(135,133,117)
#959486
(149,148,134)
#A3A397
(163,163,151)
#B1B2A8
(177,178,168)
#BFC1B9
(191,193,185)
#CDD0CA
(205,208,202)
#DBDFDB
(219,223,219)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5842 color. Also use rgb(93,88,66) instead hex code.

Text Font Color

.myTextColor { color: #5D5842; }

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

This text font color is #5D5842.


Background Color

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

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

This div background color is #5D5842.


Border color

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

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

This div border color is #5D5842.


Opacity

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

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

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

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

This text has shadow with #5D5842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5842 on black background.


Color preview on white background

This text has color #5D5842 on white background.



Black color preview on #5D5842 background

This text has black color on #5D5842 background.


White color preview on #5D5842 background

This text has white color on #5D5842 background.