COLOR #5F5B4E

HEX: #5F5B4E
RGB: (95,91,78)

Color info

#5F5B4E contains red, green and blue colors in about the same proportion. Web safe color of #5F5B4E is #666666 (or #666).

RGB color model

#5F5B4E color RGB value is (95,91,78).

  • red value is 95;
  • green value is 91;
  • blue value is 78.
RGB:
(95,91,78)
(37%,36%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 78 of 255 = 31%

95
91
78

R + G + B ~ 35%. #5F5B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 91 + 78 = 264 (100%)
R 95 of 264 ~ 35.98%
G 91 of 264 ~ 34.47%
B 78 of 264 ~ 29.55%

%35.98
%34.47
%29.55

CMYK color model

#5F5B4E color CMYK value is (0,4,18,63).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(0,4,18,63)
C0M4Y18K63 
(0%,4%,18%,63%)
(0.00/0.04/0.18/0.63)	

CMYK percentages

%0
%4.21
%17.89
%62.75

Codes

Color #5F5B4E in popluar color models

5F5B4E
RGB959178
HSL46°9.83%33.92%
HSB/HSV46°17.89%37.25%
CMYK0.00%4.21%17.89%
62.75%

Color #5F5B4E in popluar number systems.

HEX5F5B4E
Decimal959178
Binary101111110110111001110
Octal137133116

Shades and tints

Shades of #5F5B4E

#5F5B4E
(95,91,78)
#575347
(87,83,71)
#4F4B40
(79,75,64)
#474339
(71,67,57)
#3F3B32
(63,59,50)
#37332B
(55,51,43)
#2F2B24
(47,43,36)
#27231D
(39,35,29)
#1F1B16
(31,27,22)
#17130F
(23,19,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #5F5B4E

#5F5B4E
(95,91,78)
#6D695E
(109,105,94)
#7B776E
(123,119,110)
#89857E
(137,133,126)
#97938E
(151,147,142)
#A5A19E
(165,161,158)
#B3AFAE
(179,175,174)
#C1BDBE
(193,189,190)
#CFCBCE
(207,203,206)
#DDD9DE
(221,217,222)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5B4E; }

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

This text font color is #5F5B4E.


Background Color

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

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

This div background color is #5F5B4E.


Border color

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

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

This div border color is #5F5B4E.


Opacity

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

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

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

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

This text has shadow with #5F5B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5B4E on black background.


Color preview on white background

This text has color #5F5B4E on white background.



Black color preview on #5F5B4E background

This text has black color on #5F5B4E background.


White color preview on #5F5B4E background

This text has white color on #5F5B4E background.