COLOR #5B1F37

HEX: #5B1F37
RGB: (91,31,55)

Color info

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

RGB color model

#5B1F37 color RGB value is (91,31,55).

  • red value is 91;
  • green value is 31;
  • blue value is 55.
RGB:
(91,31,55)
(36%,12%,22%)

RGB channels and saturation

R 91 of 255 = 36%
G 31 of 255 = 12%
B 55 of 255 = 22%

91
31
55

R + G + B ~ 23%. #5B1F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 31 + 55 = 177 (100%)
R 91 of 177 ~ 51.41%
G 31 of 177 ~ 17.51%
B 55 of 177 ~ 31.07%

%51.41
%17.51
%31.07

CMYK color model

#5B1F37 color CMYK value is (0,66,40,64).

  • cyan value is 0.00%
  • magenta value is 65.93%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(0,66,40,64)
C0M66Y40K64 
(0%,66%,40%,64%)
(0.00/0.66/0.40/0.64)	

CMYK percentages

%0
%65.93
%39.56
%64.31

Codes

Color #5B1F37 in popluar color models

5B1F37
RGB913155
HSL336°49.18%23.92%
HSB/HSV336°65.93%35.69%
CMYK0.00%65.93%39.56%
64.31%

Color #5B1F37 in popluar number systems.

HEX5B1F37
Decimal913155
Binary101101111111110111
Octal1333767

Shades and tints

Shades of #5B1F37

#5B1F37
(91,31,55)
#531D32
(83,29,50)
#4B1B2D
(75,27,45)
#431928
(67,25,40)
#3B1723
(59,23,35)
#33151E
(51,21,30)
#2B1319
(43,19,25)
#231114
(35,17,20)
#1B0F0F
(27,15,15)
#130D0A
(19,13,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #5B1F37

#5B1F37
(91,31,55)
#693349
(105,51,73)
#77475B
(119,71,91)
#855B6D
(133,91,109)
#936F7F
(147,111,127)
#A18391
(161,131,145)
#AF97A3
(175,151,163)
#BDABB5
(189,171,181)
#CBBFC7
(203,191,199)
#D9D3D9
(217,211,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1F37 color. Also use rgb(91,31,55) instead hex code.

Text Font Color

.myTextColor { color: #5B1F37; }

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

This text font color is #5B1F37.


Background Color

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

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

This div background color is #5B1F37.


Border color

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

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

This div border color is #5B1F37.


Opacity

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

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

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

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

This text has shadow with #5B1F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1F37 on black background.


Color preview on white background

This text has color #5B1F37 on white background.



Black color preview on #5B1F37 background

This text has black color on #5B1F37 background.


White color preview on #5B1F37 background

This text has white color on #5B1F37 background.