COLOR #5B3F60

HEX: #5B3F60
RGB: (91,63,96)

Color info

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

RGB color model

#5B3F60 color RGB value is (91,63,96).

  • red value is 91;
  • green value is 63;
  • blue value is 96.
RGB:
(91,63,96)
(36%,25%,38%)

RGB channels and saturation

R 91 of 255 = 36%
G 63 of 255 = 25%
B 96 of 255 = 38%

91
63
96

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

Portions of RGB colors in percentages

R + G + B =
91 + 63 + 96 = 250 (100%)
R 91 of 250 ~ 36.4%
G 63 of 250 ~ 25.2%
B 96 of 250 ~ 38.4%

%36.4
%25.2
%38.4

CMYK color model

#5B3F60 color CMYK value is (5,34,0,62).

  • cyan value is 5.21%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(5,34,0,62)
C5M34Y0K62 
(5%,34%,0%,62%)
(0.05/0.34/0.00/0.62)	

CMYK percentages

%5.21
%34.38
%0
%62.35

Codes

Color #5B3F60 in popluar color models

5B3F60
RGB916396
HSL291°20.75%31.18%
HSB/HSV291°34.38%37.65%
CMYK5.21%34.38%0.00%
62.35%

Color #5B3F60 in popluar number systems.

HEX5B3F60
Decimal916396
Binary10110111111111100000
Octal13377140

Shades and tints

Shades of #5B3F60

#5B3F60
(91,63,96)
#533A58
(83,58,88)
#4B3550
(75,53,80)
#433048
(67,48,72)
#3B2B40
(59,43,64)
#332638
(51,38,56)
#2B2130
(43,33,48)
#231C28
(35,28,40)
#1B1720
(27,23,32)
#131218
(19,18,24)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #5B3F60

#5B3F60
(91,63,96)
#69506E
(105,80,110)
#77617C
(119,97,124)
#85728A
(133,114,138)
#938398
(147,131,152)
#A194A6
(161,148,166)
#AFA5B4
(175,165,180)
#BDB6C2
(189,182,194)
#CBC7D0
(203,199,208)
#D9D8DE
(217,216,222)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3F60 color. Also use rgb(91,63,96) instead hex code.

Text Font Color

.myTextColor { color: #5B3F60; }

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

This text font color is #5B3F60.


Background Color

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

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

This div background color is #5B3F60.


Border color

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

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

This div border color is #5B3F60.


Opacity

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

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

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

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

This text has shadow with #5B3F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3F60 on black background.


Color preview on white background

This text has color #5B3F60 on white background.



Black color preview on #5B3F60 background

This text has black color on #5B3F60 background.


White color preview on #5B3F60 background

This text has white color on #5B3F60 background.