COLOR #5F616B

HEX: #5F616B
RGB: (95,97,107)

Color info

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

RGB color model

#5F616B color RGB value is (95,97,107).

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

RGB channels and saturation

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

95
97
107

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

Portions of RGB colors in percentages

R + G + B =
95 + 97 + 107 = 299 (100%)
R 95 of 299 ~ 31.77%
G 97 of 299 ~ 32.44%
B 107 of 299 ~ 35.79%

%31.77
%32.44
%35.79

CMYK color model

#5F616B color CMYK value is (11,9,0,58).

  • cyan value is 11.21%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(11,9,0,58)
C11M9Y0K58 
(11%,9%,0%,58%)
(0.11/0.09/0.00/0.58)	

CMYK percentages

%11.21
%9.35
%0
%58.04

Codes

Color #5F616B in popluar color models

5F616B
RGB9597107
HSL230°5.94%39.61%
HSB/HSV230°11.21%41.96%
CMYK11.21%9.35%0.00%
58.04%

Color #5F616B in popluar number systems.

HEX5F616B
Decimal9597107
Binary101111111000011101011
Octal137141153

Shades and tints

Shades of #5F616B

#5F616B
(95,97,107)
#575962
(87,89,98)
#4F5159
(79,81,89)
#474950
(71,73,80)
#3F4147
(63,65,71)
#37393E
(55,57,62)
#2F3135
(47,49,53)
#27292C
(39,41,44)
#1F2123
(31,33,35)
#17191A
(23,25,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #5F616B

#5F616B
(95,97,107)
#6D6F78
(109,111,120)
#7B7D85
(123,125,133)
#898B92
(137,139,146)
#97999F
(151,153,159)
#A5A7AC
(165,167,172)
#B3B5B9
(179,181,185)
#C1C3C6
(193,195,198)
#CFD1D3
(207,209,211)
#DDDFE0
(221,223,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F616B; }

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

This text font color is #5F616B.


Background Color

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

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

This div background color is #5F616B.


Border color

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

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

This div border color is #5F616B.


Opacity

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

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

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

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

This text has shadow with #5F616B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F616B on black background.


Color preview on white background

This text has color #5F616B on white background.



Black color preview on #5F616B background

This text has black color on #5F616B background.


White color preview on #5F616B background

This text has white color on #5F616B background.