COLOR #5F595C

HEX: #5F595C
RGB: (95,89,92)

Color info

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

RGB color model

#5F595C color RGB value is (95,89,92).

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

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 92 of 255 = 36%

95
89
92

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

Portions of RGB colors in percentages

R + G + B =
95 + 89 + 92 = 276 (100%)
R 95 of 276 ~ 34.42%
G 89 of 276 ~ 32.25%
B 92 of 276 ~ 33.33%

%34.42
%32.25
%33.33

CMYK color model

#5F595C color CMYK value is (0,6,3,63).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 3.16%
  • key color value is 62.75%
CMYK:
(0,6,3,63)
C0M6Y3K63 
(0%,6%,3%,63%)
(0.00/0.06/0.03/0.63)	

CMYK percentages

%0
%6.32
%3.16
%62.75

Codes

Color #5F595C in popluar color models

5F595C
RGB958992
HSL330°3.26%36.08%
HSB/HSV330°6.32%37.25%
CMYK0.00%6.32%3.16%
62.75%

Color #5F595C in popluar number systems.

HEX5F595C
Decimal958992
Binary101111110110011011100
Octal137131134

Shades and tints

Shades of #5F595C

#5F595C
(95,89,92)
#575154
(87,81,84)
#4F494C
(79,73,76)
#474144
(71,65,68)
#3F393C
(63,57,60)
#373134
(55,49,52)
#2F292C
(47,41,44)
#272124
(39,33,36)
#1F191C
(31,25,28)
#171114
(23,17,20)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #5F595C

#5F595C
(95,89,92)
#6D686A
(109,104,106)
#7B7778
(123,119,120)
#898686
(137,134,134)
#979594
(151,149,148)
#A5A4A2
(165,164,162)
#B3B3B0
(179,179,176)
#C1C2BE
(193,194,190)
#CFD1CC
(207,209,204)
#DDE0DA
(221,224,218)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F595C; }

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

This text font color is #5F595C.


Background Color

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

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

This div background color is #5F595C.


Border color

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

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

This div border color is #5F595C.


Opacity

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

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

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

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

This text has shadow with #5F595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F595C on black background.


Color preview on white background

This text has color #5F595C on white background.



Black color preview on #5F595C background

This text has black color on #5F595C background.


White color preview on #5F595C background

This text has white color on #5F595C background.