COLOR #5B1E3B

HEX: #5B1E3B
RGB: (91,30,59)

Color info

#5B1E3B contains mainly red and blue colors. Web safe color of #5B1E3B is #663333 (or #633).

RGB color model

#5B1E3B color RGB value is (91,30,59).

  • red value is 91;
  • green value is 30;
  • blue value is 59.
RGB:
(91,30,59)
(36%,12%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 30 of 255 = 12%
B 59 of 255 = 23%

91
30
59

R + G + B ~ 24%. #5B1E3B is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 30 + 59 = 180 (100%)
R 91 of 180 ~ 50.56%
G 30 of 180 ~ 16.67%
B 59 of 180 ~ 32.78%

%50.56
%16.67
%32.78

CMYK color model

#5B1E3B color CMYK value is (0,67,35,64).

  • cyan value is 0.00%
  • magenta value is 67.03%
  • yellow value is 35.16%
  • key color value is 64.31%
CMYK:
(0,67,35,64)
C0M67Y35K64 
(0%,67%,35%,64%)
(0.00/0.67/0.35/0.64)	

CMYK percentages

%0
%67.03
%35.16
%64.31

Codes

Color #5B1E3B in popluar color models

5B1E3B
RGB913059
HSL331°50.41%23.73%
HSB/HSV331°67.03%35.69%
CMYK0.00%67.03%35.16%
64.31%

Color #5B1E3B in popluar number systems.

HEX5B1E3B
Decimal913059
Binary101101111110111011
Octal1333673

Shades and tints

Shades of #5B1E3B

#5B1E3B
(91,30,59)
#531C36
(83,28,54)
#4B1A31
(75,26,49)
#43182C
(67,24,44)
#3B1627
(59,22,39)
#331422
(51,20,34)
#2B121D
(43,18,29)
#231018
(35,16,24)
#1B0E13
(27,14,19)
#130C0E
(19,12,14)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #5B1E3B

#5B1E3B
(91,30,59)
#69324C
(105,50,76)
#77465D
(119,70,93)
#855A6E
(133,90,110)
#936E7F
(147,110,127)
#A18290
(161,130,144)
#AF96A1
(175,150,161)
#BDAAB2
(189,170,178)
#CBBEC3
(203,190,195)
#D9D2D4
(217,210,212)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1E3B color. Also use rgb(91,30,59) instead hex code.

Text Font Color

.myTextColor { color: #5B1E3B; }

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

This text font color is #5B1E3B.


Background Color

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

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

This div background color is #5B1E3B.


Border color

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

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

This div border color is #5B1E3B.


Opacity

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

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

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

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

This text has shadow with #5B1E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1E3B on black background.


Color preview on white background

This text has color #5B1E3B on white background.



Black color preview on #5B1E3B background

This text has black color on #5B1E3B background.


White color preview on #5B1E3B background

This text has white color on #5B1E3B background.