COLOR #5B3464

HEX: #5B3464
RGB: (91,52,100)

Color info

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

RGB color model

#5B3464 color RGB value is (91,52,100).

  • red value is 91;
  • green value is 52;
  • blue value is 100.
RGB:
(91,52,100)
(36%,20%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 52 of 255 = 20%
B 100 of 255 = 39%

91
52
100

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

Portions of RGB colors in percentages

R + G + B =
91 + 52 + 100 = 243 (100%)
R 91 of 243 ~ 37.45%
G 52 of 243 ~ 21.4%
B 100 of 243 ~ 41.15%

%37.45
%21.4
%41.15

CMYK color model

#5B3464 color CMYK value is (9,48,0,61).

  • cyan value is 9.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(9,48,0,61)
C9M48Y0K61 
(9%,48%,0%,61%)
(0.09/0.48/0.00/0.61)	

CMYK percentages

%9
%48
%0
%60.78

Codes

Color #5B3464 in popluar color models

5B3464
RGB9152100
HSL289°31.58%29.80%
HSB/HSV289°48.00%39.22%
CMYK9.00%48.00%0.00%
60.78%

Color #5B3464 in popluar number systems.

HEX5B3464
Decimal9152100
Binary10110111101001100100
Octal13364144

Shades and tints

Shades of #5B3464

#5B3464
(91,52,100)
#53305B
(83,48,91)
#4B2C52
(75,44,82)
#432849
(67,40,73)
#3B2440
(59,36,64)
#332037
(51,32,55)
#2B1C2E
(43,28,46)
#231825
(35,24,37)
#1B141C
(27,20,28)
#131013
(19,16,19)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #5B3464

#5B3464
(91,52,100)
#694672
(105,70,114)
#775880
(119,88,128)
#856A8E
(133,106,142)
#937C9C
(147,124,156)
#A18EAA
(161,142,170)
#AFA0B8
(175,160,184)
#BDB2C6
(189,178,198)
#CBC4D4
(203,196,212)
#D9D6E2
(217,214,226)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3464 color. Also use rgb(91,52,100) instead hex code.

Text Font Color

.myTextColor { color: #5B3464; }

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

This text font color is #5B3464.


Background Color

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

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

This div background color is #5B3464.


Border color

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

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

This div border color is #5B3464.


Opacity

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

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

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

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

This text has shadow with #5B3464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3464 on black background.


Color preview on white background

This text has color #5B3464 on white background.



Black color preview on #5B3464 background

This text has black color on #5B3464 background.


White color preview on #5B3464 background

This text has white color on #5B3464 background.