COLOR #5F4A3B

HEX: #5F4A3B
RGB: (95,74,59)

Color info

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

RGB color model

#5F4A3B color RGB value is (95,74,59).

  • red value is 95;
  • green value is 74;
  • blue value is 59.
RGB:
(95,74,59)
(37%,29%,23%)

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 59 of 255 = 23%

95
74
59

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

Portions of RGB colors in percentages

R + G + B =
95 + 74 + 59 = 228 (100%)
R 95 of 228 ~ 41.67%
G 74 of 228 ~ 32.46%
B 59 of 228 ~ 25.88%

%41.67
%32.46
%25.88

CMYK color model

#5F4A3B color CMYK value is (0,22,38,63).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK:
(0,22,38,63)
C0M22Y38K63 
(0%,22%,38%,63%)
(0.00/0.22/0.38/0.63)	

CMYK percentages

%0
%22.11
%37.89
%62.75

Codes

Color #5F4A3B in popluar color models

5F4A3B
RGB957459
HSL25°23.38%30.20%
HSB/HSV25°37.89%37.25%
CMYK0.00%22.11%37.89%
62.75%

Color #5F4A3B in popluar number systems.

HEX5F4A3B
Decimal957459
Binary10111111001010111011
Octal13711273

Shades and tints

Shades of #5F4A3B

#5F4A3B
(95,74,59)
#574436
(87,68,54)
#4F3E31
(79,62,49)
#47382C
(71,56,44)
#3F3227
(63,50,39)
#372C22
(55,44,34)
#2F261D
(47,38,29)
#272018
(39,32,24)
#1F1A13
(31,26,19)
#17140E
(23,20,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #5F4A3B

#5F4A3B
(95,74,59)
#6D5A4C
(109,90,76)
#7B6A5D
(123,106,93)
#897A6E
(137,122,110)
#978A7F
(151,138,127)
#A59A90
(165,154,144)
#B3AAA1
(179,170,161)
#C1BAB2
(193,186,178)
#CFCAC3
(207,202,195)
#DDDAD4
(221,218,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4A3B color. Also use rgb(95,74,59) instead hex code.

Text Font Color

.myTextColor { color: #5F4A3B; }

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

This text font color is #5F4A3B.


Background Color

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

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

This div background color is #5F4A3B.


Border color

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

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

This div border color is #5F4A3B.


Opacity

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

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

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

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

This text has shadow with #5F4A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4A3B on black background.


Color preview on white background

This text has color #5F4A3B on white background.



Black color preview on #5F4A3B background

This text has black color on #5F4A3B background.


White color preview on #5F4A3B background

This text has white color on #5F4A3B background.