COLOR #5B3528

HEX: #5B3528
RGB: (91,53,40)

Color info

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

RGB color model

#5B3528 color RGB value is (91,53,40).

  • red value is 91;
  • green value is 53;
  • blue value is 40.
RGB:
(91,53,40)
(36%,21%,16%)

RGB channels and saturation

R 91 of 255 = 36%
G 53 of 255 = 21%
B 40 of 255 = 16%

91
53
40

R + G + B ~ 24%. #5B3528 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 53 + 40 = 184 (100%)
R 91 of 184 ~ 49.46%
G 53 of 184 ~ 28.8%
B 40 of 184 ~ 21.74%

%49.46
%28.8
%21.74

CMYK color model

#5B3528 color CMYK value is (0,42,56,64).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 56.04%
  • key color value is 64.31%
CMYK:
(0,42,56,64)
C0M42Y56K64 
(0%,42%,56%,64%)
(0.00/0.42/0.56/0.64)	

CMYK percentages

%0
%41.76
%56.04
%64.31

Codes

Color #5B3528 in popluar color models

5B3528
RGB915340
HSL15°38.93%25.69%
HSB/HSV15°56.04%35.69%
CMYK0.00%41.76%56.04%
64.31%

Color #5B3528 in popluar number systems.

HEX5B3528
Decimal915340
Binary1011011110101101000
Octal1336550

Shades and tints

Shades of #5B3528

#5B3528
(91,53,40)
#533125
(83,49,37)
#4B2D22
(75,45,34)
#43291F
(67,41,31)
#3B251C
(59,37,28)
#332119
(51,33,25)
#2B1D16
(43,29,22)
#231913
(35,25,19)
#1B1510
(27,21,16)
#13110D
(19,17,13)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #5B3528

#5B3528
(91,53,40)
#69473B
(105,71,59)
#77594E
(119,89,78)
#856B61
(133,107,97)
#937D74
(147,125,116)
#A18F87
(161,143,135)
#AFA19A
(175,161,154)
#BDB3AD
(189,179,173)
#CBC5C0
(203,197,192)
#D9D7D3
(217,215,211)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3528 color. Also use rgb(91,53,40) instead hex code.

Text Font Color

.myTextColor { color: #5B3528; }

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

This text font color is #5B3528.


Background Color

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

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

This div background color is #5B3528.


Border color

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

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

This div border color is #5B3528.


Opacity

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

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

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

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

This text has shadow with #5B3528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3528 on black background.


Color preview on white background

This text has color #5B3528 on white background.



Black color preview on #5B3528 background

This text has black color on #5B3528 background.


White color preview on #5B3528 background

This text has white color on #5B3528 background.