COLOR #5F4C51

HEX: #5F4C51
RGB: (95,76,81)

Color info

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

RGB color model

#5F4C51 color RGB value is (95,76,81).

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

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 81 of 255 = 32%

95
76
81

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

Portions of RGB colors in percentages

R + G + B =
95 + 76 + 81 = 252 (100%)
R 95 of 252 ~ 37.7%
G 76 of 252 ~ 30.16%
B 81 of 252 ~ 32.14%

%37.7
%30.16
%32.14

CMYK color model

#5F4C51 color CMYK value is (0,20,15,63).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 14.74%
  • key color value is 62.75%
CMYK:
(0,20,15,63)
C0M20Y15K63 
(0%,20%,15%,63%)
(0.00/0.20/0.15/0.63)	

CMYK percentages

%0
%20
%14.74
%62.75

Codes

Color #5F4C51 in popluar color models

5F4C51
RGB957681
HSL344°11.11%33.53%
HSB/HSV344°20.00%37.25%
CMYK0.00%20.00%14.74%
62.75%

Color #5F4C51 in popluar number systems.

HEX5F4C51
Decimal957681
Binary101111110011001010001
Octal137114121

Shades and tints

Shades of #5F4C51

#5F4C51
(95,76,81)
#57464A
(87,70,74)
#4F4043
(79,64,67)
#473A3C
(71,58,60)
#3F3435
(63,52,53)
#372E2E
(55,46,46)
#2F2827
(47,40,39)
#272220
(39,34,32)
#1F1C19
(31,28,25)
#171612
(23,22,18)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #5F4C51

#5F4C51
(95,76,81)
#6D5C60
(109,92,96)
#7B6C6F
(123,108,111)
#897C7E
(137,124,126)
#978C8D
(151,140,141)
#A59C9C
(165,156,156)
#B3ACAB
(179,172,171)
#C1BCBA
(193,188,186)
#CFCCC9
(207,204,201)
#DDDCD8
(221,220,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4C51; }

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

This text font color is #5F4C51.


Background Color

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

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

This div background color is #5F4C51.


Border color

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

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

This div border color is #5F4C51.


Opacity

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

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

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

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

This text has shadow with #5F4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4C51 on black background.


Color preview on white background

This text has color #5F4C51 on white background.



Black color preview on #5F4C51 background

This text has black color on #5F4C51 background.


White color preview on #5F4C51 background

This text has white color on #5F4C51 background.