COLOR #5D4F51

HEX: #5D4F51
RGB: (93,79,81)

Color info

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

RGB color model

#5D4F51 color RGB value is (93,79,81).

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

RGB channels and saturation

R 93 of 255 = 36%
G 79 of 255 = 31%
B 81 of 255 = 32%

93
79
81

R + G + B ~ 33%. #5D4F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 79 + 81 = 253 (100%)
R 93 of 253 ~ 36.76%
G 79 of 253 ~ 31.23%
B 81 of 253 ~ 32.02%

%36.76
%31.23
%32.02

CMYK color model

#5D4F51 color CMYK value is (0,15,13,64).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(0,15,13,64)
C0M15Y13K64 
(0%,15%,13%,64%)
(0.00/0.15/0.13/0.64)	

CMYK percentages

%0
%15.05
%12.9
%63.53

Codes

Color #5D4F51 in popluar color models

5D4F51
RGB937981
HSL351°8.14%33.73%
HSB/HSV351°15.05%36.47%
CMYK0.00%15.05%12.90%
63.53%

Color #5D4F51 in popluar number systems.

HEX5D4F51
Decimal937981
Binary101110110011111010001
Octal135117121

Shades and tints

Shades of #5D4F51

#5D4F51
(93,79,81)
#55484A
(85,72,74)
#4D4143
(77,65,67)
#453A3C
(69,58,60)
#3D3335
(61,51,53)
#352C2E
(53,44,46)
#2D2527
(45,37,39)
#251E20
(37,30,32)
#1D1719
(29,23,25)
#151012
(21,16,18)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #5D4F51

#5D4F51
(93,79,81)
#6B5F60
(107,95,96)
#796F6F
(121,111,111)
#877F7E
(135,127,126)
#958F8D
(149,143,141)
#A39F9C
(163,159,156)
#B1AFAB
(177,175,171)
#BFBFBA
(191,191,186)
#CDCFC9
(205,207,201)
#DBDFD8
(219,223,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D4F51; }

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

This text font color is #5D4F51.


Background Color

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

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

This div background color is #5D4F51.


Border color

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

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

This div border color is #5D4F51.


Opacity

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

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

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

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

This text has shadow with #5D4F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D4F51 on black background.


Color preview on white background

This text has color #5D4F51 on white background.



Black color preview on #5D4F51 background

This text has black color on #5D4F51 background.


White color preview on #5D4F51 background

This text has white color on #5D4F51 background.