COLOR #5B3E1D

HEX: #5B3E1D
RGB: (91,62,29)

Color info

#5B3E1D contains mainly red and green colors. Web safe color of #5B3E1D is #663333 (or #633).

RGB color model

#5B3E1D color RGB value is (91,62,29).

  • red value is 91;
  • green value is 62;
  • blue value is 29.
RGB:
(91,62,29)
(36%,24%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 62 of 255 = 24%
B 29 of 255 = 11%

91
62
29

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

Portions of RGB colors in percentages

R + G + B =
91 + 62 + 29 = 182 (100%)
R 91 of 182 ~ 50%
G 62 of 182 ~ 34.07%
B 29 of 182 ~ 15.93%

%50
%34.07
%15.93

CMYK color model

#5B3E1D color CMYK value is (0,32,68,64).

  • cyan value is 0.00%
  • magenta value is 31.87%
  • yellow value is 68.13%
  • key color value is 64.31%
CMYK:
(0,32,68,64)
C0M32Y68K64 
(0%,32%,68%,64%)
(0.00/0.32/0.68/0.64)	

CMYK percentages

%0
%31.87
%68.13
%64.31

Codes

Color #5B3E1D in popluar color models

5B3E1D
RGB916229
HSL32°51.67%23.53%
HSB/HSV32°68.13%35.69%
CMYK0.00%31.87%68.13%
64.31%

Color #5B3E1D in popluar number systems.

HEX5B3E1D
Decimal916229
Binary101101111111011101
Octal1337635

Shades and tints

Shades of #5B3E1D

#5B3E1D
(91,62,29)
#53391B
(83,57,27)
#4B3419
(75,52,25)
#432F17
(67,47,23)
#3B2A15
(59,42,21)
#332513
(51,37,19)
#2B2011
(43,32,17)
#231B0F
(35,27,15)
#1B160D
(27,22,13)
#13110B
(19,17,11)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #5B3E1D

#5B3E1D
(91,62,29)
#694F31
(105,79,49)
#776045
(119,96,69)
#857159
(133,113,89)
#93826D
(147,130,109)
#A19381
(161,147,129)
#AFA495
(175,164,149)
#BDB5A9
(189,181,169)
#CBC6BD
(203,198,189)
#D9D7D1
(217,215,209)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3E1D color. Also use rgb(91,62,29) instead hex code.

Text Font Color

.myTextColor { color: #5B3E1D; }

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

This text font color is #5B3E1D.


Background Color

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

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

This div background color is #5B3E1D.


Border color

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

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

This div border color is #5B3E1D.


Opacity

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

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

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

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

This text has shadow with #5B3E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3E1D on black background.


Color preview on white background

This text has color #5B3E1D on white background.



Black color preview on #5B3E1D background

This text has black color on #5B3E1D background.


White color preview on #5B3E1D background

This text has white color on #5B3E1D background.