COLOR #5F4E54

HEX: #5F4E54
RGB: (95,78,84)

Color info

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

RGB color model

#5F4E54 color RGB value is (95,78,84).

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

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 84 of 255 = 33%

95
78
84

R + G + B ~ 34%. #5F4E54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 84 = 257 (100%)
R 95 of 257 ~ 36.96%
G 78 of 257 ~ 30.35%
B 84 of 257 ~ 32.68%

%36.96
%30.35
%32.68

CMYK color model

#5F4E54 color CMYK value is (0,18,12,63).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 11.58%
  • key color value is 62.75%
CMYK:
(0,18,12,63)
C0M18Y12K63 
(0%,18%,12%,63%)
(0.00/0.18/0.12/0.63)	

CMYK percentages

%0
%17.89
%11.58
%62.75

Codes

Color #5F4E54 in popluar color models

5F4E54
RGB957884
HSL339°9.83%33.92%
HSB/HSV339°17.89%37.25%
CMYK0.00%17.89%11.58%
62.75%

Color #5F4E54 in popluar number systems.

HEX5F4E54
Decimal957884
Binary101111110011101010100
Octal137116124

Shades and tints

Shades of #5F4E54

#5F4E54
(95,78,84)
#57474D
(87,71,77)
#4F4046
(79,64,70)
#47393F
(71,57,63)
#3F3238
(63,50,56)
#372B31
(55,43,49)
#2F242A
(47,36,42)
#271D23
(39,29,35)
#1F161C
(31,22,28)
#170F15
(23,15,21)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #5F4E54

#5F4E54
(95,78,84)
#6D5E63
(109,94,99)
#7B6E72
(123,110,114)
#897E81
(137,126,129)
#978E90
(151,142,144)
#A59E9F
(165,158,159)
#B3AEAE
(179,174,174)
#C1BEBD
(193,190,189)
#CFCECC
(207,206,204)
#DDDEDB
(221,222,219)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E54; }

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

This text font color is #5F4E54.


Background Color

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

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

This div background color is #5F4E54.


Border color

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

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

This div border color is #5F4E54.


Opacity

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

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

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

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

This text has shadow with #5F4E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E54 on black background.


Color preview on white background

This text has color #5F4E54 on white background.



Black color preview on #5F4E54 background

This text has black color on #5F4E54 background.


White color preview on #5F4E54 background

This text has white color on #5F4E54 background.