COLOR #5F4E61

HEX: #5F4E61
RGB: (95,78,97)

Color info

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

RGB color model

#5F4E61 color RGB value is (95,78,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 97 of 255 = 38%

95
78
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 97 = 270 (100%)
R 95 of 270 ~ 35.19%
G 78 of 270 ~ 28.89%
B 97 of 270 ~ 35.93%

%35.19
%28.89
%35.93

CMYK color model

#5F4E61 color CMYK value is (2,20,0,62).

  • cyan value is 2.06%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(2,20,0,62)
C2M20Y0K62 
(2%,20%,0%,62%)
(0.02/0.20/0.00/0.62)	

CMYK percentages

%2.06
%19.59
%0
%61.96

Codes

Color #5F4E61 in popluar color models

5F4E61
RGB957897
HSL294°10.86%34.31%
HSB/HSV294°19.59%38.04%
CMYK2.06%19.59%0.00%
61.96%

Color #5F4E61 in popluar number systems.

HEX5F4E61
Decimal957897
Binary101111110011101100001
Octal137116141

Shades and tints

Shades of #5F4E61

#5F4E61
(95,78,97)
#574759
(87,71,89)
#4F4051
(79,64,81)
#473949
(71,57,73)
#3F3241
(63,50,65)
#372B39
(55,43,57)
#2F2431
(47,36,49)
#271D29
(39,29,41)
#1F1621
(31,22,33)
#170F19
(23,15,25)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #5F4E61

#5F4E61
(95,78,97)
#6D5E6F
(109,94,111)
#7B6E7D
(123,110,125)
#897E8B
(137,126,139)
#978E99
(151,142,153)
#A59EA7
(165,158,167)
#B3AEB5
(179,174,181)
#C1BEC3
(193,190,195)
#CFCED1
(207,206,209)
#DDDEDF
(221,222,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E61; }

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

This text font color is #5F4E61.


Background Color

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

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

This div background color is #5F4E61.


Border color

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

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

This div border color is #5F4E61.


Opacity

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

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

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

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

This text has shadow with #5F4E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E61 on black background.


Color preview on white background

This text has color #5F4E61 on white background.



Black color preview on #5F4E61 background

This text has black color on #5F4E61 background.


White color preview on #5F4E61 background

This text has white color on #5F4E61 background.