COLOR #5F6B73

HEX: #5F6B73
RGB: (95,107,115)

Color info

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

RGB color model

#5F6B73 color RGB value is (95,107,115).

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

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 115 of 255 = 45%

95
107
115

R + G + B ~ 41%. #5F6B73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 115 = 317 (100%)
R 95 of 317 ~ 29.97%
G 107 of 317 ~ 33.75%
B 115 of 317 ~ 36.28%

%29.97
%33.75
%36.28

CMYK color model

#5F6B73 color CMYK value is (17,7,0,55).

  • cyan value is 17.39%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,7,0,55)
C17M7Y0K55 
(17%,7%,0%,55%)
(0.17/0.07/0.00/0.55)	

CMYK percentages

%17.39
%6.96
%0
%54.9

Codes

Color #5F6B73 in popluar color models

5F6B73
RGB95107115
HSL204°9.52%41.18%
HSB/HSV204°17.39%45.10%
CMYK17.39%6.96%0.00%
54.90%

Color #5F6B73 in popluar number systems.

HEX5F6B73
Decimal95107115
Binary101111111010111110011
Octal137153163

Shades and tints

Shades of #5F6B73

#5F6B73
(95,107,115)
#576269
(87,98,105)
#4F595F
(79,89,95)
#475055
(71,80,85)
#3F474B
(63,71,75)
#373E41
(55,62,65)
#2F3537
(47,53,55)
#272C2D
(39,44,45)
#1F2323
(31,35,35)
#171A19
(23,26,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #5F6B73

#5F6B73
(95,107,115)
#6D787F
(109,120,127)
#7B858B
(123,133,139)
#899297
(137,146,151)
#979FA3
(151,159,163)
#A5ACAF
(165,172,175)
#B3B9BB
(179,185,187)
#C1C6C7
(193,198,199)
#CFD3D3
(207,211,211)
#DDE0DF
(221,224,223)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6B73; }

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

This text font color is #5F6B73.


Background Color

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

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

This div background color is #5F6B73.


Border color

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

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

This div border color is #5F6B73.


Opacity

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

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

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

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

This text has shadow with #5F6B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6B73 on black background.


Color preview on white background

This text has color #5F6B73 on white background.



Black color preview on #5F6B73 background

This text has black color on #5F6B73 background.


White color preview on #5F6B73 background

This text has white color on #5F6B73 background.