COLOR #5F4E31

HEX: #5F4E31
RGB: (95,78,49)

Color info

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

RGB color model

#5F4E31 color RGB value is (95,78,49).

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

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 49 of 255 = 19%

95
78
49

R + G + B ~ 29%. #5F4E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 49 = 222 (100%)
R 95 of 222 ~ 42.79%
G 78 of 222 ~ 35.14%
B 49 of 222 ~ 22.07%

%42.79
%35.14
%22.07

CMYK color model

#5F4E31 color CMYK value is (0,18,48,63).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 48.42%
  • key color value is 62.75%
CMYK:
(0,18,48,63)
C0M18Y48K63 
(0%,18%,48%,63%)
(0.00/0.18/0.48/0.63)	

CMYK percentages

%0
%17.89
%48.42
%62.75

Codes

Color #5F4E31 in popluar color models

5F4E31
RGB957849
HSL38°31.94%28.24%
HSB/HSV38°48.42%37.25%
CMYK0.00%17.89%48.42%
62.75%

Color #5F4E31 in popluar number systems.

HEX5F4E31
Decimal957849
Binary10111111001110110001
Octal13711661

Shades and tints

Shades of #5F4E31

#5F4E31
(95,78,49)
#57472D
(87,71,45)
#4F4029
(79,64,41)
#473925
(71,57,37)
#3F3221
(63,50,33)
#372B1D
(55,43,29)
#2F2419
(47,36,25)
#271D15
(39,29,21)
#1F1611
(31,22,17)
#170F0D
(23,15,13)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #5F4E31

#5F4E31
(95,78,49)
#6D5E43
(109,94,67)
#7B6E55
(123,110,85)
#897E67
(137,126,103)
#978E79
(151,142,121)
#A59E8B
(165,158,139)
#B3AE9D
(179,174,157)
#C1BEAF
(193,190,175)
#CFCEC1
(207,206,193)
#DDDED3
(221,222,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E31; }

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

This text font color is #5F4E31.


Background Color

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

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

This div background color is #5F4E31.


Border color

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

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

This div border color is #5F4E31.


Opacity

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

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

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

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

This text has shadow with #5F4E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E31 on black background.


Color preview on white background

This text has color #5F4E31 on white background.



Black color preview on #5F4E31 background

This text has black color on #5F4E31 background.


White color preview on #5F4E31 background

This text has white color on #5F4E31 background.