COLOR #5F5756

HEX: #5F5756
RGB: (95,87,86)

Color info

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

RGB color model

#5F5756 color RGB value is (95,87,86).

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

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 86 of 255 = 34%

95
87
86

R + G + B ~ 35%. #5F5756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 87 + 86 = 268 (100%)
R 95 of 268 ~ 35.45%
G 87 of 268 ~ 32.46%
B 86 of 268 ~ 32.09%

%35.45
%32.46
%32.09

CMYK color model

#5F5756 color CMYK value is (0,8,9,63).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 9.47%
  • key color value is 62.75%
CMYK:
(0,8,9,63)
C0M8Y9K63 
(0%,8%,9%,63%)
(0.00/0.08/0.09/0.63)	

CMYK percentages

%0
%8.42
%9.47
%62.75

Codes

Color #5F5756 in popluar color models

5F5756
RGB958786
HSL4.97%35.49%
HSB/HSV9.47%37.25%
CMYK0.00%8.42%9.47%
62.75%

Color #5F5756 in popluar number systems.

HEX5F5756
Decimal958786
Binary101111110101111010110
Octal137127126

Shades and tints

Shades of #5F5756

#5F5756
(95,87,86)
#57504F
(87,80,79)
#4F4948
(79,73,72)
#474241
(71,66,65)
#3F3B3A
(63,59,58)
#373433
(55,52,51)
#2F2D2C
(47,45,44)
#272625
(39,38,37)
#1F1F1E
(31,31,30)
#171817
(23,24,23)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #5F5756

#5F5756
(95,87,86)
#6D6665
(109,102,101)
#7B7574
(123,117,116)
#898483
(137,132,131)
#979392
(151,147,146)
#A5A2A1
(165,162,161)
#B3B1B0
(179,177,176)
#C1C0BF
(193,192,191)
#CFCFCE
(207,207,206)
#DDDEDD
(221,222,221)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5756; }

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

This text font color is #5F5756.


Background Color

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

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

This div background color is #5F5756.


Border color

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

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

This div border color is #5F5756.


Opacity

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

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

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

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

This text has shadow with #5F5756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5756 on black background.


Color preview on white background

This text has color #5F5756 on white background.



Black color preview on #5F5756 background

This text has black color on #5F5756 background.


White color preview on #5F5756 background

This text has white color on #5F5756 background.