COLOR #5F5758

HEX: #5F5758
RGB: (95,87,88)

Color info

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

RGB color model

#5F5758 color RGB value is (95,87,88).

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

RGB channels and saturation

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

95
87
88

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

Portions of RGB colors in percentages

R + G + B =
95 + 87 + 88 = 270 (100%)
R 95 of 270 ~ 35.19%
G 87 of 270 ~ 32.22%
B 88 of 270 ~ 32.59%

%35.19
%32.22
%32.59

CMYK color model

#5F5758 color CMYK value is (0,8,7,63).

  • cyan value is 0.00%
  • magenta value is 8.42%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK:
(0,8,7,63)
C0M8Y7K63 
(0%,8%,7%,63%)
(0.00/0.08/0.07/0.63)	

CMYK percentages

%0
%8.42
%7.37
%62.75

Codes

Color #5F5758 in popluar color models

5F5758
RGB958788
HSL353°4.40%35.69%
HSB/HSV353°8.42%37.25%
CMYK0.00%8.42%7.37%
62.75%

Color #5F5758 in popluar number systems.

HEX5F5758
Decimal958788
Binary101111110101111011000
Octal137127130

Shades and tints

Shades of #5F5758

#5F5758
(95,87,88)
#575050
(87,80,80)
#4F4948
(79,73,72)
#474240
(71,66,64)
#3F3B38
(63,59,56)
#373430
(55,52,48)
#2F2D28
(47,45,40)
#272620
(39,38,32)
#1F1F18
(31,31,24)
#171810
(23,24,16)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #5F5758

#5F5758
(95,87,88)
#6D6667
(109,102,103)
#7B7576
(123,117,118)
#898485
(137,132,133)
#979394
(151,147,148)
#A5A2A3
(165,162,163)
#B3B1B2
(179,177,178)
#C1C0C1
(193,192,193)
#CFCFD0
(207,207,208)
#DDDEDF
(221,222,223)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5758; }

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

This text font color is #5F5758.


Background Color

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

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

This div background color is #5F5758.


Border color

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

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

This div border color is #5F5758.


Opacity

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

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

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

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

This text has shadow with #5F5758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5758 on black background.


Color preview on white background

This text has color #5F5758 on white background.



Black color preview on #5F5758 background

This text has black color on #5F5758 background.


White color preview on #5F5758 background

This text has white color on #5F5758 background.