COLOR #5B3B48

HEX: #5B3B48
RGB: (91,59,72)

Color info

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

RGB color model

#5B3B48 color RGB value is (91,59,72).

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

RGB channels and saturation

R 91 of 255 = 36%
G 59 of 255 = 23%
B 72 of 255 = 28%

91
59
72

R + G + B ~ 29%. #5B3B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 59 + 72 = 222 (100%)
R 91 of 222 ~ 40.99%
G 59 of 222 ~ 26.58%
B 72 of 222 ~ 32.43%

%40.99
%26.58
%32.43

CMYK color model

#5B3B48 color CMYK value is (0,35,21,64).

  • cyan value is 0.00%
  • magenta value is 35.16%
  • yellow value is 20.88%
  • key color value is 64.31%
CMYK:
(0,35,21,64)
C0M35Y21K64 
(0%,35%,21%,64%)
(0.00/0.35/0.21/0.64)	

CMYK percentages

%0
%35.16
%20.88
%64.31

Codes

Color #5B3B48 in popluar color models

5B3B48
RGB915972
HSL336°21.33%29.41%
HSB/HSV336°35.16%35.69%
CMYK0.00%35.16%20.88%
64.31%

Color #5B3B48 in popluar number systems.

HEX5B3B48
Decimal915972
Binary10110111110111001000
Octal13373110

Shades and tints

Shades of #5B3B48

#5B3B48
(91,59,72)
#533642
(83,54,66)
#4B313C
(75,49,60)
#432C36
(67,44,54)
#3B2730
(59,39,48)
#33222A
(51,34,42)
#2B1D24
(43,29,36)
#23181E
(35,24,30)
#1B1318
(27,19,24)
#130E12
(19,14,18)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #5B3B48

#5B3B48
(91,59,72)
#694C58
(105,76,88)
#775D68
(119,93,104)
#856E78
(133,110,120)
#937F88
(147,127,136)
#A19098
(161,144,152)
#AFA1A8
(175,161,168)
#BDB2B8
(189,178,184)
#CBC3C8
(203,195,200)
#D9D4D8
(217,212,216)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3B48; }

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

This text font color is #5B3B48.


Background Color

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

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

This div background color is #5B3B48.


Border color

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

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

This div border color is #5B3B48.


Opacity

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

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

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

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

This text has shadow with #5B3B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3B48 on black background.


Color preview on white background

This text has color #5B3B48 on white background.



Black color preview on #5B3B48 background

This text has black color on #5B3B48 background.


White color preview on #5B3B48 background

This text has white color on #5B3B48 background.