COLOR #5F5754

HEX: #5F5754 RGB: (95,87,84)

Color info

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

RGB color model

#5F5754 color RGB value is (95,87,84).

RGB: (95,87,84) (37%, 34%, 33%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 84 of 255 = 33%

95
87
84

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

Portions of RGB colors in percentages

R + G + B = 95 + 87 + 84 = 266 (100%)
R 95 of 266 ~ 35.71%
G 87 of 266 ~ 32.71%
B 84 of 266 ~ 31.58'%

%35.71
%32.71
%31.58

CMYK color model

#5F5754 color CMYK value is (0,8,12,63).

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

CMYK: (0,8,12,63)
C0M8Y12K63 (0%, 8%, 12%, 63%)
(0.00 / 0.08 / 0.12 / 0.63)

CMYK percentages

%0
%8.42
%11.58
%62.75

Codes

Color #5F5754 in popluar color models

5F 57 54
RGB 95 87 84
HSL 16° 6.15% 35.10%
HSB/HSV 16° 11.58% 37.25%
CMYK 0.00% 8.42% 11.58%
62.75%

Color #5F5754 in popluar number systems.

HEX 5F 57 54
Decimal 95 87 84
Binary 1011111 1010111 1010100
Octal 137 127 124

Shades and tints

Shades of #5F5754

#5F5754
(95,87,84)
#57504D
(87,80,77)
#4F4946
(79,73,70)
#47423F
(71,66,63)
#3F3B38
(63,59,56)
#373431
(55,52,49)
#2F2D2A
(47,45,42)
#272623
(39,38,35)
#1F1F1C
(31,31,28)
#171815
(23,24,21)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #5F5754

#5F5754
(95,87,84)
#6D6663
(109,102,99)
#7B7572
(123,117,114)
#898481
(137,132,129)
#979390
(151,147,144)
#A5A29F
(165,162,159)
#B3B1AE
(179,177,174)
#C1C0BD
(193,192,189)
#CFCFCC
(207,207,204)
#DDDEDB
(221,222,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5754; }

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

This text font color is #5F5754.

Background Color

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

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

This div background color is #5F5754.

Border color

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

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

This div border color is #5F5754.

Opacity

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

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

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

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

This text has shadow with #5F5754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5754.

Preview

Color preview on black background

This text has color #5F5754 on black background.


Color preview on white background

This text has color #5F5754 on white background.


Black color preview on #5F5754 background

This text has black color on #5F5754 background.


White color preview on #5F5754 background

This text has white color on #5F5754 background.


Related colors

Complementary color

Complementary color for #hex is #A0A8AB.


I love getcolorcode.com

Triadic colors

1 #545F57 and #57545F with #5F5754 are triadic colors.

2 #54575F and #575F54 with #5F5754 are triadic colors.