COLOR #5B3763

HEX: #5B3763
RGB: (91,55,99)

Color info

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

RGB color model

#5B3763 color RGB value is (91,55,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 99 of 255 = 39%

91
55
99

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

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 99 = 245 (100%)
R 91 of 245 ~ 37.14%
G 55 of 245 ~ 22.45%
B 99 of 245 ~ 40.41%

%37.14
%22.45
%40.41

CMYK color model

#5B3763 color CMYK value is (8,44,0,61).

  • cyan value is 8.08%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,44,0,61)
C8M44Y0K61 
(8%,44%,0%,61%)
(0.08/0.44/0.00/0.61)	

CMYK percentages

%8.08
%44.44
%0
%61.18

Codes

Color #5B3763 in popluar color models

5B3763
RGB915599
HSL289°28.57%30.20%
HSB/HSV289°44.44%38.82%
CMYK8.08%44.44%0.00%
61.18%

Color #5B3763 in popluar number systems.

HEX5B3763
Decimal915599
Binary10110111101111100011
Octal13367143

Shades and tints

Shades of #5B3763

#5B3763
(91,55,99)
#53325A
(83,50,90)
#4B2D51
(75,45,81)
#432848
(67,40,72)
#3B233F
(59,35,63)
#331E36
(51,30,54)
#2B192D
(43,25,45)
#231424
(35,20,36)
#1B0F1B
(27,15,27)
#130A12
(19,10,18)
#0B0509
(11,5,9)
#000000
(0,0,0)

Tints of #5B3763

#5B3763
(91,55,99)
#694971
(105,73,113)
#775B7F
(119,91,127)
#856D8D
(133,109,141)
#937F9B
(147,127,155)
#A191A9
(161,145,169)
#AFA3B7
(175,163,183)
#BDB5C5
(189,181,197)
#CBC7D3
(203,199,211)
#D9D9E1
(217,217,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3763; }

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

This text font color is #5B3763.


Background Color

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

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

This div background color is #5B3763.


Border color

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

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

This div border color is #5B3763.


Opacity

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

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

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

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

This text has shadow with #5B3763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3763 on black background.


Color preview on white background

This text has color #5B3763 on white background.



Black color preview on #5B3763 background

This text has black color on #5B3763 background.


White color preview on #5B3763 background

This text has white color on #5B3763 background.