COLOR #5D504D

HEX: #5D504D
RGB: (93,80,77)

Color info

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

RGB color model

#5D504D color RGB value is (93,80,77).

  • red value is 93;
  • green value is 80;
  • blue value is 77.
RGB:
(93,80,77)
(36%,31%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 80 of 255 = 31%
B 77 of 255 = 30%

93
80
77

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

Portions of RGB colors in percentages

R + G + B =
93 + 80 + 77 = 250 (100%)
R 93 of 250 ~ 37.2%
G 80 of 250 ~ 32%
B 77 of 250 ~ 30.8%

%37.2
%32
%30.8

CMYK color model

#5D504D color CMYK value is (0,14,17,64).

  • cyan value is 0.00%
  • magenta value is 13.98%
  • yellow value is 17.20%
  • key color value is 63.53%
CMYK:
(0,14,17,64)
C0M14Y17K64 
(0%,14%,17%,64%)
(0.00/0.14/0.17/0.64)	

CMYK percentages

%0
%13.98
%17.2
%63.53

Codes

Color #5D504D in popluar color models

5D504D
RGB938077
HSL11°9.41%33.33%
HSB/HSV11°17.20%36.47%
CMYK0.00%13.98%17.20%
63.53%

Color #5D504D in popluar number systems.

HEX5D504D
Decimal938077
Binary101110110100001001101
Octal135120115

Shades and tints

Shades of #5D504D

#5D504D
(93,80,77)
#554946
(85,73,70)
#4D423F
(77,66,63)
#453B38
(69,59,56)
#3D3431
(61,52,49)
#352D2A
(53,45,42)
#2D2623
(45,38,35)
#251F1C
(37,31,28)
#1D1815
(29,24,21)
#15110E
(21,17,14)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #5D504D

#5D504D
(93,80,77)
#6B5F5D
(107,95,93)
#796E6D
(121,110,109)
#877D7D
(135,125,125)
#958C8D
(149,140,141)
#A39B9D
(163,155,157)
#B1AAAD
(177,170,173)
#BFB9BD
(191,185,189)
#CDC8CD
(205,200,205)
#DBD7DD
(219,215,221)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D504D; }

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

This text font color is #5D504D.


Background Color

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

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

This div background color is #5D504D.


Border color

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

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

This div border color is #5D504D.


Opacity

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

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

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

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

This text has shadow with #5D504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D504D on black background.


Color preview on white background

This text has color #5D504D on white background.



Black color preview on #5D504D background

This text has black color on #5D504D background.


White color preview on #5D504D background

This text has white color on #5D504D background.