COLOR #5D5048

HEX: #5D5048 RGB: (93,80,72)

Color info

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

RGB color model

#5D5048 color RGB value is (93,80,72).

RGB: (93,80,72) (36%, 31%, 28%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 72 of 255 = 28%

93
80
72

R + G + B ~ 32%. #5D5048 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 80 + 72 = 245 (100%)
R 93 of 245 ~ 37.96%
G 80 of 245 ~ 32.65%
B 72 of 245 ~ 29.39'%

%37.96
%32.65
%29.39

CMYK color model

#5D5048 color CMYK value is (0,14,23,64).

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

CMYK: (0,14,23,64)
C0M14Y23K64 (0%, 14%, 23%, 64%)
(0.00 / 0.14 / 0.23 / 0.64)

CMYK percentages

%0
%13.98
%22.58
%63.53

Codes

Color #5D5048 in popluar color models

5D 50 48
RGB 93 80 72
HSL 23° 12.73% 32.35%
HSB/HSV 23° 22.58% 36.47%
CMYK 0.00% 13.98% 22.58%
63.53%

Color #5D5048 in popluar number systems.

HEX 5D 50 48
Decimal 93 80 72
Binary 1011101 1010000 1001000
Octal 135 120 110

Shades and tints

Shades of #5D5048

#5D5048
(93,80,72)
#554942
(85,73,66)
#4D423C
(77,66,60)
#453B36
(69,59,54)
#3D3430
(61,52,48)
#352D2A
(53,45,42)
#2D2624
(45,38,36)
#251F1E
(37,31,30)
#1D1818
(29,24,24)
#151112
(21,17,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #5D5048

#5D5048
(93,80,72)
#6B5F58
(107,95,88)
#796E68
(121,110,104)
#877D78
(135,125,120)
#958C88
(149,140,136)
#A39B98
(163,155,152)
#B1AAA8
(177,170,168)
#BFB9B8
(191,185,184)
#CDC8C8
(205,200,200)
#DBD7D8
(219,215,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5048; }

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

This text font color is #5D5048.

Background Color

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

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

This div background color is #5D5048.

Border color

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

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

This div border color is #5D5048.

Opacity

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

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

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

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

This text has shadow with #5D5048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5048.

Preview

Color preview on black background

This text has color #5D5048 on black background.


Color preview on white background

This text has color #5D5048 on white background.


Black color preview on #5D5048 background

This text has black color on #5D5048 background.


White color preview on #5D5048 background

This text has white color on #5D5048 background.


Related colors

Complementary color

Complementary color for #hex is #A2AFB7.


I love getcolorcode.com

Triadic colors

1 #485D50 and #50485D with #5D5048 are triadic colors.

2 #48505D and #505D48 with #5D5048 are triadic colors.