COLOR #5B4363

HEX: #5B4363
RGB: (91,67,99)

Color info

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

RGB color model

#5B4363 color RGB value is (91,67,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 99 of 255 = 39%

91
67
99

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

Portions of RGB colors in percentages

R + G + B =
91 + 67 + 99 = 257 (100%)
R 91 of 257 ~ 35.41%
G 67 of 257 ~ 26.07%
B 99 of 257 ~ 38.52%

%35.41
%26.07
%38.52

CMYK color model

#5B4363 color CMYK value is (8,32,0,61).

  • cyan value is 8.08%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,32,0,61)
C8M32Y0K61 
(8%,32%,0%,61%)
(0.08/0.32/0.00/0.61)	

CMYK percentages

%8.08
%32.32
%0
%61.18

Codes

Color #5B4363 in popluar color models

5B4363
RGB916799
HSL285°19.28%32.55%
HSB/HSV285°32.32%38.82%
CMYK8.08%32.32%0.00%
61.18%

Color #5B4363 in popluar number systems.

HEX5B4363
Decimal916799
Binary101101110000111100011
Octal133103143

Shades and tints

Shades of #5B4363

#5B4363
(91,67,99)
#533D5A
(83,61,90)
#4B3751
(75,55,81)
#433148
(67,49,72)
#3B2B3F
(59,43,63)
#332536
(51,37,54)
#2B1F2D
(43,31,45)
#231924
(35,25,36)
#1B131B
(27,19,27)
#130D12
(19,13,18)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #5B4363

#5B4363
(91,67,99)
#695471
(105,84,113)
#77657F
(119,101,127)
#85768D
(133,118,141)
#93879B
(147,135,155)
#A198A9
(161,152,169)
#AFA9B7
(175,169,183)
#BDBAC5
(189,186,197)
#CBCBD3
(203,203,211)
#D9DCE1
(217,220,225)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4363; }

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

This text font color is #5B4363.


Background Color

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

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

This div background color is #5B4363.


Border color

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

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

This div border color is #5B4363.


Opacity

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

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

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

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

This text has shadow with #5B4363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4363 on black background.


Color preview on white background

This text has color #5B4363 on white background.



Black color preview on #5B4363 background

This text has black color on #5B4363 background.


White color preview on #5B4363 background

This text has white color on #5B4363 background.