COLOR #5B3C59

HEX: #5B3C59
RGB: (91,60,89)

Color info

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

RGB color model

#5B3C59 color RGB value is (91,60,89).

  • red value is 91;
  • green value is 60;
  • blue value is 89.
RGB:
(91,60,89)
(36%,24%,35%)

RGB channels and saturation

R 91 of 255 = 36%
G 60 of 255 = 24%
B 89 of 255 = 35%

91
60
89

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

Portions of RGB colors in percentages

R + G + B =
91 + 60 + 89 = 240 (100%)
R 91 of 240 ~ 37.92%
G 60 of 240 ~ 25%
B 89 of 240 ~ 37.08%

%37.92
%25
%37.08

CMYK color model

#5B3C59 color CMYK value is (0,34,2,64).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(0,34,2,64)
C0M34Y2K64 
(0%,34%,2%,64%)
(0.00/0.34/0.02/0.64)	

CMYK percentages

%0
%34.07
%2.2
%64.31

Codes

Color #5B3C59 in popluar color models

5B3C59
RGB916089
HSL304°20.53%29.61%
HSB/HSV304°34.07%35.69%
CMYK0.00%34.07%2.20%
64.31%

Color #5B3C59 in popluar number systems.

HEX5B3C59
Decimal916089
Binary10110111111001011001
Octal13374131

Shades and tints

Shades of #5B3C59

#5B3C59
(91,60,89)
#533751
(83,55,81)
#4B3249
(75,50,73)
#432D41
(67,45,65)
#3B2839
(59,40,57)
#332331
(51,35,49)
#2B1E29
(43,30,41)
#231921
(35,25,33)
#1B1419
(27,20,25)
#130F11
(19,15,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #5B3C59

#5B3C59
(91,60,89)
#694D68
(105,77,104)
#775E77
(119,94,119)
#856F86
(133,111,134)
#938095
(147,128,149)
#A191A4
(161,145,164)
#AFA2B3
(175,162,179)
#BDB3C2
(189,179,194)
#CBC4D1
(203,196,209)
#D9D5E0
(217,213,224)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3C59 color. Also use rgb(91,60,89) instead hex code.

Text Font Color

.myTextColor { color: #5B3C59; }

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

This text font color is #5B3C59.


Background Color

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

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

This div background color is #5B3C59.


Border color

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

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

This div border color is #5B3C59.


Opacity

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

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

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

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

This text has shadow with #5B3C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3C59 on black background.


Color preview on white background

This text has color #5B3C59 on white background.



Black color preview on #5B3C59 background

This text has black color on #5B3C59 background.


White color preview on #5B3C59 background

This text has white color on #5B3C59 background.