COLOR #5B3676

HEX: #5B3676
RGB: (91,54,118)

Color info

#5B3676 contains mainly red and blue colors. Web safe color of #5B3676 is #663366 (or #636).

RGB color model

#5B3676 color RGB value is (91,54,118).

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

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 118 of 255 = 46%

91
54
118

R + G + B ~ 34%. #5B3676 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 118 = 263 (100%)
R 91 of 263 ~ 34.6%
G 54 of 263 ~ 20.53%
B 118 of 263 ~ 44.87%

%34.6
%20.53
%44.87

CMYK color model

#5B3676 color CMYK value is (23,54,0,54).

  • cyan value is 22.88%
  • magenta value is 54.24%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(23,54,0,54)
C23M54Y0K54 
(23%,54%,0%,54%)
(0.23/0.54/0.00/0.54)	

CMYK percentages

%22.88
%54.24
%0
%53.73

Codes

Color #5B3676 in popluar color models

5B3676
RGB9154118
HSL275°37.21%33.73%
HSB/HSV275°54.24%46.27%
CMYK22.88%54.24%0.00%
53.73%

Color #5B3676 in popluar number systems.

HEX5B3676
Decimal9154118
Binary10110111101101110110
Octal13366166

Shades and tints

Shades of #5B3676

#5B3676
(91,54,118)
#53326C
(83,50,108)
#4B2E62
(75,46,98)
#432A58
(67,42,88)
#3B264E
(59,38,78)
#332244
(51,34,68)
#2B1E3A
(43,30,58)
#231A30
(35,26,48)
#1B1626
(27,22,38)
#13121C
(19,18,28)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #5B3676

#5B3676
(91,54,118)
#694882
(105,72,130)
#775A8E
(119,90,142)
#856C9A
(133,108,154)
#937EA6
(147,126,166)
#A190B2
(161,144,178)
#AFA2BE
(175,162,190)
#BDB4CA
(189,180,202)
#CBC6D6
(203,198,214)
#D9D8E2
(217,216,226)
#E7EAEE
(231,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3676; }

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

This text font color is #5B3676.


Background Color

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

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

This div background color is #5B3676.


Border color

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

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

This div border color is #5B3676.


Opacity

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

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

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

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

This text has shadow with #5B3676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3676 on black background.


Color preview on white background

This text has color #5B3676 on white background.



Black color preview on #5B3676 background

This text has black color on #5B3676 background.


White color preview on #5B3676 background

This text has white color on #5B3676 background.