COLOR #5F4F50

HEX: #5F4F50
RGB: (95,79,80)

Color info

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

RGB color model

#5F4F50 color RGB value is (95,79,80).

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

RGB channels and saturation

R 95 of 255 = 37%
G 79 of 255 = 31%
B 80 of 255 = 31%

95
79
80

R + G + B ~ 33%. #5F4F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 80 = 254 (100%)
R 95 of 254 ~ 37.4%
G 79 of 254 ~ 31.1%
B 80 of 254 ~ 31.5%

%37.4
%31.1
%31.5

CMYK color model

#5F4F50 color CMYK value is (0,17,16,63).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 15.79%
  • key color value is 62.75%
CMYK:
(0,17,16,63)
C0M17Y16K63 
(0%,17%,16%,63%)
(0.00/0.17/0.16/0.63)	

CMYK percentages

%0
%16.84
%15.79
%62.75

Codes

Color #5F4F50 in popluar color models

5F4F50
RGB957980
HSL356°9.20%34.12%
HSB/HSV356°16.84%37.25%
CMYK0.00%16.84%15.79%
62.75%

Color #5F4F50 in popluar number systems.

HEX5F4F50
Decimal957980
Binary101111110011111010000
Octal137117120

Shades and tints

Shades of #5F4F50

#5F4F50
(95,79,80)
#574849
(87,72,73)
#4F4142
(79,65,66)
#473A3B
(71,58,59)
#3F3334
(63,51,52)
#372C2D
(55,44,45)
#2F2526
(47,37,38)
#271E1F
(39,30,31)
#1F1718
(31,23,24)
#171011
(23,16,17)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #5F4F50

#5F4F50
(95,79,80)
#6D5F5F
(109,95,95)
#7B6F6E
(123,111,110)
#897F7D
(137,127,125)
#978F8C
(151,143,140)
#A59F9B
(165,159,155)
#B3AFAA
(179,175,170)
#C1BFB9
(193,191,185)
#CFCFC8
(207,207,200)
#DDDFD7
(221,223,215)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4F50; }

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

This text font color is #5F4F50.


Background Color

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

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

This div background color is #5F4F50.


Border color

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

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

This div border color is #5F4F50.


Opacity

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

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

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

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

This text has shadow with #5F4F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F50 on black background.


Color preview on white background

This text has color #5F4F50 on white background.



Black color preview on #5F4F50 background

This text has black color on #5F4F50 background.


White color preview on #5F4F50 background

This text has white color on #5F4F50 background.