COLOR #5F545D

HEX: #5F545D
RGB: (95,84,93)

Color info

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

RGB color model

#5F545D color RGB value is (95,84,93).

  • red value is 95;
  • green value is 84;
  • blue value is 93.
RGB:
(95,84,93)
(37%,33%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 84 of 255 = 33%
B 93 of 255 = 36%

95
84
93

R + G + B ~ 35%. #5F545D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 84 + 93 = 272 (100%)
R 95 of 272 ~ 34.93%
G 84 of 272 ~ 30.88%
B 93 of 272 ~ 34.19%

%34.93
%30.88
%34.19

CMYK color model

#5F545D color CMYK value is (0,12,2,63).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 2.11%
  • key color value is 62.75%
CMYK:
(0,12,2,63)
C0M12Y2K63 
(0%,12%,2%,63%)
(0.00/0.12/0.02/0.63)	

CMYK percentages

%0
%11.58
%2.11
%62.75

Codes

Color #5F545D in popluar color models

5F545D
RGB958493
HSL311°6.15%35.10%
HSB/HSV311°11.58%37.25%
CMYK0.00%11.58%2.11%
62.75%

Color #5F545D in popluar number systems.

HEX5F545D
Decimal958493
Binary101111110101001011101
Octal137124135

Shades and tints

Shades of #5F545D

#5F545D
(95,84,93)
#574D55
(87,77,85)
#4F464D
(79,70,77)
#473F45
(71,63,69)
#3F383D
(63,56,61)
#373135
(55,49,53)
#2F2A2D
(47,42,45)
#272325
(39,35,37)
#1F1C1D
(31,28,29)
#171515
(23,21,21)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F545D

#5F545D
(95,84,93)
#6D636B
(109,99,107)
#7B7279
(123,114,121)
#898187
(137,129,135)
#979095
(151,144,149)
#A59FA3
(165,159,163)
#B3AEB1
(179,174,177)
#C1BDBF
(193,189,191)
#CFCCCD
(207,204,205)
#DDDBDB
(221,219,219)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F545D color. Also use rgb(95,84,93) instead hex code.

Text Font Color

.myTextColor { color: #5F545D; }

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

This text font color is #5F545D.


Background Color

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

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

This div background color is #5F545D.


Border color

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

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

This div border color is #5F545D.


Opacity

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

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

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

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

This text has shadow with #5F545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F545D on black background.


Color preview on white background

This text has color #5F545D on white background.



Black color preview on #5F545D background

This text has black color on #5F545D background.


White color preview on #5F545D background

This text has white color on #5F545D background.