COLOR #5F4F61

HEX: #5F4F61
RGB: (95,79,97)

Color info

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

RGB color model

#5F4F61 color RGB value is (95,79,97).

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

RGB channels and saturation

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

95
79
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 97 = 271 (100%)
R 95 of 271 ~ 35.06%
G 79 of 271 ~ 29.15%
B 97 of 271 ~ 35.79%

%35.06
%29.15
%35.79

CMYK color model

#5F4F61 color CMYK value is (2,19,0,62).

  • cyan value is 2.06%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(2,19,0,62)
C2M19Y0K62 
(2%,19%,0%,62%)
(0.02/0.19/0.00/0.62)	

CMYK percentages

%2.06
%18.56
%0
%61.96

Codes

Color #5F4F61 in popluar color models

5F4F61
RGB957997
HSL293°10.23%34.51%
HSB/HSV293°18.56%38.04%
CMYK2.06%18.56%0.00%
61.96%

Color #5F4F61 in popluar number systems.

HEX5F4F61
Decimal957997
Binary101111110011111100001
Octal137117141

Shades and tints

Shades of #5F4F61

#5F4F61
(95,79,97)
#574859
(87,72,89)
#4F4151
(79,65,81)
#473A49
(71,58,73)
#3F3341
(63,51,65)
#372C39
(55,44,57)
#2F2531
(47,37,49)
#271E29
(39,30,41)
#1F1721
(31,23,33)
#171019
(23,16,25)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #5F4F61

#5F4F61
(95,79,97)
#6D5F6F
(109,95,111)
#7B6F7D
(123,111,125)
#897F8B
(137,127,139)
#978F99
(151,143,153)
#A59FA7
(165,159,167)
#B3AFB5
(179,175,181)
#C1BFC3
(193,191,195)
#CFCFD1
(207,207,209)
#DDDFDF
(221,223,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4F61; }

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

This text font color is #5F4F61.


Background Color

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

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

This div background color is #5F4F61.


Border color

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

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

This div border color is #5F4F61.


Opacity

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

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

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

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

This text has shadow with #5F4F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F61 on black background.


Color preview on white background

This text has color #5F4F61 on white background.



Black color preview on #5F4F61 background

This text has black color on #5F4F61 background.


White color preview on #5F4F61 background

This text has white color on #5F4F61 background.