COLOR #5B2620

HEX: #5B2620
RGB: (91,38,32)

Color info

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

RGB color model

#5B2620 color RGB value is (91,38,32).

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

RGB channels and saturation

R 91 of 255 = 36%
G 38 of 255 = 15%
B 32 of 255 = 13%

91
38
32

R + G + B ~ 21%. #5B2620 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 38 + 32 = 161 (100%)
R 91 of 161 ~ 56.52%
G 38 of 161 ~ 23.6%
B 32 of 161 ~ 19.88%

%56.52
%23.6
%19.88

CMYK color model

#5B2620 color CMYK value is (0,58,65,64).

  • cyan value is 0.00%
  • magenta value is 58.24%
  • yellow value is 64.84%
  • key color value is 64.31%
CMYK:
(0,58,65,64)
C0M58Y65K64 
(0%,58%,65%,64%)
(0.00/0.58/0.65/0.64)	

CMYK percentages

%0
%58.24
%64.84
%64.31

Codes

Color #5B2620 in popluar color models

5B2620
RGB913832
HSL47.97%24.12%
HSB/HSV64.84%35.69%
CMYK0.00%58.24%64.84%
64.31%

Color #5B2620 in popluar number systems.

HEX5B2620
Decimal913832
Binary1011011100110100000
Octal1334640

Shades and tints

Shades of #5B2620

#5B2620
(91,38,32)
#53231E
(83,35,30)
#4B201C
(75,32,28)
#431D1A
(67,29,26)
#3B1A18
(59,26,24)
#331716
(51,23,22)
#2B1414
(43,20,20)
#231112
(35,17,18)
#1B0E10
(27,14,16)
#130B0E
(19,11,14)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #5B2620

#5B2620
(91,38,32)
#693934
(105,57,52)
#774C48
(119,76,72)
#855F5C
(133,95,92)
#937270
(147,114,112)
#A18584
(161,133,132)
#AF9898
(175,152,152)
#BDABAC
(189,171,172)
#CBBEC0
(203,190,192)
#D9D1D4
(217,209,212)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2620; }

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

This text font color is #5B2620.


Background Color

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

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

This div background color is #5B2620.


Border color

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

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

This div border color is #5B2620.


Opacity

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

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

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

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

This text has shadow with #5B2620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2620 on black background.


Color preview on white background

This text has color #5B2620 on white background.



Black color preview on #5B2620 background

This text has black color on #5B2620 background.


White color preview on #5B2620 background

This text has white color on #5B2620 background.