COLOR #5B3150

HEX: #5B3150
RGB: (91,49,80)

Color info

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

RGB color model

#5B3150 color RGB value is (91,49,80).

  • red value is 91;
  • green value is 49;
  • blue value is 80.
RGB:
(91,49,80)
(36%,19%,31%)

RGB channels and saturation

R 91 of 255 = 36%
G 49 of 255 = 19%
B 80 of 255 = 31%

91
49
80

R + G + B ~ 29%. #5B3150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 49 + 80 = 220 (100%)
R 91 of 220 ~ 41.36%
G 49 of 220 ~ 22.27%
B 80 of 220 ~ 36.36%

%41.36
%22.27
%36.36

CMYK color model

#5B3150 color CMYK value is (0,46,12,64).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 12.09%
  • key color value is 64.31%
CMYK:
(0,46,12,64)
C0M46Y12K64 
(0%,46%,12%,64%)
(0.00/0.46/0.12/0.64)	

CMYK percentages

%0
%46.15
%12.09
%64.31

Codes

Color #5B3150 in popluar color models

5B3150
RGB914980
HSL316°30.00%27.45%
HSB/HSV316°46.15%35.69%
CMYK0.00%46.15%12.09%
64.31%

Color #5B3150 in popluar number systems.

HEX5B3150
Decimal914980
Binary10110111100011010000
Octal13361120

Shades and tints

Shades of #5B3150

#5B3150
(91,49,80)
#532D49
(83,45,73)
#4B2942
(75,41,66)
#43253B
(67,37,59)
#3B2134
(59,33,52)
#331D2D
(51,29,45)
#2B1926
(43,25,38)
#23151F
(35,21,31)
#1B1118
(27,17,24)
#130D11
(19,13,17)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #5B3150

#5B3150
(91,49,80)
#69435F
(105,67,95)
#77556E
(119,85,110)
#85677D
(133,103,125)
#93798C
(147,121,140)
#A18B9B
(161,139,155)
#AF9DAA
(175,157,170)
#BDAFB9
(189,175,185)
#CBC1C8
(203,193,200)
#D9D3D7
(217,211,215)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3150 color. Also use rgb(91,49,80) instead hex code.

Text Font Color

.myTextColor { color: #5B3150; }

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

This text font color is #5B3150.


Background Color

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

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

This div background color is #5B3150.


Border color

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

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

This div border color is #5B3150.


Opacity

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

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

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

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

This text has shadow with #5B3150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3150 on black background.


Color preview on white background

This text has color #5B3150 on white background.



Black color preview on #5B3150 background

This text has black color on #5B3150 background.


White color preview on #5B3150 background

This text has white color on #5B3150 background.