COLOR #5F5147

HEX: #5F5147
RGB: (95,81,71)

Color info

#5F5147 contains red, green and blue colors in about the same proportion. Web safe color of #5F5147 is #666633 (or #663).

RGB color model

#5F5147 color RGB value is (95,81,71).

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

RGB channels and saturation

R 95 of 255 = 37%
G 81 of 255 = 32%
B 71 of 255 = 28%

95
81
71

R + G + B ~ 32%. #5F5147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 81 + 71 = 247 (100%)
R 95 of 247 ~ 38.46%
G 81 of 247 ~ 32.79%
B 71 of 247 ~ 28.74%

%38.46
%32.79
%28.74

CMYK color model

#5F5147 color CMYK value is (0,15,25,63).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 25.26%
  • key color value is 62.75%
CMYK:
(0,15,25,63)
C0M15Y25K63 
(0%,15%,25%,63%)
(0.00/0.15/0.25/0.63)	

CMYK percentages

%0
%14.74
%25.26
%62.75

Codes

Color #5F5147 in popluar color models

5F5147
RGB958171
HSL25°14.46%32.55%
HSB/HSV25°25.26%37.25%
CMYK0.00%14.74%25.26%
62.75%

Color #5F5147 in popluar number systems.

HEX5F5147
Decimal958171
Binary101111110100011000111
Octal137121107

Shades and tints

Shades of #5F5147

#5F5147
(95,81,71)
#574A41
(87,74,65)
#4F433B
(79,67,59)
#473C35
(71,60,53)
#3F352F
(63,53,47)
#372E29
(55,46,41)
#2F2723
(47,39,35)
#27201D
(39,32,29)
#1F1917
(31,25,23)
#171211
(23,18,17)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #5F5147

#5F5147
(95,81,71)
#6D6057
(109,96,87)
#7B6F67
(123,111,103)
#897E77
(137,126,119)
#978D87
(151,141,135)
#A59C97
(165,156,151)
#B3ABA7
(179,171,167)
#C1BAB7
(193,186,183)
#CFC9C7
(207,201,199)
#DDD8D7
(221,216,215)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5147; }

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

This text font color is #5F5147.


Background Color

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

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

This div background color is #5F5147.


Border color

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

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

This div border color is #5F5147.


Opacity

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

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

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

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

This text has shadow with #5F5147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5147 on black background.


Color preview on white background

This text has color #5F5147 on white background.



Black color preview on #5F5147 background

This text has black color on #5F5147 background.


White color preview on #5F5147 background

This text has white color on #5F5147 background.