COLOR #5B4259

HEX: #5B4259
RGB: (91,66,89)

Color info

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

RGB color model

#5B4259 color RGB value is (91,66,89).

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

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 89 of 255 = 35%

91
66
89

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

Portions of RGB colors in percentages

R + G + B =
91 + 66 + 89 = 246 (100%)
R 91 of 246 ~ 36.99%
G 66 of 246 ~ 26.83%
B 89 of 246 ~ 36.18%

%36.99
%26.83
%36.18

CMYK color model

#5B4259 color CMYK value is (0,27,2,64).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(0,27,2,64)
C0M27Y2K64 
(0%,27%,2%,64%)
(0.00/0.27/0.02/0.64)	

CMYK percentages

%0
%27.47
%2.2
%64.31

Codes

Color #5B4259 in popluar color models

5B4259
RGB916689
HSL305°15.92%30.78%
HSB/HSV305°27.47%35.69%
CMYK0.00%27.47%2.20%
64.31%

Color #5B4259 in popluar number systems.

HEX5B4259
Decimal916689
Binary101101110000101011001
Octal133102131

Shades and tints

Shades of #5B4259

#5B4259
(91,66,89)
#533C51
(83,60,81)
#4B3649
(75,54,73)
#433041
(67,48,65)
#3B2A39
(59,42,57)
#332431
(51,36,49)
#2B1E29
(43,30,41)
#231821
(35,24,33)
#1B1219
(27,18,25)
#130C11
(19,12,17)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #5B4259

#5B4259
(91,66,89)
#695368
(105,83,104)
#776477
(119,100,119)
#857586
(133,117,134)
#938695
(147,134,149)
#A197A4
(161,151,164)
#AFA8B3
(175,168,179)
#BDB9C2
(189,185,194)
#CBCAD1
(203,202,209)
#D9DBE0
(217,219,224)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4259; }

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

This text font color is #5B4259.


Background Color

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

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

This div background color is #5B4259.


Border color

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

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

This div border color is #5B4259.


Opacity

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

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

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

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

This text has shadow with #5B4259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4259 on black background.


Color preview on white background

This text has color #5B4259 on white background.



Black color preview on #5B4259 background

This text has black color on #5B4259 background.


White color preview on #5B4259 background

This text has white color on #5B4259 background.