COLOR #5F4A4F

HEX: #5F4A4F
RGB: (95,74,79)

Color info

#5F4A4F contains red, green and blue colors in about the same proportion. Web safe color of #5F4A4F is #663366 (or #636).

RGB color model

#5F4A4F color RGB value is (95,74,79).

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

RGB channels and saturation

R 95 of 255 = 37%
G 74 of 255 = 29%
B 79 of 255 = 31%

95
74
79

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

Portions of RGB colors in percentages

R + G + B =
95 + 74 + 79 = 248 (100%)
R 95 of 248 ~ 38.31%
G 74 of 248 ~ 29.84%
B 79 of 248 ~ 31.85%

%38.31
%29.84
%31.85

CMYK color model

#5F4A4F color CMYK value is (0,22,17,63).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(0,22,17,63)
C0M22Y17K63 
(0%,22%,17%,63%)
(0.00/0.22/0.17/0.63)	

CMYK percentages

%0
%22.11
%16.84
%62.75

Codes

Color #5F4A4F in popluar color models

5F4A4F
RGB957479
HSL346°12.43%33.14%
HSB/HSV346°22.11%37.25%
CMYK0.00%22.11%16.84%
62.75%

Color #5F4A4F in popluar number systems.

HEX5F4A4F
Decimal957479
Binary101111110010101001111
Octal137112117

Shades and tints

Shades of #5F4A4F

#5F4A4F
(95,74,79)
#574448
(87,68,72)
#4F3E41
(79,62,65)
#47383A
(71,56,58)
#3F3233
(63,50,51)
#372C2C
(55,44,44)
#2F2625
(47,38,37)
#27201E
(39,32,30)
#1F1A17
(31,26,23)
#171410
(23,20,16)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #5F4A4F

#5F4A4F
(95,74,79)
#6D5A5F
(109,90,95)
#7B6A6F
(123,106,111)
#897A7F
(137,122,127)
#978A8F
(151,138,143)
#A59A9F
(165,154,159)
#B3AAAF
(179,170,175)
#C1BABF
(193,186,191)
#CFCACF
(207,202,207)
#DDDADF
(221,218,223)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4A4F; }

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

This text font color is #5F4A4F.


Background Color

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

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

This div background color is #5F4A4F.


Border color

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

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

This div border color is #5F4A4F.


Opacity

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

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

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

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

This text has shadow with #5F4A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4A4F on black background.


Color preview on white background

This text has color #5F4A4F on white background.



Black color preview on #5F4A4F background

This text has black color on #5F4A4F background.


White color preview on #5F4A4F background

This text has white color on #5F4A4F background.