COLOR #5F4964

HEX: #5F4964
RGB: (95,73,100)

Color info

#5F4964 contains red, green and blue colors in about the same proportion. Web safe color of #5F4964 is #663366 (or #636).

RGB color model

#5F4964 color RGB value is (95,73,100).

  • red value is 95;
  • green value is 73;
  • blue value is 100.
RGB:
(95,73,100)
(37%,29%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 100 of 255 = 39%

95
73
100

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

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 100 = 268 (100%)
R 95 of 268 ~ 35.45%
G 73 of 268 ~ 27.24%
B 100 of 268 ~ 37.31%

%35.45
%27.24
%37.31

CMYK color model

#5F4964 color CMYK value is (5,27,0,61).

  • cyan value is 5.00%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(5,27,0,61)
C5M27Y0K61 
(5%,27%,0%,61%)
(0.05/0.27/0.00/0.61)	

CMYK percentages

%5
%27
%0
%60.78

Codes

Color #5F4964 in popluar color models

5F4964
RGB9573100
HSL289°15.61%33.92%
HSB/HSV289°27.00%39.22%
CMYK5.00%27.00%0.00%
60.78%

Color #5F4964 in popluar number systems.

HEX5F4964
Decimal9573100
Binary101111110010011100100
Octal137111144

Shades and tints

Shades of #5F4964

#5F4964
(95,73,100)
#57435B
(87,67,91)
#4F3D52
(79,61,82)
#473749
(71,55,73)
#3F3140
(63,49,64)
#372B37
(55,43,55)
#2F252E
(47,37,46)
#271F25
(39,31,37)
#1F191C
(31,25,28)
#171313
(23,19,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F4964

#5F4964
(95,73,100)
#6D5972
(109,89,114)
#7B6980
(123,105,128)
#89798E
(137,121,142)
#97899C
(151,137,156)
#A599AA
(165,153,170)
#B3A9B8
(179,169,184)
#C1B9C6
(193,185,198)
#CFC9D4
(207,201,212)
#DDD9E2
(221,217,226)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4964 color. Also use rgb(95,73,100) instead hex code.

Text Font Color

.myTextColor { color: #5F4964; }

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

This text font color is #5F4964.


Background Color

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

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

This div background color is #5F4964.


Border color

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

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

This div border color is #5F4964.


Opacity

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

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

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

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

This text has shadow with #5F4964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4964 on black background.


Color preview on white background

This text has color #5F4964 on white background.



Black color preview on #5F4964 background

This text has black color on #5F4964 background.


White color preview on #5F4964 background

This text has white color on #5F4964 background.