COLOR #5F5B66

HEX: #5F5B66
RGB: (95,91,102)

Color info

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

RGB color model

#5F5B66 color RGB value is (95,91,102).

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

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 102 of 255 = 40%

95
91
102

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

Portions of RGB colors in percentages

R + G + B =
95 + 91 + 102 = 288 (100%)
R 95 of 288 ~ 32.99%
G 91 of 288 ~ 31.6%
B 102 of 288 ~ 35.42%

%32.99
%31.6
%35.42

CMYK color model

#5F5B66 color CMYK value is (7,11,0,60).

  • cyan value is 6.86%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(7,11,0,60)
C7M11Y0K60 
(7%,11%,0%,60%)
(0.07/0.11/0.00/0.60)	

CMYK percentages

%6.86
%10.78
%0
%60

Codes

Color #5F5B66 in popluar color models

5F5B66
RGB9591102
HSL262°5.70%37.84%
HSB/HSV262°10.78%40.00%
CMYK6.86%10.78%0.00%
60.00%

Color #5F5B66 in popluar number systems.

HEX5F5B66
Decimal9591102
Binary101111110110111100110
Octal137133146

Shades and tints

Shades of #5F5B66

#5F5B66
(95,91,102)
#57535D
(87,83,93)
#4F4B54
(79,75,84)
#47434B
(71,67,75)
#3F3B42
(63,59,66)
#373339
(55,51,57)
#2F2B30
(47,43,48)
#272327
(39,35,39)
#1F1B1E
(31,27,30)
#171315
(23,19,21)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F5B66

#5F5B66
(95,91,102)
#6D6973
(109,105,115)
#7B7780
(123,119,128)
#89858D
(137,133,141)
#97939A
(151,147,154)
#A5A1A7
(165,161,167)
#B3AFB4
(179,175,180)
#C1BDC1
(193,189,193)
#CFCBCE
(207,203,206)
#DDD9DB
(221,217,219)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5B66; }

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

This text font color is #5F5B66.


Background Color

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

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

This div background color is #5F5B66.


Border color

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

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

This div border color is #5F5B66.


Opacity

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

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

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

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

This text has shadow with #5F5B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5B66 on black background.


Color preview on white background

This text has color #5F5B66 on white background.



Black color preview on #5F5B66 background

This text has black color on #5F5B66 background.


White color preview on #5F5B66 background

This text has white color on #5F5B66 background.