COLOR #5F4C48

HEX: #5F4C48
RGB: (95,76,72)

Color info

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

RGB color model

#5F4C48 color RGB value is (95,76,72).

  • red value is 95;
  • green value is 76;
  • blue value is 72.
RGB:
(95,76,72)
(37%,30%,28%)

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 72 of 255 = 28%

95
76
72

R + G + B ~ 32%. #5F4C48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 76 + 72 = 243 (100%)
R 95 of 243 ~ 39.09%
G 76 of 243 ~ 31.28%
B 72 of 243 ~ 29.63%

%39.09
%31.28
%29.63

CMYK color model

#5F4C48 color CMYK value is (0,20,24,63).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 24.21%
  • key color value is 62.75%
CMYK:
(0,20,24,63)
C0M20Y24K63 
(0%,20%,24%,63%)
(0.00/0.20/0.24/0.63)	

CMYK percentages

%0
%20
%24.21
%62.75

Codes

Color #5F4C48 in popluar color models

5F4C48
RGB957672
HSL10°13.77%32.75%
HSB/HSV10°24.21%37.25%
CMYK0.00%20.00%24.21%
62.75%

Color #5F4C48 in popluar number systems.

HEX5F4C48
Decimal957672
Binary101111110011001001000
Octal137114110

Shades and tints

Shades of #5F4C48

#5F4C48
(95,76,72)
#574642
(87,70,66)
#4F403C
(79,64,60)
#473A36
(71,58,54)
#3F3430
(63,52,48)
#372E2A
(55,46,42)
#2F2824
(47,40,36)
#27221E
(39,34,30)
#1F1C18
(31,28,24)
#171612
(23,22,18)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #5F4C48

#5F4C48
(95,76,72)
#6D5C58
(109,92,88)
#7B6C68
(123,108,104)
#897C78
(137,124,120)
#978C88
(151,140,136)
#A59C98
(165,156,152)
#B3ACA8
(179,172,168)
#C1BCB8
(193,188,184)
#CFCCC8
(207,204,200)
#DDDCD8
(221,220,216)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4C48 color. Also use rgb(95,76,72) instead hex code.

Text Font Color

.myTextColor { color: #5F4C48; }

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

This text font color is #5F4C48.


Background Color

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

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

This div background color is #5F4C48.


Border color

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

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

This div border color is #5F4C48.


Opacity

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

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

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

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

This text has shadow with #5F4C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4C48 on black background.


Color preview on white background

This text has color #5F4C48 on white background.



Black color preview on #5F4C48 background

This text has black color on #5F4C48 background.


White color preview on #5F4C48 background

This text has white color on #5F4C48 background.