COLOR #5F6173

HEX: #5F6173
RGB: (95,97,115)

Color info

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

RGB color model

#5F6173 color RGB value is (95,97,115).

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

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 115 of 255 = 45%

95
97
115

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

Portions of RGB colors in percentages

R + G + B =
95 + 97 + 115 = 307 (100%)
R 95 of 307 ~ 30.94%
G 97 of 307 ~ 31.6%
B 115 of 307 ~ 37.46%

%30.94
%31.6
%37.46

CMYK color model

#5F6173 color CMYK value is (17,16,0,55).

  • cyan value is 17.39%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,16,0,55)
C17M16Y0K55 
(17%,16%,0%,55%)
(0.17/0.16/0.00/0.55)	

CMYK percentages

%17.39
%15.65
%0
%54.9

Codes

Color #5F6173 in popluar color models

5F6173
RGB9597115
HSL234°9.52%41.18%
HSB/HSV234°17.39%45.10%
CMYK17.39%15.65%0.00%
54.90%

Color #5F6173 in popluar number systems.

HEX5F6173
Decimal9597115
Binary101111111000011110011
Octal137141163

Shades and tints

Shades of #5F6173

#5F6173
(95,97,115)
#575969
(87,89,105)
#4F515F
(79,81,95)
#474955
(71,73,85)
#3F414B
(63,65,75)
#373941
(55,57,65)
#2F3137
(47,49,55)
#27292D
(39,41,45)
#1F2123
(31,33,35)
#171919
(23,25,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #5F6173

#5F6173
(95,97,115)
#6D6F7F
(109,111,127)
#7B7D8B
(123,125,139)
#898B97
(137,139,151)
#9799A3
(151,153,163)
#A5A7AF
(165,167,175)
#B3B5BB
(179,181,187)
#C1C3C7
(193,195,199)
#CFD1D3
(207,209,211)
#DDDFDF
(221,223,223)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6173; }

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

This text font color is #5F6173.


Background Color

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

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

This div background color is #5F6173.


Border color

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

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

This div border color is #5F6173.


Opacity

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

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

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

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

This text has shadow with #5F6173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6173 on black background.


Color preview on white background

This text has color #5F6173 on white background.



Black color preview on #5F6173 background

This text has black color on #5F6173 background.


White color preview on #5F6173 background

This text has white color on #5F6173 background.