COLOR #5F3C47

HEX: #5F3C47
RGB: (95,60,71)

Color info

#5F3C47 contains red, green and blue colors in about the same proportion. Web safe color of #5F3C47 is #663333 (or #633).

RGB color model

#5F3C47 color RGB value is (95,60,71).

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

RGB channels and saturation

R 95 of 255 = 37%
G 60 of 255 = 24%
B 71 of 255 = 28%

95
60
71

R + G + B ~ 30%. #5F3C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 60 + 71 = 226 (100%)
R 95 of 226 ~ 42.04%
G 60 of 226 ~ 26.55%
B 71 of 226 ~ 31.42%

%42.04
%26.55
%31.42

CMYK color model

#5F3C47 color CMYK value is (0,37,25,63).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 25.26%
  • key color value is 62.75%
CMYK:
(0,37,25,63)
C0M37Y25K63 
(0%,37%,25%,63%)
(0.00/0.37/0.25/0.63)	

CMYK percentages

%0
%36.84
%25.26
%62.75

Codes

Color #5F3C47 in popluar color models

5F3C47
RGB956071
HSL341°22.58%30.39%
HSB/HSV341°36.84%37.25%
CMYK0.00%36.84%25.26%
62.75%

Color #5F3C47 in popluar number systems.

HEX5F3C47
Decimal956071
Binary10111111111001000111
Octal13774107

Shades and tints

Shades of #5F3C47

#5F3C47
(95,60,71)
#573741
(87,55,65)
#4F323B
(79,50,59)
#472D35
(71,45,53)
#3F282F
(63,40,47)
#372329
(55,35,41)
#2F1E23
(47,30,35)
#27191D
(39,25,29)
#1F1417
(31,20,23)
#170F11
(23,15,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #5F3C47

#5F3C47
(95,60,71)
#6D4D57
(109,77,87)
#7B5E67
(123,94,103)
#896F77
(137,111,119)
#978087
(151,128,135)
#A59197
(165,145,151)
#B3A2A7
(179,162,167)
#C1B3B7
(193,179,183)
#CFC4C7
(207,196,199)
#DDD5D7
(221,213,215)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3C47; }

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

This text font color is #5F3C47.


Background Color

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

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

This div background color is #5F3C47.


Border color

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

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

This div border color is #5F3C47.


Opacity

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

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

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

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

This text has shadow with #5F3C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3C47 on black background.


Color preview on white background

This text has color #5F3C47 on white background.



Black color preview on #5F3C47 background

This text has black color on #5F3C47 background.


White color preview on #5F3C47 background

This text has white color on #5F3C47 background.