COLOR #5B3D63

HEX: #5B3D63
RGB: (91,61,99)

Color info

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

RGB color model

#5B3D63 color RGB value is (91,61,99).

  • red value is 91;
  • green value is 61;
  • blue value is 99.
RGB:
(91,61,99)
(36%,24%,39%)

RGB channels and saturation

R 91 of 255 = 36%
G 61 of 255 = 24%
B 99 of 255 = 39%

91
61
99

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

Portions of RGB colors in percentages

R + G + B =
91 + 61 + 99 = 251 (100%)
R 91 of 251 ~ 36.25%
G 61 of 251 ~ 24.3%
B 99 of 251 ~ 39.44%

%36.25
%24.3
%39.44

CMYK color model

#5B3D63 color CMYK value is (8,38,0,61).

  • cyan value is 8.08%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,38,0,61)
C8M38Y0K61 
(8%,38%,0%,61%)
(0.08/0.38/0.00/0.61)	

CMYK percentages

%8.08
%38.38
%0
%61.18

Codes

Color #5B3D63 in popluar color models

5B3D63
RGB916199
HSL287°23.75%31.37%
HSB/HSV287°38.38%38.82%
CMYK8.08%38.38%0.00%
61.18%

Color #5B3D63 in popluar number systems.

HEX5B3D63
Decimal916199
Binary10110111111011100011
Octal13375143

Shades and tints

Shades of #5B3D63

#5B3D63
(91,61,99)
#53385A
(83,56,90)
#4B3351
(75,51,81)
#432E48
(67,46,72)
#3B293F
(59,41,63)
#332436
(51,36,54)
#2B1F2D
(43,31,45)
#231A24
(35,26,36)
#1B151B
(27,21,27)
#131012
(19,16,18)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #5B3D63

#5B3D63
(91,61,99)
#694E71
(105,78,113)
#775F7F
(119,95,127)
#85708D
(133,112,141)
#93819B
(147,129,155)
#A192A9
(161,146,169)
#AFA3B7
(175,163,183)
#BDB4C5
(189,180,197)
#CBC5D3
(203,197,211)
#D9D6E1
(217,214,225)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3D63 color. Also use rgb(91,61,99) instead hex code.

Text Font Color

.myTextColor { color: #5B3D63; }

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

This text font color is #5B3D63.


Background Color

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

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

This div background color is #5B3D63.


Border color

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

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

This div border color is #5B3D63.


Opacity

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

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

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

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

This text has shadow with #5B3D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3D63 on black background.


Color preview on white background

This text has color #5B3D63 on white background.



Black color preview on #5B3D63 background

This text has black color on #5B3D63 background.


White color preview on #5B3D63 background

This text has white color on #5B3D63 background.