COLOR #5B3667

HEX: #5B3667
RGB: (91,54,103)

Color info

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

RGB color model

#5B3667 color RGB value is (91,54,103).

  • red value is 91;
  • green value is 54;
  • blue value is 103.
RGB:
(91,54,103)
(36%,21%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 103 of 255 = 40%

91
54
103

R + G + B ~ 32%. #5B3667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 103 = 248 (100%)
R 91 of 248 ~ 36.69%
G 54 of 248 ~ 21.77%
B 103 of 248 ~ 41.53%

%36.69
%21.77
%41.53

CMYK color model

#5B3667 color CMYK value is (12,48,0,60).

  • cyan value is 11.65%
  • magenta value is 47.57%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(12,48,0,60)
C12M48Y0K60 
(12%,48%,0%,60%)
(0.12/0.48/0.00/0.60)	

CMYK percentages

%11.65
%47.57
%0
%59.61

Codes

Color #5B3667 in popluar color models

5B3667
RGB9154103
HSL285°31.21%30.78%
HSB/HSV285°47.57%40.39%
CMYK11.65%47.57%0.00%
59.61%

Color #5B3667 in popluar number systems.

HEX5B3667
Decimal9154103
Binary10110111101101100111
Octal13366147

Shades and tints

Shades of #5B3667

#5B3667
(91,54,103)
#53325E
(83,50,94)
#4B2E55
(75,46,85)
#432A4C
(67,42,76)
#3B2643
(59,38,67)
#33223A
(51,34,58)
#2B1E31
(43,30,49)
#231A28
(35,26,40)
#1B161F
(27,22,31)
#131216
(19,18,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #5B3667

#5B3667
(91,54,103)
#694874
(105,72,116)
#775A81
(119,90,129)
#856C8E
(133,108,142)
#937E9B
(147,126,155)
#A190A8
(161,144,168)
#AFA2B5
(175,162,181)
#BDB4C2
(189,180,194)
#CBC6CF
(203,198,207)
#D9D8DC
(217,216,220)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3667 color. Also use rgb(91,54,103) instead hex code.

Text Font Color

.myTextColor { color: #5B3667; }

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

This text font color is #5B3667.


Background Color

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

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

This div background color is #5B3667.


Border color

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

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

This div border color is #5B3667.


Opacity

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

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

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

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

This text has shadow with #5B3667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3667 on black background.


Color preview on white background

This text has color #5B3667 on white background.



Black color preview on #5B3667 background

This text has black color on #5B3667 background.


White color preview on #5B3667 background

This text has white color on #5B3667 background.