COLOR #5F6F70

HEX: #5F6F70
RGB: (95,111,112)

Color info

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

RGB color model

#5F6F70 color RGB value is (95,111,112).

  • red value is 95;
  • green value is 111;
  • blue value is 112.
RGB:
(95,111,112)
(37%,44%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 111 of 255 = 44%
B 112 of 255 = 44%

95
111
112

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

Portions of RGB colors in percentages

R + G + B =
95 + 111 + 112 = 318 (100%)
R 95 of 318 ~ 29.87%
G 111 of 318 ~ 34.91%
B 112 of 318 ~ 35.22%

%29.87
%34.91
%35.22

CMYK color model

#5F6F70 color CMYK value is (15,1,0,56).

  • cyan value is 15.18%
  • magenta value is 0.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(15,1,0,56)
C15M1Y0K56 
(15%,1%,0%,56%)
(0.15/0.01/0.00/0.56)	

CMYK percentages

%15.18
%0.89
%0
%56.08

Codes

Color #5F6F70 in popluar color models

5F6F70
RGB95111112
HSL184°8.21%40.59%
HSB/HSV184°15.18%43.92%
CMYK15.18%0.89%0.00%
56.08%

Color #5F6F70 in popluar number systems.

HEX5F6F70
Decimal95111112
Binary101111111011111110000
Octal137157160

Shades and tints

Shades of #5F6F70

#5F6F70
(95,111,112)
#576566
(87,101,102)
#4F5B5C
(79,91,92)
#475152
(71,81,82)
#3F4748
(63,71,72)
#373D3E
(55,61,62)
#2F3334
(47,51,52)
#27292A
(39,41,42)
#1F1F20
(31,31,32)
#171516
(23,21,22)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F6F70

#5F6F70
(95,111,112)
#6D7C7D
(109,124,125)
#7B898A
(123,137,138)
#899697
(137,150,151)
#97A3A4
(151,163,164)
#A5B0B1
(165,176,177)
#B3BDBE
(179,189,190)
#C1CACB
(193,202,203)
#CFD7D8
(207,215,216)
#DDE4E5
(221,228,229)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6F70 color. Also use rgb(95,111,112) instead hex code.

Text Font Color

.myTextColor { color: #5F6F70; }

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

This text font color is #5F6F70.


Background Color

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

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

This div background color is #5F6F70.


Border color

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

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

This div border color is #5F6F70.


Opacity

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

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

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

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

This text has shadow with #5F6F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6F70 on black background.


Color preview on white background

This text has color #5F6F70 on white background.



Black color preview on #5F6F70 background

This text has black color on #5F6F70 background.


White color preview on #5F6F70 background

This text has white color on #5F6F70 background.