COLOR #5F4965

HEX: #5F4965
RGB: (95,73,101)

Color info

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

RGB color model

#5F4965 color RGB value is (95,73,101).

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

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 101 of 255 = 40%

95
73
101

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

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 101 = 269 (100%)
R 95 of 269 ~ 35.32%
G 73 of 269 ~ 27.14%
B 101 of 269 ~ 37.55%

%35.32
%27.14
%37.55

CMYK color model

#5F4965 color CMYK value is (6,28,0,60).

  • cyan value is 5.94%
  • magenta value is 27.72%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(6,28,0,60)
C6M28Y0K60 
(6%,28%,0%,60%)
(0.06/0.28/0.00/0.60)	

CMYK percentages

%5.94
%27.72
%0
%60.39

Codes

Color #5F4965 in popluar color models

5F4965
RGB9573101
HSL287°16.09%34.12%
HSB/HSV287°27.72%39.61%
CMYK5.94%27.72%0.00%
60.39%

Color #5F4965 in popluar number systems.

HEX5F4965
Decimal9573101
Binary101111110010011100101
Octal137111145

Shades and tints

Shades of #5F4965

#5F4965
(95,73,101)
#57435C
(87,67,92)
#4F3D53
(79,61,83)
#47374A
(71,55,74)
#3F3141
(63,49,65)
#372B38
(55,43,56)
#2F252F
(47,37,47)
#271F26
(39,31,38)
#1F191D
(31,25,29)
#171314
(23,19,20)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #5F4965

#5F4965
(95,73,101)
#6D5973
(109,89,115)
#7B6981
(123,105,129)
#89798F
(137,121,143)
#97899D
(151,137,157)
#A599AB
(165,153,171)
#B3A9B9
(179,169,185)
#C1B9C7
(193,185,199)
#CFC9D5
(207,201,213)
#DDD9E3
(221,217,227)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4965; }

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

This text font color is #5F4965.


Background Color

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

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

This div background color is #5F4965.


Border color

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

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

This div border color is #5F4965.


Opacity

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

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

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

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

This text has shadow with #5F4965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4965 on black background.


Color preview on white background

This text has color #5F4965 on white background.



Black color preview on #5F4965 background

This text has black color on #5F4965 background.


White color preview on #5F4965 background

This text has white color on #5F4965 background.