COLOR #5F4E4C

HEX: #5F4E4C RGB: (95,78,76)

Color info

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

RGB color model

#5F4E4C color RGB value is (95,78,76).

RGB: (95,78,76) (37%, 31%, 30%)

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 76 of 255 = 30%

95
78
76

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

Portions of RGB colors in percentages

R + G + B = 95 + 78 + 76 = 249 (100%)
R 95 of 249 ~ 38.15%
G 78 of 249 ~ 31.33%
B 76 of 249 ~ 30.52'%

%38.15
%31.33
%30.52

CMYK color model

#5F4E4C color CMYK value is (0,18,20,63).

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

CMYK: (0,18,20,63)
C0M18Y20K63 (0%, 18%, 20%, 63%)
(0.00 / 0.18 / 0.20 / 0.63)

CMYK percentages

%0
%17.89
%20
%62.75

Codes

Color #5F4E4C in popluar color models

5F 4E 4C
RGB 95 78 76
HSL 11.11% 33.53%
HSB/HSV 20.00% 37.25%
CMYK 0.00% 17.89% 20.00%
62.75%

Color #5F4E4C in popluar number systems.

HEX 5F 4E 4C
Decimal 95 78 76
Binary 1011111 1001110 1001100
Octal 137 116 114

Shades and tints

Shades of #5F4E4C

#5F4E4C
(95,78,76)
#574746
(87,71,70)
#4F4040
(79,64,64)
#47393A
(71,57,58)
#3F3234
(63,50,52)
#372B2E
(55,43,46)
#2F2428
(47,36,40)
#271D22
(39,29,34)
#1F161C
(31,22,28)
#170F16
(23,15,22)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #5F4E4C

#5F4E4C
(95,78,76)
#6D5E5C
(109,94,92)
#7B6E6C
(123,110,108)
#897E7C
(137,126,124)
#978E8C
(151,142,140)
#A59E9C
(165,158,156)
#B3AEAC
(179,174,172)
#C1BEBC
(193,190,188)
#CFCECC
(207,206,204)
#DDDEDC
(221,222,220)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E4C; }

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

This text font color is #5F4E4C.

Background Color

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

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

This div background color is #5F4E4C.

Border color

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

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

This div border color is #5F4E4C.

Opacity

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

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

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

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

This text has shadow with #5F4E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4E4C.

Preview

Color preview on black background

This text has color #5F4E4C on black background.


Color preview on white background

This text has color #5F4E4C on white background.


Black color preview on #5F4E4C background

This text has black color on #5F4E4C background.


White color preview on #5F4E4C background

This text has white color on #5F4E4C background.


Related colors

Complementary color

Complementary color for #hex is #A0B1B3.


I love getcolorcode.com

Triadic colors

1 #4C5F4E and #4E4C5F with #5F4E4C are triadic colors.

2 #4C4E5F and #4E5F4C with #5F4E4C are triadic colors.