COLOR #5B1F21

HEX: #5B1F21
RGB: (91,31,33)

Color info

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

RGB color model

#5B1F21 color RGB value is (91,31,33).

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

RGB channels and saturation

R 91 of 255 = 36%
G 31 of 255 = 12%
B 33 of 255 = 13%

91
31
33

R + G + B ~ 20%. #5B1F21 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 31 + 33 = 155 (100%)
R 91 of 155 ~ 58.71%
G 31 of 155 ~ 20%
B 33 of 155 ~ 21.29%

%58.71
%20
%21.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.93%
  • yellow value is 63.74%
  • key color value is 64.31%
CMYK:
(0,66,64,64)
C0M66Y64K64 
(0%,66%,64%,64%)
(0.00/0.66/0.64/0.64)	

CMYK percentages

%0
%65.93
%63.74
%64.31

Codes

Color #5B1F21 in popluar color models

5B1F21
RGB913133
HSL358°49.18%23.92%
HSB/HSV358°65.93%35.69%
CMYK0.00%65.93%63.74%
64.31%

Color #5B1F21 in popluar number systems.

HEX5B1F21
Decimal913133
Binary101101111111100001
Octal1333741

Shades and tints

Shades of #5B1F21

#5B1F21
(91,31,33)
#531D1E
(83,29,30)
#4B1B1B
(75,27,27)
#431918
(67,25,24)
#3B1715
(59,23,21)
#331512
(51,21,18)
#2B130F
(43,19,15)
#23110C
(35,17,12)
#1B0F09
(27,15,9)
#130D06
(19,13,6)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #5B1F21

#5B1F21
(91,31,33)
#693335
(105,51,53)
#774749
(119,71,73)
#855B5D
(133,91,93)
#936F71
(147,111,113)
#A18385
(161,131,133)
#AF9799
(175,151,153)
#BDABAD
(189,171,173)
#CBBFC1
(203,191,193)
#D9D3D5
(217,211,213)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B1F21; }

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

This text font color is #5B1F21.


Background Color

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

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

This div background color is #5B1F21.


Border color

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

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

This div border color is #5B1F21.


Opacity

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

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

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

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

This text has shadow with #5B1F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1F21 on black background.


Color preview on white background

This text has color #5B1F21 on white background.



Black color preview on #5B1F21 background

This text has black color on #5B1F21 background.


White color preview on #5B1F21 background

This text has white color on #5B1F21 background.