COLOR #5F326B

HEX: #5F326B
RGB: (95,50,107)

Color info

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

RGB color model

#5F326B color RGB value is (95,50,107).

  • red value is 95;
  • green value is 50;
  • blue value is 107.
RGB:
(95,50,107)
(37%,20%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 50 of 255 = 20%
B 107 of 255 = 42%

95
50
107

R + G + B ~ 33%. #5F326B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 50 + 107 = 252 (100%)
R 95 of 252 ~ 37.7%
G 50 of 252 ~ 19.84%
B 107 of 252 ~ 42.46%

%37.7
%19.84
%42.46

CMYK color model

#5F326B color CMYK value is (11,53,0,58).

  • cyan value is 11.21%
  • magenta value is 53.27%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(11,53,0,58)
C11M53Y0K58 
(11%,53%,0%,58%)
(0.11/0.53/0.00/0.58)	

CMYK percentages

%11.21
%53.27
%0
%58.04

Codes

Color #5F326B in popluar color models

5F326B
RGB9550107
HSL287°36.31%30.78%
HSB/HSV287°53.27%41.96%
CMYK11.21%53.27%0.00%
58.04%

Color #5F326B in popluar number systems.

HEX5F326B
Decimal9550107
Binary10111111100101101011
Octal13762153

Shades and tints

Shades of #5F326B

#5F326B
(95,50,107)
#572E62
(87,46,98)
#4F2A59
(79,42,89)
#472650
(71,38,80)
#3F2247
(63,34,71)
#371E3E
(55,30,62)
#2F1A35
(47,26,53)
#27162C
(39,22,44)
#1F1223
(31,18,35)
#170E1A
(23,14,26)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #5F326B

#5F326B
(95,50,107)
#6D4478
(109,68,120)
#7B5685
(123,86,133)
#896892
(137,104,146)
#977A9F
(151,122,159)
#A58CAC
(165,140,172)
#B39EB9
(179,158,185)
#C1B0C6
(193,176,198)
#CFC2D3
(207,194,211)
#DDD4E0
(221,212,224)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F326B color. Also use rgb(95,50,107) instead hex code.

Text Font Color

.myTextColor { color: #5F326B; }

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

This text font color is #5F326B.


Background Color

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

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

This div background color is #5F326B.


Border color

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

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

This div border color is #5F326B.


Opacity

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

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

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

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

This text has shadow with #5F326B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F326B on black background.


Color preview on white background

This text has color #5F326B on white background.



Black color preview on #5F326B background

This text has black color on #5F326B background.


White color preview on #5F326B background

This text has white color on #5F326B background.