COLOR #5D4248

HEX: #5D4248 RGB: (93,66,72)

Color info

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

RGB color model

#5D4248 color RGB value is (93,66,72).

RGB: (93,66,72) (36%, 26%, 28%)

RGB channels and saturation

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

93
66
72

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

Portions of RGB colors in percentages

R + G + B = 93 + 66 + 72 = 231 (100%)
R 93 of 231 ~ 40.26%
G 66 of 231 ~ 28.57%
B 72 of 231 ~ 31.17'%

%40.26
%28.57
%31.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 22.58%
  • key color value is 63.53%

CMYK: (0,29,23,64)
C0M29Y23K64 (0%, 29%, 23%, 64%)
(0.00 / 0.29 / 0.23 / 0.64)

CMYK percentages

%0
%29.03
%22.58
%63.53

Codes

Color #5D4248 in popluar color models

5D 42 48
RGB 93 66 72
HSL 347° 16.98% 31.18%
HSB/HSV 347° 29.03% 36.47%
CMYK 0.00% 29.03% 22.58%
63.53%

Color #5D4248 in popluar number systems.

HEX 5D 42 48
Decimal 93 66 72
Binary 1011101 1000010 1001000
Octal 135 102 110

Shades and tints

Shades of #5D4248

#5D4248
(93,66,72)
#553C42
(85,60,66)
#4D363C
(77,54,60)
#453036
(69,48,54)
#3D2A30
(61,42,48)
#35242A
(53,36,42)
#2D1E24
(45,30,36)
#25181E
(37,24,30)
#1D1218
(29,18,24)
#150C12
(21,12,18)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #5D4248

#5D4248
(93,66,72)
#6B5358
(107,83,88)
#796468
(121,100,104)
#877578
(135,117,120)
#958688
(149,134,136)
#A39798
(163,151,152)
#B1A8A8
(177,168,168)
#BFB9B8
(191,185,184)
#CDCAC8
(205,202,200)
#DBDBD8
(219,219,216)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4248; }

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

This text font color is #5D4248.

Background Color

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

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

This div background color is #5D4248.

Border color

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

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

This div border color is #5D4248.

Opacity

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

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

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

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

This text has shadow with #5D4248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D4248.

Preview

Color preview on black background

This text has color #5D4248 on black background.


Color preview on white background

This text has color #5D4248 on white background.


Black color preview on #5D4248 background

This text has black color on #5D4248 background.


White color preview on #5D4248 background

This text has white color on #5D4248 background.


Related colors

Complementary color

Complementary color for #hex is #A2BDB7.


I love getcolorcode.com

Triadic colors

1 #485D42 and #42485D with #5D4248 are triadic colors.

2 #48425D and #425D48 with #5D4248 are triadic colors.