COLOR #5F6E74

HEX: #5F6E74
RGB: (95,110,116)

Color info

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

RGB color model

#5F6E74 color RGB value is (95,110,116).

  • red value is 95;
  • green value is 110;
  • blue value is 116.
RGB:
(95,110,116)
(37%,43%,45%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 116 of 255 = 45%

95
110
116

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

Portions of RGB colors in percentages

R + G + B =
95 + 110 + 116 = 321 (100%)
R 95 of 321 ~ 29.6%
G 110 of 321 ~ 34.27%
B 116 of 321 ~ 36.14%

%29.6
%34.27
%36.14

CMYK color model

#5F6E74 color CMYK value is (18,5,0,55).

  • cyan value is 18.10%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(18,5,0,55)
C18M5Y0K55 
(18%,5%,0%,55%)
(0.18/0.05/0.00/0.55)	

CMYK percentages

%18.1
%5.17
%0
%54.51

Codes

Color #5F6E74 in popluar color models

5F6E74
RGB95110116
HSL197°9.95%41.37%
HSB/HSV197°18.10%45.49%
CMYK18.10%5.17%0.00%
54.51%

Color #5F6E74 in popluar number systems.

HEX5F6E74
Decimal95110116
Binary101111111011101110100
Octal137156164

Shades and tints

Shades of #5F6E74

#5F6E74
(95,110,116)
#57646A
(87,100,106)
#4F5A60
(79,90,96)
#475056
(71,80,86)
#3F464C
(63,70,76)
#373C42
(55,60,66)
#2F3238
(47,50,56)
#27282E
(39,40,46)
#1F1E24
(31,30,36)
#17141A
(23,20,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #5F6E74

#5F6E74
(95,110,116)
#6D7B80
(109,123,128)
#7B888C
(123,136,140)
#899598
(137,149,152)
#97A2A4
(151,162,164)
#A5AFB0
(165,175,176)
#B3BCBC
(179,188,188)
#C1C9C8
(193,201,200)
#CFD6D4
(207,214,212)
#DDE3E0
(221,227,224)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6E74 color. Also use rgb(95,110,116) instead hex code.

Text Font Color

.myTextColor { color: #5F6E74; }

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

This text font color is #5F6E74.


Background Color

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

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

This div background color is #5F6E74.


Border color

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

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

This div border color is #5F6E74.


Opacity

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

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

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

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

This text has shadow with #5F6E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6E74 on black background.


Color preview on white background

This text has color #5F6E74 on white background.



Black color preview on #5F6E74 background

This text has black color on #5F6E74 background.


White color preview on #5F6E74 background

This text has white color on #5F6E74 background.