COLOR #5F5B6B

HEX: #5F5B6B
RGB: (95,91,107)

Color info

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

RGB color model

#5F5B6B color RGB value is (95,91,107).

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

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 107 of 255 = 42%

95
91
107

R + G + B ~ 38%. #5F5B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 91 + 107 = 293 (100%)
R 95 of 293 ~ 32.42%
G 91 of 293 ~ 31.06%
B 107 of 293 ~ 36.52%

%32.42
%31.06
%36.52

CMYK color model

#5F5B6B color CMYK value is (11,15,0,58).

  • cyan value is 11.21%
  • magenta value is 14.95%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(11,15,0,58)
C11M15Y0K58 
(11%,15%,0%,58%)
(0.11/0.15/0.00/0.58)	

CMYK percentages

%11.21
%14.95
%0
%58.04

Codes

Color #5F5B6B in popluar color models

5F5B6B
RGB9591107
HSL255°8.08%38.82%
HSB/HSV255°14.95%41.96%
CMYK11.21%14.95%0.00%
58.04%

Color #5F5B6B in popluar number systems.

HEX5F5B6B
Decimal9591107
Binary101111110110111101011
Octal137133153

Shades and tints

Shades of #5F5B6B

#5F5B6B
(95,91,107)
#575362
(87,83,98)
#4F4B59
(79,75,89)
#474350
(71,67,80)
#3F3B47
(63,59,71)
#37333E
(55,51,62)
#2F2B35
(47,43,53)
#27232C
(39,35,44)
#1F1B23
(31,27,35)
#17131A
(23,19,26)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #5F5B6B

#5F5B6B
(95,91,107)
#6D6978
(109,105,120)
#7B7785
(123,119,133)
#898592
(137,133,146)
#97939F
(151,147,159)
#A5A1AC
(165,161,172)
#B3AFB9
(179,175,185)
#C1BDC6
(193,189,198)
#CFCBD3
(207,203,211)
#DDD9E0
(221,217,224)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5B6B; }

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

This text font color is #5F5B6B.


Background Color

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

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

This div background color is #5F5B6B.


Border color

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

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

This div border color is #5F5B6B.


Opacity

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

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

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

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

This text has shadow with #5F5B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5B6B on black background.


Color preview on white background

This text has color #5F5B6B on white background.



Black color preview on #5F5B6B background

This text has black color on #5F5B6B background.


White color preview on #5F5B6B background

This text has white color on #5F5B6B background.