COLOR #5B4968

HEX: #5B4968
RGB: (91,73,104)

Color info

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

RGB color model

#5B4968 color RGB value is (91,73,104).

  • red value is 91;
  • green value is 73;
  • blue value is 104.
RGB:
(91,73,104)
(36%,29%,41%)

RGB channels and saturation

R 91 of 255 = 36%
G 73 of 255 = 29%
B 104 of 255 = 41%

91
73
104

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

Portions of RGB colors in percentages

R + G + B =
91 + 73 + 104 = 268 (100%)
R 91 of 268 ~ 33.96%
G 73 of 268 ~ 27.24%
B 104 of 268 ~ 38.81%

%33.96
%27.24
%38.81

CMYK color model

#5B4968 color CMYK value is (13,30,0,59).

  • cyan value is 12.50%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(13,30,0,59)
C13M30Y0K59 
(13%,30%,0%,59%)
(0.13/0.30/0.00/0.59)	

CMYK percentages

%12.5
%29.81
%0
%59.22

Codes

Color #5B4968 in popluar color models

5B4968
RGB9173104
HSL275°17.51%34.71%
HSB/HSV275°29.81%40.78%
CMYK12.50%29.81%0.00%
59.22%

Color #5B4968 in popluar number systems.

HEX5B4968
Decimal9173104
Binary101101110010011101000
Octal133111150

Shades and tints

Shades of #5B4968

#5B4968
(91,73,104)
#53435F
(83,67,95)
#4B3D56
(75,61,86)
#43374D
(67,55,77)
#3B3144
(59,49,68)
#332B3B
(51,43,59)
#2B2532
(43,37,50)
#231F29
(35,31,41)
#1B1920
(27,25,32)
#131317
(19,19,23)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #5B4968

#5B4968
(91,73,104)
#695975
(105,89,117)
#776982
(119,105,130)
#85798F
(133,121,143)
#93899C
(147,137,156)
#A199A9
(161,153,169)
#AFA9B6
(175,169,182)
#BDB9C3
(189,185,195)
#CBC9D0
(203,201,208)
#D9D9DD
(217,217,221)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4968 color. Also use rgb(91,73,104) instead hex code.

Text Font Color

.myTextColor { color: #5B4968; }

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

This text font color is #5B4968.


Background Color

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

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

This div background color is #5B4968.


Border color

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

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

This div border color is #5B4968.


Opacity

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

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

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

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

This text has shadow with #5B4968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4968 on black background.


Color preview on white background

This text has color #5B4968 on white background.



Black color preview on #5B4968 background

This text has black color on #5B4968 background.


White color preview on #5B4968 background

This text has white color on #5B4968 background.