COLOR #5D524E

HEX: #5D524E RGB: (93,82,78)

Color info

#5D524E contains red, green and blue colors in about the same proportion. Web safe color of #5D524E is #666666 (or #666).

RGB color model

#5D524E color RGB value is (93,82,78).

RGB: (93,82,78) (36%, 32%, 31%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 78 of 255 = 31%

93
82
78

R + G + B ~ 33%. #5D524E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 82 + 78 = 253 (100%)
R 93 of 253 ~ 36.76%
G 82 of 253 ~ 32.41%
B 78 of 253 ~ 30.83'%

%36.76
%32.41
%30.83

CMYK color model

#5D524E color CMYK value is (0,12,16,64).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 16.13%
  • key color value is 63.53%
CMYK: (0,12,16,64) C0M12Y16K64 (0%,12%,16%,64%) (0.00/0.12/0.16/0.64) 

CMYK percentages

%0
%11.83
%16.13
%63.53

Codes

Color #5D524E in popluar color models

5D 52 4E
RGB 93 82 78
HSL 16° 8.77% 33.53%
HSB/HSV 16° 16.13% 36.47%
CMYK 0.00% 11.83% 16.13%
63.53%

Color #5D524E in popluar number systems.

HEX 5D 52 4E
Decimal 93 82 78
Binary 1011101 1010010 1001110
Octal 135 122 116

Shades and tints

Shades of #5D524E

#5D524E
(93,82,78)
#554B47
(85,75,71)
#4D4440
(77,68,64)
#453D39
(69,61,57)
#3D3632
(61,54,50)
#352F2B
(53,47,43)
#2D2824
(45,40,36)
#25211D
(37,33,29)
#1D1A16
(29,26,22)
#15130F
(21,19,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D524E

#5D524E
(93,82,78)
#6B615E
(107,97,94)
#79706E
(121,112,110)
#877F7E
(135,127,126)
#958E8E
(149,142,142)
#A39D9E
(163,157,158)
#B1ACAE
(177,172,174)
#BFBBBE
(191,187,190)
#CDCACE
(205,202,206)
#DBD9DE
(219,217,222)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D524E color. Also use rgb(93,82,78) instead hex code.

Text Font Color

.myTextColor { color: #5D524E; }

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

This text font color is #5D524E.

Background Color

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

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

This div background color is #5D524E.

Border color

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

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

This div border color is #5D524E.

Opacity

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

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

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

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

This text has shadow with #5D524E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D524E.

Preview

Color preview on black background

This text has color #5D524E on black background.


Color preview on white background

This text has color #5D524E on white background.


Black color preview on #5D524E background

This text has black color on #5D524E background.


White color preview on #5D524E background

This text has white color on #5D524E background.


Related colors

Complementary color

Complementary color for #hex is #A2ADB1.


I love getcolorcode.com

Triadic colors

1 #4E5D52 and #524E5D with #5D524E are triadic colors.

2 #4E525D and #525D4E with #5D524E are triadic colors.