COLOR #5F4164

HEX: #5F4164
RGB: (95,65,100)

Color info

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

RGB color model

#5F4164 color RGB value is (95,65,100).

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

RGB channels and saturation

R 95 of 255 = 37%
G 65 of 255 = 25%
B 100 of 255 = 39%

95
65
100

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

Portions of RGB colors in percentages

R + G + B =
95 + 65 + 100 = 260 (100%)
R 95 of 260 ~ 36.54%
G 65 of 260 ~ 25%
B 100 of 260 ~ 38.46%

%36.54
%25
%38.46

CMYK color model

#5F4164 color CMYK value is (5,35,0,61).

  • cyan value is 5.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(5,35,0,61)
C5M35Y0K61 
(5%,35%,0%,61%)
(0.05/0.35/0.00/0.61)	

CMYK percentages

%5
%35
%0
%60.78

Codes

Color #5F4164 in popluar color models

5F4164
RGB9565100
HSL291°21.21%32.35%
HSB/HSV291°35.00%39.22%
CMYK5.00%35.00%0.00%
60.78%

Color #5F4164 in popluar number systems.

HEX5F4164
Decimal9565100
Binary101111110000011100100
Octal137101144

Shades and tints

Shades of #5F4164

#5F4164
(95,65,100)
#573C5B
(87,60,91)
#4F3752
(79,55,82)
#473249
(71,50,73)
#3F2D40
(63,45,64)
#372837
(55,40,55)
#2F232E
(47,35,46)
#271E25
(39,30,37)
#1F191C
(31,25,28)
#171413
(23,20,19)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F4164

#5F4164
(95,65,100)
#6D5272
(109,82,114)
#7B6380
(123,99,128)
#89748E
(137,116,142)
#97859C
(151,133,156)
#A596AA
(165,150,170)
#B3A7B8
(179,167,184)
#C1B8C6
(193,184,198)
#CFC9D4
(207,201,212)
#DDDAE2
(221,218,226)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4164; }

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

This text font color is #5F4164.


Background Color

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

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

This div background color is #5F4164.


Border color

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

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

This div border color is #5F4164.


Opacity

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

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

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

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

This text has shadow with #5F4164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4164 on black background.


Color preview on white background

This text has color #5F4164 on white background.



Black color preview on #5F4164 background

This text has black color on #5F4164 background.


White color preview on #5F4164 background

This text has white color on #5F4164 background.