COLOR #5D4348

HEX: #5D4348
RGB: (93,67,72)

Color info

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

RGB color model

#5D4348 color RGB value is (93,67,72).

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

RGB channels and saturation

R 93 of 255 = 36%
G 67 of 255 = 26%
B 72 of 255 = 28%

93
67
72

R + G + B ~ 30%. #5D4348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 67 + 72 = 232 (100%)
R 93 of 232 ~ 40.09%
G 67 of 232 ~ 28.88%
B 72 of 232 ~ 31.03%

%40.09
%28.88
%31.03

CMYK color model

#5D4348 color CMYK value is (0,28,23,64).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(0,28,23,64)
C0M28Y23K64 
(0%,28%,23%,64%)
(0.00/0.28/0.23/0.64)	

CMYK percentages

%0
%27.96
%22.58
%63.53

Codes

Color #5D4348 in popluar color models

5D4348
RGB936772
HSL348°16.25%31.37%
HSB/HSV348°27.96%36.47%
CMYK0.00%27.96%22.58%
63.53%

Color #5D4348 in popluar number systems.

HEX5D4348
Decimal936772
Binary101110110000111001000
Octal135103110

Shades and tints

Shades of #5D4348

#5D4348
(93,67,72)
#553D42
(85,61,66)
#4D373C
(77,55,60)
#453136
(69,49,54)
#3D2B30
(61,43,48)
#35252A
(53,37,42)
#2D1F24
(45,31,36)
#25191E
(37,25,30)
#1D1318
(29,19,24)
#150D12
(21,13,18)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #5D4348

#5D4348
(93,67,72)
#6B5458
(107,84,88)
#796568
(121,101,104)
#877678
(135,118,120)
#958788
(149,135,136)
#A39898
(163,152,152)
#B1A9A8
(177,169,168)
#BFBAB8
(191,186,184)
#CDCBC8
(205,203,200)
#DBDCD8
(219,220,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4348; }

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

This text font color is #5D4348.


Background Color

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

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

This div background color is #5D4348.


Border color

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

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

This div border color is #5D4348.


Opacity

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

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

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

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

This text has shadow with #5D4348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4348 on black background.


Color preview on white background

This text has color #5D4348 on white background.



Black color preview on #5D4348 background

This text has black color on #5D4348 background.


White color preview on #5D4348 background

This text has white color on #5D4348 background.