COLOR #5F4A3F

HEX: #5F4A3F
RGB: (95,74,63)

Color info

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

RGB color model

#5F4A3F color RGB value is (95,74,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 63 of 255 = 25%

95
74
63

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

Portions of RGB colors in percentages

R + G + B =
95 + 74 + 63 = 232 (100%)
R 95 of 232 ~ 40.95%
G 74 of 232 ~ 31.9%
B 63 of 232 ~ 27.16%

%40.95
%31.9
%27.16

CMYK color model

#5F4A3F color CMYK value is (0,22,34,63).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 33.68%
  • key color value is 62.75%
CMYK:
(0,22,34,63)
C0M22Y34K63 
(0%,22%,34%,63%)
(0.00/0.22/0.34/0.63)	

CMYK percentages

%0
%22.11
%33.68
%62.75

Codes

Color #5F4A3F in popluar color models

5F4A3F
RGB957463
HSL21°20.25%30.98%
HSB/HSV21°33.68%37.25%
CMYK0.00%22.11%33.68%
62.75%

Color #5F4A3F in popluar number systems.

HEX5F4A3F
Decimal957463
Binary10111111001010111111
Octal13711277

Shades and tints

Shades of #5F4A3F

#5F4A3F
(95,74,63)
#57443A
(87,68,58)
#4F3E35
(79,62,53)
#473830
(71,56,48)
#3F322B
(63,50,43)
#372C26
(55,44,38)
#2F2621
(47,38,33)
#27201C
(39,32,28)
#1F1A17
(31,26,23)
#171412
(23,20,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #5F4A3F

#5F4A3F
(95,74,63)
#6D5A50
(109,90,80)
#7B6A61
(123,106,97)
#897A72
(137,122,114)
#978A83
(151,138,131)
#A59A94
(165,154,148)
#B3AAA5
(179,170,165)
#C1BAB6
(193,186,182)
#CFCAC7
(207,202,199)
#DDDAD8
(221,218,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4A3F; }

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

This text font color is #5F4A3F.


Background Color

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

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

This div background color is #5F4A3F.


Border color

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

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

This div border color is #5F4A3F.


Opacity

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

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

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

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

This text has shadow with #5F4A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4A3F on black background.


Color preview on white background

This text has color #5F4A3F on white background.



Black color preview on #5F4A3F background

This text has black color on #5F4A3F background.


White color preview on #5F4A3F background

This text has white color on #5F4A3F background.