COLOR #5F565E

HEX: #5F565E RGB: (95,86,94)

Color info

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

RGB color model

#5F565E color RGB value is (95,86,94).

RGB: (95,86,94) (37%, 34%, 37%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 94 of 255 = 37%

95
86
94

R + G + B ~ 36%. #5F565E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 86 + 94 = 275 (100%)
R 95 of 275 ~ 34.55%
G 86 of 275 ~ 31.27%
B 94 of 275 ~ 34.18'%

%34.55
%31.27
%34.18

CMYK color model

#5F565E color CMYK value is (0,9,1,63).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 1.05%
  • key color value is 62.75%

CMYK: (0,9,1,63)
C0M9Y1K63 (0%, 9%, 1%, 63%)
(0.00 / 0.09 / 0.01 / 0.63)

CMYK percentages

%0
%9.47
%1.05
%62.75

Codes

Color #5F565E in popluar color models

5F 56 5E
RGB 95 86 94
HSL 307° 4.97% 35.49%
HSB/HSV 307° 9.47% 37.25%
CMYK 0.00% 9.47% 1.05%
62.75%

Color #5F565E in popluar number systems.

HEX 5F 56 5E
Decimal 95 86 94
Binary 1011111 1010110 1011110
Octal 137 126 136

Shades and tints

Shades of #5F565E

#5F565E
(95,86,94)
#574F56
(87,79,86)
#4F484E
(79,72,78)
#474146
(71,65,70)
#3F3A3E
(63,58,62)
#373336
(55,51,54)
#2F2C2E
(47,44,46)
#272526
(39,37,38)
#1F1E1E
(31,30,30)
#171716
(23,23,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F565E

#5F565E
(95,86,94)
#6D656C
(109,101,108)
#7B747A
(123,116,122)
#898388
(137,131,136)
#979296
(151,146,150)
#A5A1A4
(165,161,164)
#B3B0B2
(179,176,178)
#C1BFC0
(193,191,192)
#CFCECE
(207,206,206)
#DDDDDC
(221,221,220)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F565E color. Also use rgb(95,86,94) instead hex code.

Text Font Color

.myTextColor { color: #5F565E; }

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

This text font color is #5F565E.

Background Color

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

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

This div background color is #5F565E.

Border color

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

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

This div border color is #5F565E.

Opacity

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

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

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

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

This text has shadow with #5F565E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F565E.

Preview

Color preview on black background

This text has color #5F565E on black background.


Color preview on white background

This text has color #5F565E on white background.


Black color preview on #5F565E background

This text has black color on #5F565E background.


White color preview on #5F565E background

This text has white color on #5F565E background.


Related colors

Complementary color

Complementary color for #hex is #A0A9A1.


I love getcolorcode.com

Triadic colors

1 #5E5F56 and #565E5F with #5F565E are triadic colors.

2 #5E565F and #565F5E with #5F565E are triadic colors.