COLOR #5B3967

HEX: #5B3967
RGB: (91,57,103)

Color info

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

RGB color model

#5B3967 color RGB value is (91,57,103).

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

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 103 of 255 = 40%

91
57
103

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

Portions of RGB colors in percentages

R + G + B =
91 + 57 + 103 = 251 (100%)
R 91 of 251 ~ 36.25%
G 57 of 251 ~ 22.71%
B 103 of 251 ~ 41.04%

%36.25
%22.71
%41.04

CMYK color model

#5B3967 color CMYK value is (12,45,0,60).

  • cyan value is 11.65%
  • magenta value is 44.66%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(12,45,0,60)
C12M45Y0K60 
(12%,45%,0%,60%)
(0.12/0.45/0.00/0.60)	

CMYK percentages

%11.65
%44.66
%0
%59.61

Codes

Color #5B3967 in popluar color models

5B3967
RGB9157103
HSL284°28.75%31.37%
HSB/HSV284°44.66%40.39%
CMYK11.65%44.66%0.00%
59.61%

Color #5B3967 in popluar number systems.

HEX5B3967
Decimal9157103
Binary10110111110011100111
Octal13371147

Shades and tints

Shades of #5B3967

#5B3967
(91,57,103)
#53345E
(83,52,94)
#4B2F55
(75,47,85)
#432A4C
(67,42,76)
#3B2543
(59,37,67)
#33203A
(51,32,58)
#2B1B31
(43,27,49)
#231628
(35,22,40)
#1B111F
(27,17,31)
#130C16
(19,12,22)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #5B3967

#5B3967
(91,57,103)
#694B74
(105,75,116)
#775D81
(119,93,129)
#856F8E
(133,111,142)
#93819B
(147,129,155)
#A193A8
(161,147,168)
#AFA5B5
(175,165,181)
#BDB7C2
(189,183,194)
#CBC9CF
(203,201,207)
#D9DBDC
(217,219,220)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3967; }

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

This text font color is #5B3967.


Background Color

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

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

This div background color is #5B3967.


Border color

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

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

This div border color is #5B3967.


Opacity

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

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

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

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

This text has shadow with #5B3967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3967 on black background.


Color preview on white background

This text has color #5B3967 on white background.



Black color preview on #5B3967 background

This text has black color on #5B3967 background.


White color preview on #5B3967 background

This text has white color on #5B3967 background.