COLOR #5F565F

HEX: #5F565F
RGB: (95,86,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
86
95

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 95 = 276 (100%)
R 95 of 276 ~ 34.42%
G 86 of 276 ~ 31.16%
B 95 of 276 ~ 34.42%

%34.42
%31.16
%34.42

CMYK color model

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

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

CMYK percentages

%0
%9.47
%0
%62.75

Codes

Color #5F565F in popluar color models

5F565F
RGB958695
HSL300°4.97%35.49%
HSB/HSV300°9.47%37.25%
CMYK0.00%9.47%0.00%
62.75%

Color #5F565F in popluar number systems.

HEX5F565F
Decimal958695
Binary101111110101101011111
Octal137126137

Shades and tints

Shades of #5F565F

#5F565F
(95,86,95)
#574F57
(87,79,87)
#4F484F
(79,72,79)
#474147
(71,65,71)
#3F3A3F
(63,58,63)
#373337
(55,51,55)
#2F2C2F
(47,44,47)
#272527
(39,37,39)
#1F1E1F
(31,30,31)
#171717
(23,23,23)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #5F565F

#5F565F
(95,86,95)
#6D656D
(109,101,109)
#7B747B
(123,116,123)
#898389
(137,131,137)
#979297
(151,146,151)
#A5A1A5
(165,161,165)
#B3B0B3
(179,176,179)
#C1BFC1
(193,191,193)
#CFCECF
(207,206,207)
#DDDDDD
(221,221,221)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F565F; }

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

This text font color is #5F565F.


Background Color

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

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

This div background color is #5F565F.


Border color

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

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

This div border color is #5F565F.


Opacity

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

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

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

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

This text has shadow with #5F565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F565F on black background.


Color preview on white background

This text has color #5F565F on white background.



Black color preview on #5F565F background

This text has black color on #5F565F background.


White color preview on #5F565F background

This text has white color on #5F565F background.