COLOR #5D5B4F

HEX: #5D5B4F
RGB: (93,91,79)

Color info

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

RGB color model

#5D5B4F color RGB value is (93,91,79).

  • red value is 93;
  • green value is 91;
  • blue value is 79.
RGB:
(93,91,79)
(36%,36%,31%)

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 79 of 255 = 31%

93
91
79

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

Portions of RGB colors in percentages

R + G + B =
93 + 91 + 79 = 263 (100%)
R 93 of 263 ~ 35.36%
G 91 of 263 ~ 34.6%
B 79 of 263 ~ 30.04%

%35.36
%34.6
%30.04

CMYK color model

#5D5B4F color CMYK value is (0,2,15,64).

  • cyan value is 0.00%
  • magenta value is 2.15%
  • yellow value is 15.05%
  • key color value is 63.53%
CMYK:
(0,2,15,64)
C0M2Y15K64 
(0%,2%,15%,64%)
(0.00/0.02/0.15/0.64)	

CMYK percentages

%0
%2.15
%15.05
%63.53

Codes

Color #5D5B4F in popluar color models

5D5B4F
RGB939179
HSL51°8.14%33.73%
HSB/HSV51°15.05%36.47%
CMYK0.00%2.15%15.05%
63.53%

Color #5D5B4F in popluar number systems.

HEX5D5B4F
Decimal939179
Binary101110110110111001111
Octal135133117

Shades and tints

Shades of #5D5B4F

#5D5B4F
(93,91,79)
#555348
(85,83,72)
#4D4B41
(77,75,65)
#45433A
(69,67,58)
#3D3B33
(61,59,51)
#35332C
(53,51,44)
#2D2B25
(45,43,37)
#25231E
(37,35,30)
#1D1B17
(29,27,23)
#151310
(21,19,16)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #5D5B4F

#5D5B4F
(93,91,79)
#6B695F
(107,105,95)
#79776F
(121,119,111)
#87857F
(135,133,127)
#95938F
(149,147,143)
#A3A19F
(163,161,159)
#B1AFAF
(177,175,175)
#BFBDBF
(191,189,191)
#CDCBCF
(205,203,207)
#DBD9DF
(219,217,223)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5B4F color. Also use rgb(93,91,79) instead hex code.

Text Font Color

.myTextColor { color: #5D5B4F; }

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

This text font color is #5D5B4F.


Background Color

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

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

This div background color is #5D5B4F.


Border color

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

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

This div border color is #5D5B4F.


Opacity

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

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

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

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

This text has shadow with #5D5B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5B4F on black background.


Color preview on white background

This text has color #5D5B4F on white background.



Black color preview on #5D5B4F background

This text has black color on #5D5B4F background.


White color preview on #5D5B4F background

This text has white color on #5D5B4F background.