COLOR #5D4B4C

HEX: #5D4B4C
RGB: (93,75,76)

Color info

#5D4B4C contains red, green and blue colors in about the same proportion. Web safe color of #5D4B4C is #663333 (or #633).

RGB color model

#5D4B4C color RGB value is (93,75,76).

  • red value is 93;
  • green value is 75;
  • blue value is 76.
RGB:
(93,75,76)
(36%,29%,30%)

RGB channels and saturation

R 93 of 255 = 36%
G 75 of 255 = 29%
B 76 of 255 = 30%

93
75
76

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

Portions of RGB colors in percentages

R + G + B =
93 + 75 + 76 = 244 (100%)
R 93 of 244 ~ 38.11%
G 75 of 244 ~ 30.74%
B 76 of 244 ~ 31.15%

%38.11
%30.74
%31.15

CMYK color model

#5D4B4C color CMYK value is (0,19,18,64).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK:
(0,19,18,64)
C0M19Y18K64 
(0%,19%,18%,64%)
(0.00/0.19/0.18/0.64)	

CMYK percentages

%0
%19.35
%18.28
%63.53

Codes

Color #5D4B4C in popluar color models

5D4B4C
RGB937576
HSL357°10.71%32.94%
HSB/HSV357°19.35%36.47%
CMYK0.00%19.35%18.28%
63.53%

Color #5D4B4C in popluar number systems.

HEX5D4B4C
Decimal937576
Binary101110110010111001100
Octal135113114

Shades and tints

Shades of #5D4B4C

#5D4B4C
(93,75,76)
#554546
(85,69,70)
#4D3F40
(77,63,64)
#45393A
(69,57,58)
#3D3334
(61,51,52)
#352D2E
(53,45,46)
#2D2728
(45,39,40)
#252122
(37,33,34)
#1D1B1C
(29,27,28)
#151516
(21,21,22)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #5D4B4C

#5D4B4C
(93,75,76)
#6B5B5C
(107,91,92)
#796B6C
(121,107,108)
#877B7C
(135,123,124)
#958B8C
(149,139,140)
#A39B9C
(163,155,156)
#B1ABAC
(177,171,172)
#BFBBBC
(191,187,188)
#CDCBCC
(205,203,204)
#DBDBDC
(219,219,220)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D4B4C color. Also use rgb(93,75,76) instead hex code.

Text Font Color

.myTextColor { color: #5D4B4C; }

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

This text font color is #5D4B4C.


Background Color

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

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

This div background color is #5D4B4C.


Border color

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

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

This div border color is #5D4B4C.


Opacity

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

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

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

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

This text has shadow with #5D4B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4B4C on black background.


Color preview on white background

This text has color #5D4B4C on white background.



Black color preview on #5D4B4C background

This text has black color on #5D4B4C background.


White color preview on #5D4B4C background

This text has white color on #5D4B4C background.