COLOR #5F5659

HEX: #5F5659
RGB: (95,86,89)

Color info

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

RGB color model

#5F5659 color RGB value is (95,86,89).

  • red value is 95;
  • green value is 86;
  • blue value is 89.
RGB:
(95,86,89)
(37%,34%,35%)

RGB channels and saturation

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

95
86
89

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

Portions of RGB colors in percentages

R + G + B =
95 + 86 + 89 = 270 (100%)
R 95 of 270 ~ 35.19%
G 86 of 270 ~ 31.85%
B 89 of 270 ~ 32.96%

%35.19
%31.85
%32.96

CMYK color model

#5F5659 color CMYK value is (0,9,6,63).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 6.32%
  • key color value is 62.75%
CMYK:
(0,9,6,63)
C0M9Y6K63 
(0%,9%,6%,63%)
(0.00/0.09/0.06/0.63)	

CMYK percentages

%0
%9.47
%6.32
%62.75

Codes

Color #5F5659 in popluar color models

5F5659
RGB958689
HSL340°4.97%35.49%
HSB/HSV340°9.47%37.25%
CMYK0.00%9.47%6.32%
62.75%

Color #5F5659 in popluar number systems.

HEX5F5659
Decimal958689
Binary101111110101101011001
Octal137126131

Shades and tints

Shades of #5F5659

#5F5659
(95,86,89)
#574F51
(87,79,81)
#4F4849
(79,72,73)
#474141
(71,65,65)
#3F3A39
(63,58,57)
#373331
(55,51,49)
#2F2C29
(47,44,41)
#272521
(39,37,33)
#1F1E19
(31,30,25)
#171711
(23,23,17)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #5F5659

#5F5659
(95,86,89)
#6D6568
(109,101,104)
#7B7477
(123,116,119)
#898386
(137,131,134)
#979295
(151,146,149)
#A5A1A4
(165,161,164)
#B3B0B3
(179,176,179)
#C1BFC2
(193,191,194)
#CFCED1
(207,206,209)
#DDDDE0
(221,221,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5659; }

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

This text font color is #5F5659.


Background Color

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

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

This div background color is #5F5659.


Border color

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

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

This div border color is #5F5659.


Opacity

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

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

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

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

This text has shadow with #5F5659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5659 on black background.


Color preview on white background

This text has color #5F5659 on white background.



Black color preview on #5F5659 background

This text has black color on #5F5659 background.


White color preview on #5F5659 background

This text has white color on #5F5659 background.