COLOR #5B4320

HEX: #5B4320
RGB: (91,67,32)

Color info

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

RGB color model

#5B4320 color RGB value is (91,67,32).

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

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 32 of 255 = 13%

91
67
32

R + G + B ~ 25%. #5B4320 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 67 + 32 = 190 (100%)
R 91 of 190 ~ 47.89%
G 67 of 190 ~ 35.26%
B 32 of 190 ~ 16.84%

%47.89
%35.26
%16.84

CMYK color model

#5B4320 color CMYK value is (0,26,65,64).

  • cyan value is 0.00%
  • magenta value is 26.37%
  • yellow value is 64.84%
  • key color value is 64.31%
CMYK:
(0,26,65,64)
C0M26Y65K64 
(0%,26%,65%,64%)
(0.00/0.26/0.65/0.64)	

CMYK percentages

%0
%26.37
%64.84
%64.31

Codes

Color #5B4320 in popluar color models

5B4320
RGB916732
HSL36°47.97%24.12%
HSB/HSV36°64.84%35.69%
CMYK0.00%26.37%64.84%
64.31%

Color #5B4320 in popluar number systems.

HEX5B4320
Decimal916732
Binary10110111000011100000
Octal13310340

Shades and tints

Shades of #5B4320

#5B4320
(91,67,32)
#533D1E
(83,61,30)
#4B371C
(75,55,28)
#43311A
(67,49,26)
#3B2B18
(59,43,24)
#332516
(51,37,22)
#2B1F14
(43,31,20)
#231912
(35,25,18)
#1B1310
(27,19,16)
#130D0E
(19,13,14)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #5B4320

#5B4320
(91,67,32)
#695434
(105,84,52)
#776548
(119,101,72)
#85765C
(133,118,92)
#938770
(147,135,112)
#A19884
(161,152,132)
#AFA998
(175,169,152)
#BDBAAC
(189,186,172)
#CBCBC0
(203,203,192)
#D9DCD4
(217,220,212)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4320; }

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

This text font color is #5B4320.


Background Color

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

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

This div background color is #5B4320.


Border color

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

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

This div border color is #5B4320.


Opacity

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

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

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

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

This text has shadow with #5B4320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4320 on black background.


Color preview on white background

This text has color #5B4320 on white background.



Black color preview on #5B4320 background

This text has black color on #5B4320 background.


White color preview on #5B4320 background

This text has white color on #5B4320 background.