COLOR #5D4849

HEX: #5D4849
RGB: (93,72,73)

Color info

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

RGB color model

#5D4849 color RGB value is (93,72,73).

  • red value is 93;
  • green value is 72;
  • blue value is 73.
RGB:
(93,72,73)
(36%,28%,29%)

RGB channels and saturation

R 93 of 255 = 36%
G 72 of 255 = 28%
B 73 of 255 = 29%

93
72
73

R + G + B ~ 31%. #5D4849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 72 + 73 = 238 (100%)
R 93 of 238 ~ 39.08%
G 72 of 238 ~ 30.25%
B 73 of 238 ~ 30.67%

%39.08
%30.25
%30.67

CMYK color model

#5D4849 color CMYK value is (0,23,22,64).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 21.51%
  • key color value is 63.53%
CMYK:
(0,23,22,64)
C0M23Y22K64 
(0%,23%,22%,64%)
(0.00/0.23/0.22/0.64)	

CMYK percentages

%0
%22.58
%21.51
%63.53

Codes

Color #5D4849 in popluar color models

5D4849
RGB937273
HSL357°12.73%32.35%
HSB/HSV357°22.58%36.47%
CMYK0.00%22.58%21.51%
63.53%

Color #5D4849 in popluar number systems.

HEX5D4849
Decimal937273
Binary101110110010001001001
Octal135110111

Shades and tints

Shades of #5D4849

#5D4849
(93,72,73)
#554243
(85,66,67)
#4D3C3D
(77,60,61)
#453637
(69,54,55)
#3D3031
(61,48,49)
#352A2B
(53,42,43)
#2D2425
(45,36,37)
#251E1F
(37,30,31)
#1D1819
(29,24,25)
#151213
(21,18,19)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #5D4849

#5D4849
(93,72,73)
#6B5859
(107,88,89)
#796869
(121,104,105)
#877879
(135,120,121)
#958889
(149,136,137)
#A39899
(163,152,153)
#B1A8A9
(177,168,169)
#BFB8B9
(191,184,185)
#CDC8C9
(205,200,201)
#DBD8D9
(219,216,217)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4849 color. Also use rgb(93,72,73) instead hex code.

Text Font Color

.myTextColor { color: #5D4849; }

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

This text font color is #5D4849.


Background Color

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

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

This div background color is #5D4849.


Border color

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

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

This div border color is #5D4849.


Opacity

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

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

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

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

This text has shadow with #5D4849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4849 on black background.


Color preview on white background

This text has color #5D4849 on white background.



Black color preview on #5D4849 background

This text has black color on #5D4849 background.


White color preview on #5D4849 background

This text has white color on #5D4849 background.