COLOR #5F4F57

HEX: #5F4F57
RGB: (95,79,87)

Color info

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

RGB color model

#5F4F57 color RGB value is (95,79,87).

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

RGB channels and saturation

R 95 of 255 = 37%
G 79 of 255 = 31%
B 87 of 255 = 34%

95
79
87

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

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 87 = 261 (100%)
R 95 of 261 ~ 36.4%
G 79 of 261 ~ 30.27%
B 87 of 261 ~ 33.33%

%36.4
%30.27
%33.33

CMYK color model

#5F4F57 color CMYK value is (0,17,8,63).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK:
(0,17,8,63)
C0M17Y8K63 
(0%,17%,8%,63%)
(0.00/0.17/0.08/0.63)	

CMYK percentages

%0
%16.84
%8.42
%62.75

Codes

Color #5F4F57 in popluar color models

5F4F57
RGB957987
HSL330°9.20%34.12%
HSB/HSV330°16.84%37.25%
CMYK0.00%16.84%8.42%
62.75%

Color #5F4F57 in popluar number systems.

HEX5F4F57
Decimal957987
Binary101111110011111010111
Octal137117127

Shades and tints

Shades of #5F4F57

#5F4F57
(95,79,87)
#574850
(87,72,80)
#4F4149
(79,65,73)
#473A42
(71,58,66)
#3F333B
(63,51,59)
#372C34
(55,44,52)
#2F252D
(47,37,45)
#271E26
(39,30,38)
#1F171F
(31,23,31)
#171018
(23,16,24)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #5F4F57

#5F4F57
(95,79,87)
#6D5F66
(109,95,102)
#7B6F75
(123,111,117)
#897F84
(137,127,132)
#978F93
(151,143,147)
#A59FA2
(165,159,162)
#B3AFB1
(179,175,177)
#C1BFC0
(193,191,192)
#CFCFCF
(207,207,207)
#DDDFDE
(221,223,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4F57; }

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

This text font color is #5F4F57.


Background Color

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

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

This div background color is #5F4F57.


Border color

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

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

This div border color is #5F4F57.


Opacity

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

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

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

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

This text has shadow with #5F4F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F57 on black background.


Color preview on white background

This text has color #5F4F57 on white background.



Black color preview on #5F4F57 background

This text has black color on #5F4F57 background.


White color preview on #5F4F57 background

This text has white color on #5F4F57 background.