COLOR #5B211F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
33
31

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

Portions of RGB colors in percentages

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

%58.71
%21.29
%20

CMYK color model

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

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

CMYK percentages

%0
%63.74
%65.93
%64.31

Codes

Color #5B211F in popluar color models

5B211F
RGB913331
HSL49.18%23.92%
HSB/HSV65.93%35.69%
CMYK0.00%63.74%65.93%
64.31%

Color #5B211F in popluar number systems.

HEX5B211F
Decimal913331
Binary101101110000111111
Octal1334137

Shades and tints

Shades of #5B211F

#5B211F
(91,33,31)
#531E1D
(83,30,29)
#4B1B1B
(75,27,27)
#431819
(67,24,25)
#3B1517
(59,21,23)
#331215
(51,18,21)
#2B0F13
(43,15,19)
#230C11
(35,12,17)
#1B090F
(27,9,15)
#13060D
(19,6,13)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #5B211F

#5B211F
(91,33,31)
#693533
(105,53,51)
#774947
(119,73,71)
#855D5B
(133,93,91)
#93716F
(147,113,111)
#A18583
(161,133,131)
#AF9997
(175,153,151)
#BDADAB
(189,173,171)
#CBC1BF
(203,193,191)
#D9D5D3
(217,213,211)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B211F; }

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

This text font color is #5B211F.


Background Color

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

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

This div background color is #5B211F.


Border color

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

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

This div border color is #5B211F.


Opacity

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

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

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

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

This text has shadow with #5B211F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B211F on black background.


Color preview on white background

This text has color #5B211F on white background.



Black color preview on #5B211F background

This text has black color on #5B211F background.


White color preview on #5B211F background

This text has white color on #5B211F background.