COLOR #5B2C20

HEX: #5B2C20
RGB: (91,44,32)

Color info

#5B2C20 contains red, green and blue colors in about the same proportion. Web safe color of #5B2C20 is #663333 (or #633).

RGB color model

#5B2C20 color RGB value is (91,44,32).

  • red value is 91;
  • green value is 44;
  • blue value is 32.
RGB:
(91,44,32)
(36%,17%,13%)

RGB channels and saturation

R 91 of 255 = 36%
G 44 of 255 = 17%
B 32 of 255 = 13%

91
44
32

R + G + B ~ 22%. #5B2C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 44 + 32 = 167 (100%)
R 91 of 167 ~ 54.49%
G 44 of 167 ~ 26.35%
B 32 of 167 ~ 19.16%

%54.49
%26.35
%19.16

CMYK color model

#5B2C20 color CMYK value is (0,52,65,64).

  • cyan value is 0.00%
  • magenta value is 51.65%
  • yellow value is 64.84%
  • key color value is 64.31%
CMYK:
(0,52,65,64)
C0M52Y65K64 
(0%,52%,65%,64%)
(0.00/0.52/0.65/0.64)	

CMYK percentages

%0
%51.65
%64.84
%64.31

Codes

Color #5B2C20 in popluar color models

5B2C20
RGB914432
HSL12°47.97%24.12%
HSB/HSV12°64.84%35.69%
CMYK0.00%51.65%64.84%
64.31%

Color #5B2C20 in popluar number systems.

HEX5B2C20
Decimal914432
Binary1011011101100100000
Octal1335440

Shades and tints

Shades of #5B2C20

#5B2C20
(91,44,32)
#53281E
(83,40,30)
#4B241C
(75,36,28)
#43201A
(67,32,26)
#3B1C18
(59,28,24)
#331816
(51,24,22)
#2B1414
(43,20,20)
#231012
(35,16,18)
#1B0C10
(27,12,16)
#13080E
(19,8,14)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #5B2C20

#5B2C20
(91,44,32)
#693F34
(105,63,52)
#775248
(119,82,72)
#85655C
(133,101,92)
#937870
(147,120,112)
#A18B84
(161,139,132)
#AF9E98
(175,158,152)
#BDB1AC
(189,177,172)
#CBC4C0
(203,196,192)
#D9D7D4
(217,215,212)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B2C20 color. Also use rgb(91,44,32) instead hex code.

Text Font Color

.myTextColor { color: #5B2C20; }

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

This text font color is #5B2C20.


Background Color

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

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

This div background color is #5B2C20.


Border color

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

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

This div border color is #5B2C20.


Opacity

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

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

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

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

This text has shadow with #5B2C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2C20 on black background.


Color preview on white background

This text has color #5B2C20 on white background.



Black color preview on #5B2C20 background

This text has black color on #5B2C20 background.


White color preview on #5B2C20 background

This text has white color on #5B2C20 background.