COLOR #5F5658

HEX: #5F5658 RGB: (95,86,88)

Color info

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

RGB color model

#5F5658 color RGB value is (95,86,88).

RGB: (95,86,88) (37%, 34%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 86 of 255 = 34%
B 88 of 255 = 35%

95
86
88

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

Portions of RGB colors in percentages

R + G + B = 95 + 86 + 88 = 269 (100%)
R 95 of 269 ~ 35.32%
G 86 of 269 ~ 31.97%
B 88 of 269 ~ 32.71'%

%35.32
%31.97
%32.71

CMYK color model

#5F5658 color CMYK value is (0,9,7,63).

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

CMYK: (0,9,7,63)
C0M9Y7K63 (0%, 9%, 7%, 63%)
(0.00 / 0.09 / 0.07 / 0.63)

CMYK percentages

%0
%9.47
%7.37
%62.75

Codes

Color #5F5658 in popluar color models

5F 56 58
RGB 95 86 88
HSL 347° 4.97% 35.49%
HSB/HSV 347° 9.47% 37.25%
CMYK 0.00% 9.47% 7.37%
62.75%

Color #5F5658 in popluar number systems.

HEX 5F 56 58
Decimal 95 86 88
Binary 1011111 1010110 1011000
Octal 137 126 130

Shades and tints

Shades of #5F5658

#5F5658
(95,86,88)
#574F50
(87,79,80)
#4F4848
(79,72,72)
#474140
(71,65,64)
#3F3A38
(63,58,56)
#373330
(55,51,48)
#2F2C28
(47,44,40)
#272520
(39,37,32)
#1F1E18
(31,30,24)
#171710
(23,23,16)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5F5658

#5F5658
(95,86,88)
#6D6567
(109,101,103)
#7B7476
(123,116,118)
#898385
(137,131,133)
#979294
(151,146,148)
#A5A1A3
(165,161,163)
#B3B0B2
(179,176,178)
#C1BFC1
(193,191,193)
#CFCED0
(207,206,208)
#DDDDDF
(221,221,223)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5658; }

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

This text font color is #5F5658.

Background Color

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

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

This div background color is #5F5658.

Border color

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

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

This div border color is #5F5658.

Opacity

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

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

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

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

This text has shadow with #5F5658 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5658.

Preview

Color preview on black background

This text has color #5F5658 on black background.


Color preview on white background

This text has color #5F5658 on white background.


Black color preview on #5F5658 background

This text has black color on #5F5658 background.


White color preview on #5F5658 background

This text has white color on #5F5658 background.


Related colors

Complementary color

Complementary color for #hex is #A0A9A7.


I love getcolorcode.com

Triadic colors

1 #585F56 and #56585F with #5F5658 are triadic colors.

2 #58565F and #565F58 with #5F5658 are triadic colors.