COLOR #5F606B

HEX: #5F606B
RGB: (95,96,107)

Color info

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

RGB color model

#5F606B color RGB value is (95,96,107).

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

RGB channels and saturation

R 95 of 255 = 37%
G 96 of 255 = 38%
B 107 of 255 = 42%

95
96
107

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

Portions of RGB colors in percentages

R + G + B =
95 + 96 + 107 = 298 (100%)
R 95 of 298 ~ 31.88%
G 96 of 298 ~ 32.21%
B 107 of 298 ~ 35.91%

%31.88
%32.21
%35.91

CMYK color model

#5F606B color CMYK value is (11,10,0,58).

  • cyan value is 11.21%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(11,10,0,58)
C11M10Y0K58 
(11%,10%,0%,58%)
(0.11/0.10/0.00/0.58)	

CMYK percentages

%11.21
%10.28
%0
%58.04

Codes

Color #5F606B in popluar color models

5F606B
RGB9596107
HSL235°5.94%39.61%
HSB/HSV235°11.21%41.96%
CMYK11.21%10.28%0.00%
58.04%

Color #5F606B in popluar number systems.

HEX5F606B
Decimal9596107
Binary101111111000001101011
Octal137140153

Shades and tints

Shades of #5F606B

#5F606B
(95,96,107)
#575862
(87,88,98)
#4F5059
(79,80,89)
#474850
(71,72,80)
#3F4047
(63,64,71)
#37383E
(55,56,62)
#2F3035
(47,48,53)
#27282C
(39,40,44)
#1F2023
(31,32,35)
#17181A
(23,24,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #5F606B

#5F606B
(95,96,107)
#6D6E78
(109,110,120)
#7B7C85
(123,124,133)
#898A92
(137,138,146)
#97989F
(151,152,159)
#A5A6AC
(165,166,172)
#B3B4B9
(179,180,185)
#C1C2C6
(193,194,198)
#CFD0D3
(207,208,211)
#DDDEE0
(221,222,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F606B; }

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

This text font color is #5F606B.


Background Color

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

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

This div background color is #5F606B.


Border color

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

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

This div border color is #5F606B.


Opacity

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

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

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

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

This text has shadow with #5F606B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F606B on black background.


Color preview on white background

This text has color #5F606B on white background.



Black color preview on #5F606B background

This text has black color on #5F606B background.


White color preview on #5F606B background

This text has white color on #5F606B background.