COLOR #5B3B2A

HEX: #5B3B2A
RGB: (91,59,42)

Color info

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

RGB color model

#5B3B2A color RGB value is (91,59,42).

  • red value is 91;
  • green value is 59;
  • blue value is 42.
RGB: (91,59,42) (36%,23%,16%)

RGB channels and saturation

R 91 of 255 = 36%
G 59 of 255 = 23%
B 42 of 255 = 16%

91
59
42

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

Portions of RGB colors in percentages

R + G + B =
91 + 59 + 42 = 192 (100%)
R 91 of 192 ~ 47.4%
G 59 of 192 ~ 30.73%
B 42 of 192 ~ 21.88%

%47.4
%30.73
%21.88

CMYK color model

#5B3B2A color CMYK value is (0,35,54,64).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 53.85%
  • key color value is 64.31%
CMYK: (0,35,54,64) C0M35Y54K64 (0%,35%,54%,64%) (0.00/0.35/0.54/0.64)

CMYK percentages

%0
%35.16
%53.85
%64.31

Codes

Color #5B3B2A in popluar color models

5B3B2A
RGB915942
HSL21°36.84%26.08%
HSB/HSV21°53.85%35.69%
CMYK0.00%35.16%53.85%
64.31%

Color #5B3B2A in popluar number systems.

HEX5B3B2A
Decimal915942
Binary1011011111011101010
Octal1337352

Shades and tints

Shades of #5B3B2A

#5B3B2A
(91,59,42)
#533627
(83,54,39)
#4B3124
(75,49,36)
#432C21
(67,44,33)
#3B271E
(59,39,30)
#33221B
(51,34,27)
#2B1D18
(43,29,24)
#231815
(35,24,21)
#1B1312
(27,19,18)
#130E0F
(19,14,15)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #5B3B2A

#5B3B2A
(91,59,42)
#694C3D
(105,76,61)
#775D50
(119,93,80)
#856E63
(133,110,99)
#937F76
(147,127,118)
#A19089
(161,144,137)
#AFA19C
(175,161,156)
#BDB2AF
(189,178,175)
#CBC3C2
(203,195,194)
#D9D4D5
(217,212,213)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3B2A color. Also use rgb(91,59,42) instead hex code.

Text Font Color

.myTextColor { color: #5B3B2A; }

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

This text font color is #5B3B2A.


Background Color

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

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

This div background color is #5B3B2A.


Border color

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

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

This div border color is #5B3B2A.


Opacity

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

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

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

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

This text has shadow with #5B3B2A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B3B2A on black background.


Color preview on white background

This text has color #5B3B2A on white background.



Black color preview on #5B3B2A background

This text has black color on #5B3B2A background.


White color preview on #5B3B2A background

This text has white color on #5B3B2A background.