COLOR #5B3B41

HEX: #5B3B41
RGB: (91,59,65)

Color info

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

RGB color model

#5B3B41 color RGB value is (91,59,65).

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

RGB channels and saturation

R 91 of 255 = 36%
G 59 of 255 = 23%
B 65 of 255 = 25%

91
59
65

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

Portions of RGB colors in percentages

R + G + B =
91 + 59 + 65 = 215 (100%)
R 91 of 215 ~ 42.33%
G 59 of 215 ~ 27.44%
B 65 of 215 ~ 30.23%

%42.33
%27.44
%30.23

CMYK color model

#5B3B41 color CMYK value is (0,35,29,64).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,35,29,64)
C0M35Y29K64 
(0%,35%,29%,64%)
(0.00/0.35/0.29/0.64)	

CMYK percentages

%0
%35.16
%28.57
%64.31

Codes

Color #5B3B41 in popluar color models

5B3B41
RGB915965
HSL349°21.33%29.41%
HSB/HSV349°35.16%35.69%
CMYK0.00%35.16%28.57%
64.31%

Color #5B3B41 in popluar number systems.

HEX5B3B41
Decimal915965
Binary10110111110111000001
Octal13373101

Shades and tints

Shades of #5B3B41

#5B3B41
(91,59,65)
#53363C
(83,54,60)
#4B3137
(75,49,55)
#432C32
(67,44,50)
#3B272D
(59,39,45)
#332228
(51,34,40)
#2B1D23
(43,29,35)
#23181E
(35,24,30)
#1B1319
(27,19,25)
#130E14
(19,14,20)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #5B3B41

#5B3B41
(91,59,65)
#694C52
(105,76,82)
#775D63
(119,93,99)
#856E74
(133,110,116)
#937F85
(147,127,133)
#A19096
(161,144,150)
#AFA1A7
(175,161,167)
#BDB2B8
(189,178,184)
#CBC3C9
(203,195,201)
#D9D4DA
(217,212,218)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3B41; }

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

This text font color is #5B3B41.


Background Color

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

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

This div background color is #5B3B41.


Border color

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

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

This div border color is #5B3B41.


Opacity

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

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

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

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

This text has shadow with #5B3B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3B41 on black background.


Color preview on white background

This text has color #5B3B41 on white background.



Black color preview on #5B3B41 background

This text has black color on #5B3B41 background.


White color preview on #5B3B41 background

This text has white color on #5B3B41 background.