COLOR #5D474C

HEX: #5D474C
RGB: (93,71,76)

Color info

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

RGB color model

#5D474C color RGB value is (93,71,76).

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

RGB channels and saturation

R 93 of 255 = 36%
G 71 of 255 = 28%
B 76 of 255 = 30%

93
71
76

R + G + B ~ 31%. #5D474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 71 + 76 = 240 (100%)
R 93 of 240 ~ 38.75%
G 71 of 240 ~ 29.58%
B 76 of 240 ~ 31.67%

%38.75
%29.58
%31.67

CMYK color model

#5D474C color CMYK value is (0,24,18,64).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK:
(0,24,18,64)
C0M24Y18K64 
(0%,24%,18%,64%)
(0.00/0.24/0.18/0.64)	

CMYK percentages

%0
%23.66
%18.28
%63.53

Codes

Color #5D474C in popluar color models

5D474C
RGB937176
HSL346°13.41%32.16%
HSB/HSV346°23.66%36.47%
CMYK0.00%23.66%18.28%
63.53%

Color #5D474C in popluar number systems.

HEX5D474C
Decimal937176
Binary101110110001111001100
Octal135107114

Shades and tints

Shades of #5D474C

#5D474C
(93,71,76)
#554146
(85,65,70)
#4D3B40
(77,59,64)
#45353A
(69,53,58)
#3D2F34
(61,47,52)
#35292E
(53,41,46)
#2D2328
(45,35,40)
#251D22
(37,29,34)
#1D171C
(29,23,28)
#151116
(21,17,22)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #5D474C

#5D474C
(93,71,76)
#6B575C
(107,87,92)
#79676C
(121,103,108)
#87777C
(135,119,124)
#95878C
(149,135,140)
#A3979C
(163,151,156)
#B1A7AC
(177,167,172)
#BFB7BC
(191,183,188)
#CDC7CC
(205,199,204)
#DBD7DC
(219,215,220)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D474C; }

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

This text font color is #5D474C.


Background Color

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

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

This div background color is #5D474C.


Border color

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

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

This div border color is #5D474C.


Opacity

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

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

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

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

This text has shadow with #5D474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D474C on black background.


Color preview on white background

This text has color #5D474C on white background.



Black color preview on #5D474C background

This text has black color on #5D474C background.


White color preview on #5D474C background

This text has white color on #5D474C background.