COLOR #5B4B63

HEX: #5B4B63
RGB: (91,75,99)

Color info

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

RGB color model

#5B4B63 color RGB value is (91,75,99).

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

RGB channels and saturation

R 91 of 255 = 36%
G 75 of 255 = 29%
B 99 of 255 = 39%

91
75
99

R + G + B ~ 35%. #5B4B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 75 + 99 = 265 (100%)
R 91 of 265 ~ 34.34%
G 75 of 265 ~ 28.3%
B 99 of 265 ~ 37.36%

%34.34
%28.3
%37.36

CMYK color model

#5B4B63 color CMYK value is (8,24,0,61).

  • cyan value is 8.08%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(8,24,0,61)
C8M24Y0K61 
(8%,24%,0%,61%)
(0.08/0.24/0.00/0.61)	

CMYK percentages

%8.08
%24.24
%0
%61.18

Codes

Color #5B4B63 in popluar color models

5B4B63
RGB917599
HSL280°13.79%34.12%
HSB/HSV280°24.24%38.82%
CMYK8.08%24.24%0.00%
61.18%

Color #5B4B63 in popluar number systems.

HEX5B4B63
Decimal917599
Binary101101110010111100011
Octal133113143

Shades and tints

Shades of #5B4B63

#5B4B63
(91,75,99)
#53455A
(83,69,90)
#4B3F51
(75,63,81)
#433948
(67,57,72)
#3B333F
(59,51,63)
#332D36
(51,45,54)
#2B272D
(43,39,45)
#232124
(35,33,36)
#1B1B1B
(27,27,27)
#131512
(19,21,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #5B4B63

#5B4B63
(91,75,99)
#695B71
(105,91,113)
#776B7F
(119,107,127)
#857B8D
(133,123,141)
#938B9B
(147,139,155)
#A19BA9
(161,155,169)
#AFABB7
(175,171,183)
#BDBBC5
(189,187,197)
#CBCBD3
(203,203,211)
#D9DBE1
(217,219,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4B63; }

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

This text font color is #5B4B63.


Background Color

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

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

This div background color is #5B4B63.


Border color

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

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

This div border color is #5B4B63.


Opacity

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

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

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

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

This text has shadow with #5B4B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4B63 on black background.


Color preview on white background

This text has color #5B4B63 on white background.



Black color preview on #5B4B63 background

This text has black color on #5B4B63 background.


White color preview on #5B4B63 background

This text has white color on #5B4B63 background.