COLOR #5F4C54

HEX: #5F4C54
RGB: (95,76,84)

Color info

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

RGB color model

#5F4C54 color RGB value is (95,76,84).

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

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 84 of 255 = 33%

95
76
84

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

Portions of RGB colors in percentages

R + G + B =
95 + 76 + 84 = 255 (100%)
R 95 of 255 ~ 37.25%
G 76 of 255 ~ 29.8%
B 84 of 255 ~ 32.94%

%37.25
%29.8
%32.94

CMYK color model

#5F4C54 color CMYK value is (0,20,12,63).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 11.58%
  • key color value is 62.75%
CMYK:
(0,20,12,63)
C0M20Y12K63 
(0%,20%,12%,63%)
(0.00/0.20/0.12/0.63)	

CMYK percentages

%0
%20
%11.58
%62.75

Codes

Color #5F4C54 in popluar color models

5F4C54
RGB957684
HSL335°11.11%33.53%
HSB/HSV335°20.00%37.25%
CMYK0.00%20.00%11.58%
62.75%

Color #5F4C54 in popluar number systems.

HEX5F4C54
Decimal957684
Binary101111110011001010100
Octal137114124

Shades and tints

Shades of #5F4C54

#5F4C54
(95,76,84)
#57464D
(87,70,77)
#4F4046
(79,64,70)
#473A3F
(71,58,63)
#3F3438
(63,52,56)
#372E31
(55,46,49)
#2F282A
(47,40,42)
#272223
(39,34,35)
#1F1C1C
(31,28,28)
#171615
(23,22,21)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F4C54

#5F4C54
(95,76,84)
#6D5C63
(109,92,99)
#7B6C72
(123,108,114)
#897C81
(137,124,129)
#978C90
(151,140,144)
#A59C9F
(165,156,159)
#B3ACAE
(179,172,174)
#C1BCBD
(193,188,189)
#CFCCCC
(207,204,204)
#DDDCDB
(221,220,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4C54; }

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

This text font color is #5F4C54.


Background Color

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

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

This div background color is #5F4C54.


Border color

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

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

This div border color is #5F4C54.


Opacity

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

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

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

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

This text has shadow with #5F4C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4C54 on black background.


Color preview on white background

This text has color #5F4C54 on white background.



Black color preview on #5F4C54 background

This text has black color on #5F4C54 background.


White color preview on #5F4C54 background

This text has white color on #5F4C54 background.