COLOR #5F6166

HEX: #5F6166 RGB: (95,97,102)

Color info

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

RGB color model

#5F6166 color RGB value is (95,97,102).

RGB: (95,97,102) (37%, 38%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 102 of 255 = 40%

95
97
102

R + G + B ~ 38%. #5F6166 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 97 + 102 = 294 (100%)
R 95 of 294 ~ 32.31%
G 97 of 294 ~ 32.99%
B 102 of 294 ~ 34.69'%

%32.31
%32.99
%34.69

CMYK color model

#5F6166 color CMYK value is (7,5,0,60).

  • cyan value is 6.86%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (7,5,0,60) C7M5Y0K60 (7%,5%,0%,60%) (0.07/0.05/0.00/0.60) 

CMYK percentages

%6.86
%4.9
%0
%60

Codes

Color #5F6166 in popluar color models

5F 61 66
RGB 95 97 102
HSL 223° 3.55% 38.63%
HSB/HSV 223° 6.86% 40.00%
CMYK 6.86% 4.90% 0.00%
60.00%

Color #5F6166 in popluar number systems.

HEX 5F 61 66
Decimal 95 97 102
Binary 1011111 1100001 1100110
Octal 137 141 146

Shades and tints

Shades of #5F6166

#5F6166
(95,97,102)
#57595D
(87,89,93)
#4F5154
(79,81,84)
#47494B
(71,73,75)
#3F4142
(63,65,66)
#373939
(55,57,57)
#2F3130
(47,49,48)
#272927
(39,41,39)
#1F211E
(31,33,30)
#171915
(23,25,21)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #5F6166

#5F6166
(95,97,102)
#6D6F73
(109,111,115)
#7B7D80
(123,125,128)
#898B8D
(137,139,141)
#97999A
(151,153,154)
#A5A7A7
(165,167,167)
#B3B5B4
(179,181,180)
#C1C3C1
(193,195,193)
#CFD1CE
(207,209,206)
#DDDFDB
(221,223,219)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6166; }

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

This text font color is #5F6166.

Background Color

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

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

This div background color is #5F6166.

Border color

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

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

This div border color is #5F6166.

Opacity

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

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

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

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

This text has shadow with #5F6166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6166.

Preview

Color preview on black background

This text has color #5F6166 on black background.


Color preview on white background

This text has color #5F6166 on white background.


Black color preview on #5F6166 background

This text has black color on #5F6166 background.


White color preview on #5F6166 background

This text has white color on #5F6166 background.


Related colors

Complementary color

Complementary color for #hex is #A09E99.


I love getcolorcode.com

Triadic colors

1 #665F61 and #61665F with #5F6166 are triadic colors.

2 #66615F and #615F66 with #5F6166 are triadic colors.