COLOR #5F4E50

HEX: #5F4E50
RGB: (95,78,80)

Color info

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

RGB color model

#5F4E50 color RGB value is (95,78,80).

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

RGB channels and saturation

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

95
78
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 80 = 253 (100%)
R 95 of 253 ~ 37.55%
G 78 of 253 ~ 30.83%
B 80 of 253 ~ 31.62%

%37.55
%30.83
%31.62

CMYK color model

#5F4E50 color CMYK value is (0,18,16,63).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 15.79%
  • key color value is 62.75%
CMYK:
(0,18,16,63)
C0M18Y16K63 
(0%,18%,16%,63%)
(0.00/0.18/0.16/0.63)	

CMYK percentages

%0
%17.89
%15.79
%62.75

Codes

Color #5F4E50 in popluar color models

5F4E50
RGB957880
HSL353°9.83%33.92%
HSB/HSV353°17.89%37.25%
CMYK0.00%17.89%15.79%
62.75%

Color #5F4E50 in popluar number systems.

HEX5F4E50
Decimal957880
Binary101111110011101010000
Octal137116120

Shades and tints

Shades of #5F4E50

#5F4E50
(95,78,80)
#574749
(87,71,73)
#4F4042
(79,64,66)
#47393B
(71,57,59)
#3F3234
(63,50,52)
#372B2D
(55,43,45)
#2F2426
(47,36,38)
#271D1F
(39,29,31)
#1F1618
(31,22,24)
#170F11
(23,15,17)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #5F4E50

#5F4E50
(95,78,80)
#6D5E5F
(109,94,95)
#7B6E6E
(123,110,110)
#897E7D
(137,126,125)
#978E8C
(151,142,140)
#A59E9B
(165,158,155)
#B3AEAA
(179,174,170)
#C1BEB9
(193,190,185)
#CFCEC8
(207,206,200)
#DDDED7
(221,222,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E50; }

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

This text font color is #5F4E50.


Background Color

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

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

This div background color is #5F4E50.


Border color

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

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

This div border color is #5F4E50.


Opacity

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

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

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

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

This text has shadow with #5F4E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E50 on black background.


Color preview on white background

This text has color #5F4E50 on white background.



Black color preview on #5F4E50 background

This text has black color on #5F4E50 background.


White color preview on #5F4E50 background

This text has white color on #5F4E50 background.