COLOR #5D574E

HEX: #5D574E
RGB: (93,87,78)

Color info

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

RGB color model

#5D574E color RGB value is (93,87,78).

  • red value is 93;
  • green value is 87;
  • blue value is 78.
RGB:
(93,87,78)
(36%,34%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 78 of 255 = 31%

93
87
78

R + G + B ~ 34%. #5D574E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 78 = 258 (100%)
R 93 of 258 ~ 36.05%
G 87 of 258 ~ 33.72%
B 78 of 258 ~ 30.23%

%36.05
%33.72
%30.23

CMYK color model

#5D574E color CMYK value is (0,6,16,64).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 16.13%
  • key color value is 63.53%
CMYK:
(0,6,16,64)
C0M6Y16K64 
(0%,6%,16%,64%)
(0.00/0.06/0.16/0.64)	

CMYK percentages

%0
%6.45
%16.13
%63.53

Codes

Color #5D574E in popluar color models

5D574E
RGB938778
HSL36°8.77%33.53%
HSB/HSV36°16.13%36.47%
CMYK0.00%6.45%16.13%
63.53%

Color #5D574E in popluar number systems.

HEX5D574E
Decimal938778
Binary101110110101111001110
Octal135127116

Shades and tints

Shades of #5D574E

#5D574E
(93,87,78)
#555047
(85,80,71)
#4D4940
(77,73,64)
#454239
(69,66,57)
#3D3B32
(61,59,50)
#35342B
(53,52,43)
#2D2D24
(45,45,36)
#25261D
(37,38,29)
#1D1F16
(29,31,22)
#15180F
(21,24,15)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #5D574E

#5D574E
(93,87,78)
#6B665E
(107,102,94)
#79756E
(121,117,110)
#87847E
(135,132,126)
#95938E
(149,147,142)
#A3A29E
(163,162,158)
#B1B1AE
(177,177,174)
#BFC0BE
(191,192,190)
#CDCFCE
(205,207,206)
#DBDEDE
(219,222,222)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D574E; }

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

This text font color is #5D574E.


Background Color

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

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

This div background color is #5D574E.


Border color

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

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

This div border color is #5D574E.


Opacity

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

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

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

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

This text has shadow with #5D574E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D574E on black background.


Color preview on white background

This text has color #5D574E on white background.



Black color preview on #5D574E background

This text has black color on #5D574E background.


White color preview on #5D574E background

This text has white color on #5D574E background.