COLOR #5F575C

HEX: #5F575C RGB: (95,87,92)

Color info

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

RGB color model

#5F575C color RGB value is (95,87,92).

RGB: (95,87,92) (37%, 34%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 92 of 255 = 36%

95
87
92

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

Portions of RGB colors in percentages

R + G + B = 95 + 87 + 92 = 274 (100%)
R 95 of 274 ~ 34.67%
G 87 of 274 ~ 31.75%
B 92 of 274 ~ 33.58'%

%34.67
%31.75
%33.58

CMYK color model

#5F575C color CMYK value is (0,8,3,63).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 3.16%
  • key color value is 62.75%

CMYK: (0,8,3,63)
C0M8Y3K63 (0%, 8%, 3%, 63%)
(0.00 / 0.08 / 0.03 / 0.63)

CMYK percentages

%0
%8.42
%3.16
%62.75

Codes

Color #5F575C in popluar color models

5F 57 5C
RGB 95 87 92
HSL 323° 4.40% 35.69%
HSB/HSV 323° 8.42% 37.25%
CMYK 0.00% 8.42% 3.16%
62.75%

Color #5F575C in popluar number systems.

HEX 5F 57 5C
Decimal 95 87 92
Binary 1011111 1010111 1011100
Octal 137 127 134

Shades and tints

Shades of #5F575C

#5F575C
(95,87,92)
#575054
(87,80,84)
#4F494C
(79,73,76)
#474244
(71,66,68)
#3F3B3C
(63,59,60)
#373434
(55,52,52)
#2F2D2C
(47,45,44)
#272624
(39,38,36)
#1F1F1C
(31,31,28)
#171814
(23,24,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #5F575C

#5F575C
(95,87,92)
#6D666A
(109,102,106)
#7B7578
(123,117,120)
#898486
(137,132,134)
#979394
(151,147,148)
#A5A2A2
(165,162,162)
#B3B1B0
(179,177,176)
#C1C0BE
(193,192,190)
#CFCFCC
(207,207,204)
#DDDEDA
(221,222,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F575C color. Also use rgb(95,87,92) instead hex code.

Text Font Color

.myTextColor { color: #5F575C; }

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

This text font color is #5F575C.

Background Color

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

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

This div background color is #5F575C.

Border color

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

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

This div border color is #5F575C.

Opacity

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

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

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

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

This text has shadow with #5F575C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F575C.

Preview

Color preview on black background

This text has color #5F575C on black background.


Color preview on white background

This text has color #5F575C on white background.


Black color preview on #5F575C background

This text has black color on #5F575C background.


White color preview on #5F575C background

This text has white color on #5F575C background.


Related colors

Complementary color

Complementary color for #hex is #A0A8A3.


I love getcolorcode.com

Triadic colors

1 #5C5F57 and #575C5F with #5F575C are triadic colors.

2 #5C575F and #575F5C with #5F575C are triadic colors.