COLOR #5F5D57

HEX: #5F5D57
RGB: (95,93,87)

Color info

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

RGB color model

#5F5D57 color RGB value is (95,93,87).

  • red value is 95;
  • green value is 93;
  • blue value is 87.
RGB:
(95,93,87)
(37%,36%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 87 of 255 = 34%

95
93
87

R + G + B ~ 36%. #5F5D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 93 + 87 = 275 (100%)
R 95 of 275 ~ 34.55%
G 93 of 275 ~ 33.82%
B 87 of 275 ~ 31.64%

%34.55
%33.82
%31.64

CMYK color model

#5F5D57 color CMYK value is (0,2,8,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK:
(0,2,8,63)
C0M2Y8K63 
(0%,2%,8%,63%)
(0.00/0.02/0.08/0.63)	

CMYK percentages

%0
%2.11
%8.42
%62.75

Codes

Color #5F5D57 in popluar color models

5F5D57
RGB959387
HSL45°4.40%35.69%
HSB/HSV45°8.42%37.25%
CMYK0.00%2.11%8.42%
62.75%

Color #5F5D57 in popluar number systems.

HEX5F5D57
Decimal959387
Binary101111110111011010111
Octal137135127

Shades and tints

Shades of #5F5D57

#5F5D57
(95,93,87)
#575550
(87,85,80)
#4F4D49
(79,77,73)
#474542
(71,69,66)
#3F3D3B
(63,61,59)
#373534
(55,53,52)
#2F2D2D
(47,45,45)
#272526
(39,37,38)
#1F1D1F
(31,29,31)
#171518
(23,21,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #5F5D57

#5F5D57
(95,93,87)
#6D6B66
(109,107,102)
#7B7975
(123,121,117)
#898784
(137,135,132)
#979593
(151,149,147)
#A5A3A2
(165,163,162)
#B3B1B1
(179,177,177)
#C1BFC0
(193,191,192)
#CFCDCF
(207,205,207)
#DDDBDE
(221,219,222)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5D57 color. Also use rgb(95,93,87) instead hex code.

Text Font Color

.myTextColor { color: #5F5D57; }

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

This text font color is #5F5D57.


Background Color

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

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

This div background color is #5F5D57.


Border color

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

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

This div border color is #5F5D57.


Opacity

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

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

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

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

This text has shadow with #5F5D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5D57 on black background.


Color preview on white background

This text has color #5F5D57 on white background.



Black color preview on #5F5D57 background

This text has black color on #5F5D57 background.


White color preview on #5F5D57 background

This text has white color on #5F5D57 background.