COLOR #5F5A4E

HEX: #5F5A4E
RGB: (95,90,78)

Color info

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

RGB color model

#5F5A4E color RGB value is (95,90,78).

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

RGB channels and saturation

R 95 of 255 = 37%
G 90 of 255 = 35%
B 78 of 255 = 31%

95
90
78

R + G + B ~ 34%. #5F5A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 90 + 78 = 263 (100%)
R 95 of 263 ~ 36.12%
G 90 of 263 ~ 34.22%
B 78 of 263 ~ 29.66%

%36.12
%34.22
%29.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(0,5,18,63)
C0M5Y18K63 
(0%,5%,18%,63%)
(0.00/0.05/0.18/0.63)	

CMYK percentages

%0
%5.26
%17.89
%62.75

Codes

Color #5F5A4E in popluar color models

5F5A4E
RGB959078
HSL42°9.83%33.92%
HSB/HSV42°17.89%37.25%
CMYK0.00%5.26%17.89%
62.75%

Color #5F5A4E in popluar number systems.

HEX5F5A4E
Decimal959078
Binary101111110110101001110
Octal137132116

Shades and tints

Shades of #5F5A4E

#5F5A4E
(95,90,78)
#575247
(87,82,71)
#4F4A40
(79,74,64)
#474239
(71,66,57)
#3F3A32
(63,58,50)
#37322B
(55,50,43)
#2F2A24
(47,42,36)
#27221D
(39,34,29)
#1F1A16
(31,26,22)
#17120F
(23,18,15)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #5F5A4E

#5F5A4E
(95,90,78)
#6D695E
(109,105,94)
#7B786E
(123,120,110)
#89877E
(137,135,126)
#97968E
(151,150,142)
#A5A59E
(165,165,158)
#B3B4AE
(179,180,174)
#C1C3BE
(193,195,190)
#CFD2CE
(207,210,206)
#DDE1DE
(221,225,222)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5A4E; }

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

This text font color is #5F5A4E.


Background Color

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

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

This div background color is #5F5A4E.


Border color

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

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

This div border color is #5F5A4E.


Opacity

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

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

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

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

This text has shadow with #5F5A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5A4E on black background.


Color preview on white background

This text has color #5F5A4E on white background.



Black color preview on #5F5A4E background

This text has black color on #5F5A4E background.


White color preview on #5F5A4E background

This text has white color on #5F5A4E background.