COLOR #5F474F

HEX: #5F474F
RGB: (95,71,79)

Color info

#5F474F contains red, green and blue colors in about the same proportion. Web safe color of #5F474F is #663366 (or #636).

RGB color model

#5F474F color RGB value is (95,71,79).

  • red value is 95;
  • green value is 71;
  • blue value is 79.
RGB:
(95,71,79)
(37%,28%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 71 of 255 = 28%
B 79 of 255 = 31%

95
71
79

R + G + B ~ 32%. #5F474F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 71 + 79 = 245 (100%)
R 95 of 245 ~ 38.78%
G 71 of 245 ~ 28.98%
B 79 of 245 ~ 32.24%

%38.78
%28.98
%32.24

CMYK color model

#5F474F color CMYK value is (0,25,17,63).

  • cyan value is 0.00%
  • magenta value is 25.26%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(0,25,17,63)
C0M25Y17K63 
(0%,25%,17%,63%)
(0.00/0.25/0.17/0.63)	

CMYK percentages

%0
%25.26
%16.84
%62.75

Codes

Color #5F474F in popluar color models

5F474F
RGB957179
HSL340°14.46%32.55%
HSB/HSV340°25.26%37.25%
CMYK0.00%25.26%16.84%
62.75%

Color #5F474F in popluar number systems.

HEX5F474F
Decimal957179
Binary101111110001111001111
Octal137107117

Shades and tints

Shades of #5F474F

#5F474F
(95,71,79)
#574148
(87,65,72)
#4F3B41
(79,59,65)
#47353A
(71,53,58)
#3F2F33
(63,47,51)
#37292C
(55,41,44)
#2F2325
(47,35,37)
#271D1E
(39,29,30)
#1F1717
(31,23,23)
#171110
(23,17,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #5F474F

#5F474F
(95,71,79)
#6D575F
(109,87,95)
#7B676F
(123,103,111)
#89777F
(137,119,127)
#97878F
(151,135,143)
#A5979F
(165,151,159)
#B3A7AF
(179,167,175)
#C1B7BF
(193,183,191)
#CFC7CF
(207,199,207)
#DDD7DF
(221,215,223)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F474F color. Also use rgb(95,71,79) instead hex code.

Text Font Color

.myTextColor { color: #5F474F; }

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

This text font color is #5F474F.


Background Color

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

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

This div background color is #5F474F.


Border color

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

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

This div border color is #5F474F.


Opacity

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

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

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

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

This text has shadow with #5F474F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F474F on black background.


Color preview on white background

This text has color #5F474F on white background.



Black color preview on #5F474F background

This text has black color on #5F474F background.


White color preview on #5F474F background

This text has white color on #5F474F background.