COLOR #5B4632

HEX: #5B4632
RGB: (91,70,50)

Color info

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

RGB color model

#5B4632 color RGB value is (91,70,50).

  • red value is 91;
  • green value is 70;
  • blue value is 50.
RGB:
(91,70,50)
(36%,27%,20%)

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 50 of 255 = 20%

91
70
50

R + G + B ~ 28%. #5B4632 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 50 = 211 (100%)
R 91 of 211 ~ 43.13%
G 70 of 211 ~ 33.18%
B 50 of 211 ~ 23.7%

%43.13
%33.18
%23.7

CMYK color model

#5B4632 color CMYK value is (0,23,45,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 45.05%
  • key color value is 64.31%
CMYK:
(0,23,45,64)
C0M23Y45K64 
(0%,23%,45%,64%)
(0.00/0.23/0.45/0.64)	

CMYK percentages

%0
%23.08
%45.05
%64.31

Codes

Color #5B4632 in popluar color models

5B4632
RGB917050
HSL29°29.08%27.65%
HSB/HSV29°45.05%35.69%
CMYK0.00%23.08%45.05%
64.31%

Color #5B4632 in popluar number systems.

HEX5B4632
Decimal917050
Binary10110111000110110010
Octal13310662

Shades and tints

Shades of #5B4632

#5B4632
(91,70,50)
#53402E
(83,64,46)
#4B3A2A
(75,58,42)
#433426
(67,52,38)
#3B2E22
(59,46,34)
#33281E
(51,40,30)
#2B221A
(43,34,26)
#231C16
(35,28,22)
#1B1612
(27,22,18)
#13100E
(19,16,14)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #5B4632

#5B4632
(91,70,50)
#695644
(105,86,68)
#776656
(119,102,86)
#857668
(133,118,104)
#93867A
(147,134,122)
#A1968C
(161,150,140)
#AFA69E
(175,166,158)
#BDB6B0
(189,182,176)
#CBC6C2
(203,198,194)
#D9D6D4
(217,214,212)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4632 color. Also use rgb(91,70,50) instead hex code.

Text Font Color

.myTextColor { color: #5B4632; }

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

This text font color is #5B4632.


Background Color

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

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

This div background color is #5B4632.


Border color

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

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

This div border color is #5B4632.


Opacity

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

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

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

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

This text has shadow with #5B4632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4632 on black background.


Color preview on white background

This text has color #5B4632 on white background.



Black color preview on #5B4632 background

This text has black color on #5B4632 background.


White color preview on #5B4632 background

This text has white color on #5B4632 background.