COLOR #5F5B5C

HEX: #5F5B5C
RGB: (95,91,92)

Color info

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

RGB color model

#5F5B5C color RGB value is (95,91,92).

  • red value is 95;
  • green value is 91;
  • blue value is 92.
RGB:
(95,91,92)
(37%,36%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 92 of 255 = 36%

95
91
92

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

Portions of RGB colors in percentages

R + G + B =
95 + 91 + 92 = 278 (100%)
R 95 of 278 ~ 34.17%
G 91 of 278 ~ 32.73%
B 92 of 278 ~ 33.09%

%34.17
%32.73
%33.09

CMYK color model

#5F5B5C color CMYK value is (0,4,3,63).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(0,4,3,63)
C0M4Y3K63 
(0%,4%,3%,63%)
(0.00/0.04/0.03/0.63)	

CMYK percentages

%0
%4.21
%3.16
%62.75

Codes

Color #5F5B5C in popluar color models

5F5B5C
RGB959192
HSL345°2.15%36.47%
HSB/HSV345°4.21%37.25%
CMYK0.00%4.21%3.16%
62.75%

Color #5F5B5C in popluar number systems.

HEX5F5B5C
Decimal959192
Binary101111110110111011100
Octal137133134

Shades and tints

Shades of #5F5B5C

#5F5B5C
(95,91,92)
#575354
(87,83,84)
#4F4B4C
(79,75,76)
#474344
(71,67,68)
#3F3B3C
(63,59,60)
#373334
(55,51,52)
#2F2B2C
(47,43,44)
#272324
(39,35,36)
#1F1B1C
(31,27,28)
#171314
(23,19,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F5B5C

#5F5B5C
(95,91,92)
#6D696A
(109,105,106)
#7B7778
(123,119,120)
#898586
(137,133,134)
#979394
(151,147,148)
#A5A1A2
(165,161,162)
#B3AFB0
(179,175,176)
#C1BDBE
(193,189,190)
#CFCBCC
(207,203,204)
#DDD9DA
(221,217,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5B5C; }

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

This text font color is #5F5B5C.


Background Color

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

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

This div background color is #5F5B5C.


Border color

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

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

This div border color is #5F5B5C.


Opacity

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

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

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

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

This text has shadow with #5F5B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5B5C on black background.


Color preview on white background

This text has color #5F5B5C on white background.



Black color preview on #5F5B5C background

This text has black color on #5F5B5C background.


White color preview on #5F5B5C background

This text has white color on #5F5B5C background.