COLOR #5D4144

HEX: #5D4144
RGB: (93,65,68)

Color info

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

RGB color model

#5D4144 color RGB value is (93,65,68).

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

RGB channels and saturation

R 93 of 255 = 36%
G 65 of 255 = 25%
B 68 of 255 = 27%

93
65
68

R + G + B ~ 29%. #5D4144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 65 + 68 = 226 (100%)
R 93 of 226 ~ 41.15%
G 65 of 226 ~ 28.76%
B 68 of 226 ~ 30.09%

%41.15
%28.76
%30.09

CMYK color model

#5D4144 color CMYK value is (0,30,27,64).

  • cyan value is 0.00%
  • magenta value is 30.11%
  • yellow value is 26.88%
  • key color value is 63.53%
CMYK:
(0,30,27,64)
C0M30Y27K64 
(0%,30%,27%,64%)
(0.00/0.30/0.27/0.64)	

CMYK percentages

%0
%30.11
%26.88
%63.53

Codes

Color #5D4144 in popluar color models

5D4144
RGB936568
HSL354°17.72%30.98%
HSB/HSV354°30.11%36.47%
CMYK0.00%30.11%26.88%
63.53%

Color #5D4144 in popluar number systems.

HEX5D4144
Decimal936568
Binary101110110000011000100
Octal135101104

Shades and tints

Shades of #5D4144

#5D4144
(93,65,68)
#553C3E
(85,60,62)
#4D3738
(77,55,56)
#453232
(69,50,50)
#3D2D2C
(61,45,44)
#352826
(53,40,38)
#2D2320
(45,35,32)
#251E1A
(37,30,26)
#1D1914
(29,25,20)
#15140E
(21,20,14)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #5D4144

#5D4144
(93,65,68)
#6B5255
(107,82,85)
#796366
(121,99,102)
#877477
(135,116,119)
#958588
(149,133,136)
#A39699
(163,150,153)
#B1A7AA
(177,167,170)
#BFB8BB
(191,184,187)
#CDC9CC
(205,201,204)
#DBDADD
(219,218,221)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4144; }

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

This text font color is #5D4144.


Background Color

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

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

This div background color is #5D4144.


Border color

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

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

This div border color is #5D4144.


Opacity

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

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

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

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

This text has shadow with #5D4144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4144 on black background.


Color preview on white background

This text has color #5D4144 on white background.



Black color preview on #5D4144 background

This text has black color on #5D4144 background.


White color preview on #5D4144 background

This text has white color on #5D4144 background.