COLOR #5F4F4D

HEX: #5F4F4D
RGB: (95,79,77)

Color info

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

RGB color model

#5F4F4D color RGB value is (95,79,77).

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

RGB channels and saturation

R 95 of 255 = 37%
G 79 of 255 = 31%
B 77 of 255 = 30%

95
79
77

R + G + B ~ 33%. #5F4F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 77 = 251 (100%)
R 95 of 251 ~ 37.85%
G 79 of 251 ~ 31.47%
B 77 of 251 ~ 30.68%

%37.85
%31.47
%30.68

CMYK color model

#5F4F4D color CMYK value is (0,17,19,63).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(0,17,19,63)
C0M17Y19K63 
(0%,17%,19%,63%)
(0.00/0.17/0.19/0.63)	

CMYK percentages

%0
%16.84
%18.95
%62.75

Codes

Color #5F4F4D in popluar color models

5F4F4D
RGB957977
HSL10.47%33.73%
HSB/HSV18.95%37.25%
CMYK0.00%16.84%18.95%
62.75%

Color #5F4F4D in popluar number systems.

HEX5F4F4D
Decimal957977
Binary101111110011111001101
Octal137117115

Shades and tints

Shades of #5F4F4D

#5F4F4D
(95,79,77)
#574846
(87,72,70)
#4F413F
(79,65,63)
#473A38
(71,58,56)
#3F3331
(63,51,49)
#372C2A
(55,44,42)
#2F2523
(47,37,35)
#271E1C
(39,30,28)
#1F1715
(31,23,21)
#17100E
(23,16,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #5F4F4D

#5F4F4D
(95,79,77)
#6D5F5D
(109,95,93)
#7B6F6D
(123,111,109)
#897F7D
(137,127,125)
#978F8D
(151,143,141)
#A59F9D
(165,159,157)
#B3AFAD
(179,175,173)
#C1BFBD
(193,191,189)
#CFCFCD
(207,207,205)
#DDDFDD
(221,223,221)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4F4D; }

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

This text font color is #5F4F4D.


Background Color

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

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

This div background color is #5F4F4D.


Border color

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

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

This div border color is #5F4F4D.


Opacity

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

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

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

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

This text has shadow with #5F4F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F4D on black background.


Color preview on white background

This text has color #5F4F4D on white background.



Black color preview on #5F4F4D background

This text has black color on #5F4F4D background.


White color preview on #5F4F4D background

This text has white color on #5F4F4D background.