COLOR #5F6566

HEX: #5F6566
RGB: (95,101,102)

Color info

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

RGB color model

#5F6566 color RGB value is (95,101,102).

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

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 102 of 255 = 40%

95
101
102

R + G + B ~ 39%. #5F6566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 102 = 298 (100%)
R 95 of 298 ~ 31.88%
G 101 of 298 ~ 33.89%
B 102 of 298 ~ 34.23%

%31.88
%33.89
%34.23

CMYK color model

#5F6566 color CMYK value is (7,1,0,60).

  • cyan value is 6.86%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(7,1,0,60)
C7M1Y0K60 
(7%,1%,0%,60%)
(0.07/0.01/0.00/0.60)	

CMYK percentages

%6.86
%0.98
%0
%60

Codes

Color #5F6566 in popluar color models

5F6566
RGB95101102
HSL189°3.55%38.63%
HSB/HSV189°6.86%40.00%
CMYK6.86%0.98%0.00%
60.00%

Color #5F6566 in popluar number systems.

HEX5F6566
Decimal95101102
Binary101111111001011100110
Octal137145146

Shades and tints

Shades of #5F6566

#5F6566
(95,101,102)
#575C5D
(87,92,93)
#4F5354
(79,83,84)
#474A4B
(71,74,75)
#3F4142
(63,65,66)
#373839
(55,56,57)
#2F2F30
(47,47,48)
#272627
(39,38,39)
#1F1D1E
(31,29,30)
#171415
(23,20,21)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F6566

#5F6566
(95,101,102)
#6D7373
(109,115,115)
#7B8180
(123,129,128)
#898F8D
(137,143,141)
#979D9A
(151,157,154)
#A5ABA7
(165,171,167)
#B3B9B4
(179,185,180)
#C1C7C1
(193,199,193)
#CFD5CE
(207,213,206)
#DDE3DB
(221,227,219)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6566; }

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

This text font color is #5F6566.


Background Color

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

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

This div background color is #5F6566.


Border color

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

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

This div border color is #5F6566.


Opacity

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

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

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

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

This text has shadow with #5F6566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6566 on black background.


Color preview on white background

This text has color #5F6566 on white background.



Black color preview on #5F6566 background

This text has black color on #5F6566 background.


White color preview on #5F6566 background

This text has white color on #5F6566 background.