COLOR #5B3B37

HEX: #5B3B37
RGB: (91,59,55)

Color info

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

RGB color model

#5B3B37 color RGB value is (91,59,55).

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

RGB channels and saturation

R 91 of 255 = 36%
G 59 of 255 = 23%
B 55 of 255 = 22%

91
59
55

R + G + B ~ 27%. #5B3B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 59 + 55 = 205 (100%)
R 91 of 205 ~ 44.39%
G 59 of 205 ~ 28.78%
B 55 of 205 ~ 26.83%

%44.39
%28.78
%26.83

CMYK color model

#5B3B37 color CMYK value is (0,35,40,64).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(0,35,40,64)
C0M35Y40K64 
(0%,35%,40%,64%)
(0.00/0.35/0.40/0.64)	

CMYK percentages

%0
%35.16
%39.56
%64.31

Codes

Color #5B3B37 in popluar color models

5B3B37
RGB915955
HSL24.66%28.63%
HSB/HSV39.56%35.69%
CMYK0.00%35.16%39.56%
64.31%

Color #5B3B37 in popluar number systems.

HEX5B3B37
Decimal915955
Binary1011011111011110111
Octal1337367

Shades and tints

Shades of #5B3B37

#5B3B37
(91,59,55)
#533632
(83,54,50)
#4B312D
(75,49,45)
#432C28
(67,44,40)
#3B2723
(59,39,35)
#33221E
(51,34,30)
#2B1D19
(43,29,25)
#231814
(35,24,20)
#1B130F
(27,19,15)
#130E0A
(19,14,10)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #5B3B37

#5B3B37
(91,59,55)
#694C49
(105,76,73)
#775D5B
(119,93,91)
#856E6D
(133,110,109)
#937F7F
(147,127,127)
#A19091
(161,144,145)
#AFA1A3
(175,161,163)
#BDB2B5
(189,178,181)
#CBC3C7
(203,195,199)
#D9D4D9
(217,212,217)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3B37; }

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

This text font color is #5B3B37.


Background Color

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

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

This div background color is #5B3B37.


Border color

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

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

This div border color is #5B3B37.


Opacity

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

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

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

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

This text has shadow with #5B3B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3B37 on black background.


Color preview on white background

This text has color #5B3B37 on white background.



Black color preview on #5B3B37 background

This text has black color on #5B3B37 background.


White color preview on #5B3B37 background

This text has white color on #5B3B37 background.