COLOR #5F4D4C

HEX: #5F4D4C RGB: (95,77,76)

Color info

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

RGB color model

#5F4D4C color RGB value is (95,77,76).

RGB: (95,77,76) (37%, 30%, 30%)

RGB channels and saturation

R 95 of 255 = 37%
G 77 of 255 = 30%
B 76 of 255 = 30%

95
77
76

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

Portions of RGB colors in percentages

R + G + B = 95 + 77 + 76 = 248 (100%)
R 95 of 248 ~ 38.31%
G 77 of 248 ~ 31.05%
B 76 of 248 ~ 30.65'%

%38.31
%31.05
%30.65

CMYK color model

#5F4D4C color CMYK value is (0,19,20,63).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 20.00%
  • key color value is 62.75%

CMYK: (0,19,20,63)
C0M19Y20K63 (0%, 19%, 20%, 63%)
(0.00 / 0.19 / 0.20 / 0.63)

CMYK percentages

%0
%18.95
%20
%62.75

Codes

Color #5F4D4C in popluar color models

5F 4D 4C
RGB 95 77 76
HSL 11.11% 33.53%
HSB/HSV 20.00% 37.25%
CMYK 0.00% 18.95% 20.00%
62.75%

Color #5F4D4C in popluar number systems.

HEX 5F 4D 4C
Decimal 95 77 76
Binary 1011111 1001101 1001100
Octal 137 115 114

Shades and tints

Shades of #5F4D4C

#5F4D4C
(95,77,76)
#574646
(87,70,70)
#4F3F40
(79,63,64)
#47383A
(71,56,58)
#3F3134
(63,49,52)
#372A2E
(55,42,46)
#2F2328
(47,35,40)
#271C22
(39,28,34)
#1F151C
(31,21,28)
#170E16
(23,14,22)
#0F0710
(15,7,16)
#000000
(0,0,0)

Tints of #5F4D4C

#5F4D4C
(95,77,76)
#6D5D5C
(109,93,92)
#7B6D6C
(123,109,108)
#897D7C
(137,125,124)
#978D8C
(151,141,140)
#A59D9C
(165,157,156)
#B3ADAC
(179,173,172)
#C1BDBC
(193,189,188)
#CFCDCC
(207,205,204)
#DDDDDC
(221,221,220)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4D4C; }

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

This text font color is #5F4D4C.

Background Color

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

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

This div background color is #5F4D4C.

Border color

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

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

This div border color is #5F4D4C.

Opacity

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

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

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

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

This text has shadow with #5F4D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4D4C.

Preview

Color preview on black background

This text has color #5F4D4C on black background.


Color preview on white background

This text has color #5F4D4C on white background.


Black color preview on #5F4D4C background

This text has black color on #5F4D4C background.


White color preview on #5F4D4C background

This text has white color on #5F4D4C background.


Related colors

Complementary color

Complementary color for #hex is #A0B2B3.


I love getcolorcode.com

Triadic colors

1 #4C5F4D and #4D4C5F with #5F4D4C are triadic colors.

2 #4C4D5F and #4D5F4C with #5F4D4C are triadic colors.