COLOR #5F6973

HEX: #5F6973
RGB: (95,105,115)

Color info

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

RGB color model

#5F6973 color RGB value is (95,105,115).

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

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 115 of 255 = 45%

95
105
115

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

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 115 = 315 (100%)
R 95 of 315 ~ 30.16%
G 105 of 315 ~ 33.33%
B 115 of 315 ~ 36.51%

%30.16
%33.33
%36.51

CMYK color model

#5F6973 color CMYK value is (17,9,0,55).

  • cyan value is 17.39%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,9,0,55)
C17M9Y0K55 
(17%,9%,0%,55%)
(0.17/0.09/0.00/0.55)	

CMYK percentages

%17.39
%8.7
%0
%54.9

Codes

Color #5F6973 in popluar color models

5F6973
RGB95105115
HSL210°9.52%41.18%
HSB/HSV210°17.39%45.10%
CMYK17.39%8.70%0.00%
54.90%

Color #5F6973 in popluar number systems.

HEX5F6973
Decimal95105115
Binary101111111010011110011
Octal137151163

Shades and tints

Shades of #5F6973

#5F6973
(95,105,115)
#576069
(87,96,105)
#4F575F
(79,87,95)
#474E55
(71,78,85)
#3F454B
(63,69,75)
#373C41
(55,60,65)
#2F3337
(47,51,55)
#272A2D
(39,42,45)
#1F2123
(31,33,35)
#171819
(23,24,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F6973

#5F6973
(95,105,115)
#6D767F
(109,118,127)
#7B838B
(123,131,139)
#899097
(137,144,151)
#979DA3
(151,157,163)
#A5AAAF
(165,170,175)
#B3B7BB
(179,183,187)
#C1C4C7
(193,196,199)
#CFD1D3
(207,209,211)
#DDDEDF
(221,222,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6973; }

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

This text font color is #5F6973.


Background Color

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

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

This div background color is #5F6973.


Border color

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

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

This div border color is #5F6973.


Opacity

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

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

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

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

This text has shadow with #5F6973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6973 on black background.


Color preview on white background

This text has color #5F6973 on white background.



Black color preview on #5F6973 background

This text has black color on #5F6973 background.


White color preview on #5F6973 background

This text has white color on #5F6973 background.