COLOR #5D5E44

HEX: #5D5E44
RGB: (93,94,68)

Color info

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

RGB color model

#5D5E44 color RGB value is (93,94,68).

  • red value is 93;
  • green value is 94;
  • blue value is 68.
RGB:
(93,94,68)
(36%,37%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 68 of 255 = 27%

93
94
68

R + G + B ~ 33%. #5D5E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 68 = 255 (100%)
R 93 of 255 ~ 36.47%
G 94 of 255 ~ 36.86%
B 68 of 255 ~ 26.67%

%36.47
%36.86
%26.67

CMYK color model

#5D5E44 color CMYK value is (1,0,28,63).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 27.66%
  • key color value is 63.14%
CMYK:
(1,0,28,63)
C1M0Y28K63 
(1%,0%,28%,63%)
(0.01/0.00/0.28/0.63)	

CMYK percentages

%1.06
%0
%27.66
%63.14

Codes

Color #5D5E44 in popluar color models

5D5E44
RGB939468
HSL62°16.05%31.76%
HSB/HSV62°27.66%36.86%
CMYK1.06%0.00%27.66%
63.14%

Color #5D5E44 in popluar number systems.

HEX5D5E44
Decimal939468
Binary101110110111101000100
Octal135136104

Shades and tints

Shades of #5D5E44

#5D5E44
(93,94,68)
#55563E
(85,86,62)
#4D4E38
(77,78,56)
#454632
(69,70,50)
#3D3E2C
(61,62,44)
#353626
(53,54,38)
#2D2E20
(45,46,32)
#25261A
(37,38,26)
#1D1E14
(29,30,20)
#15160E
(21,22,14)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #5D5E44

#5D5E44
(93,94,68)
#6B6C55
(107,108,85)
#797A66
(121,122,102)
#878877
(135,136,119)
#959688
(149,150,136)
#A3A499
(163,164,153)
#B1B2AA
(177,178,170)
#BFC0BB
(191,192,187)
#CDCECC
(205,206,204)
#DBDCDD
(219,220,221)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5E44 color. Also use rgb(93,94,68) instead hex code.

Text Font Color

.myTextColor { color: #5D5E44; }

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

This text font color is #5D5E44.


Background Color

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

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

This div background color is #5D5E44.


Border color

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

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

This div border color is #5D5E44.


Opacity

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

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

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

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

This text has shadow with #5D5E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E44 on black background.


Color preview on white background

This text has color #5D5E44 on white background.



Black color preview on #5D5E44 background

This text has black color on #5D5E44 background.


White color preview on #5D5E44 background

This text has white color on #5D5E44 background.