COLOR #5F4E3E

HEX: #5F4E3E
RGB: (95,78,62)

Color info

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

RGB color model

#5F4E3E color RGB value is (95,78,62).

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

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 62 of 255 = 24%

95
78
62

R + G + B ~ 31%. #5F4E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 62 = 235 (100%)
R 95 of 235 ~ 40.43%
G 78 of 235 ~ 33.19%
B 62 of 235 ~ 26.38%

%40.43
%33.19
%26.38

CMYK color model

#5F4E3E color CMYK value is (0,18,35,63).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 34.74%
  • key color value is 62.75%
CMYK:
(0,18,35,63)
C0M18Y35K63 
(0%,18%,35%,63%)
(0.00/0.18/0.35/0.63)	

CMYK percentages

%0
%17.89
%34.74
%62.75

Codes

Color #5F4E3E in popluar color models

5F4E3E
RGB957862
HSL29°21.02%30.78%
HSB/HSV29°34.74%37.25%
CMYK0.00%17.89%34.74%
62.75%

Color #5F4E3E in popluar number systems.

HEX5F4E3E
Decimal957862
Binary10111111001110111110
Octal13711676

Shades and tints

Shades of #5F4E3E

#5F4E3E
(95,78,62)
#574739
(87,71,57)
#4F4034
(79,64,52)
#47392F
(71,57,47)
#3F322A
(63,50,42)
#372B25
(55,43,37)
#2F2420
(47,36,32)
#271D1B
(39,29,27)
#1F1616
(31,22,22)
#170F11
(23,15,17)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #5F4E3E

#5F4E3E
(95,78,62)
#6D5E4F
(109,94,79)
#7B6E60
(123,110,96)
#897E71
(137,126,113)
#978E82
(151,142,130)
#A59E93
(165,158,147)
#B3AEA4
(179,174,164)
#C1BEB5
(193,190,181)
#CFCEC6
(207,206,198)
#DDDED7
(221,222,215)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E3E; }

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

This text font color is #5F4E3E.


Background Color

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

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

This div background color is #5F4E3E.


Border color

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

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

This div border color is #5F4E3E.


Opacity

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

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

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

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

This text has shadow with #5F4E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E3E on black background.


Color preview on white background

This text has color #5F4E3E on white background.



Black color preview on #5F4E3E background

This text has black color on #5F4E3E background.


White color preview on #5F4E3E background

This text has white color on #5F4E3E background.