COLOR #5B3949

HEX: #5B3949 RGB: (91,57,73)

Color info

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

RGB color model

#5B3949 color RGB value is (91,57,73).

RGB: (91,57,73) (36%, 22%, 29%)

RGB channels and saturation

R 91 of 255 = 36%
G 57 of 255 = 22%
B 73 of 255 = 29%

91
57
73

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

Portions of RGB colors in percentages

R + G + B = 91 + 57 + 73 = 221 (100%)
R 91 of 221 ~ 41.18%
G 57 of 221 ~ 25.79%
B 73 of 221 ~ 33.03'%

%41.18
%25.79
%33.03

CMYK color model

#5B3949 color CMYK value is (0,37,20,64).

  • cyan value is 0.00%
  • magenta value is 37.36%
  • yellow value is 19.78%
  • key color value is 64.31%

CMYK: (0,37,20,64)
C0M37Y20K64 (0%, 37%, 20%, 64%)
(0.00 / 0.37 / 0.20 / 0.64)

CMYK percentages

%0
%37.36
%19.78
%64.31

Codes

Color #5B3949 in popluar color models

5B 39 49
RGB 91 57 73
HSL 332° 22.97% 29.02%
HSB/HSV 332° 37.36% 35.69%
CMYK 0.00% 37.36% 19.78%
64.31%

Color #5B3949 in popluar number systems.

HEX 5B 39 49
Decimal 91 57 73
Binary 1011011 111001 1001001
Octal 133 71 111

Shades and tints

Shades of #5B3949

#5B3949
(91,57,73)
#533443
(83,52,67)
#4B2F3D
(75,47,61)
#432A37
(67,42,55)
#3B2531
(59,37,49)
#33202B
(51,32,43)
#2B1B25
(43,27,37)
#23161F
(35,22,31)
#1B1119
(27,17,25)
#130C13
(19,12,19)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #5B3949

#5B3949
(91,57,73)
#694B59
(105,75,89)
#775D69
(119,93,105)
#856F79
(133,111,121)
#938189
(147,129,137)
#A19399
(161,147,153)
#AFA5A9
(175,165,169)
#BDB7B9
(189,183,185)
#CBC9C9
(203,201,201)
#D9DBD9
(217,219,217)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3949 color. Also use rgb(91,57,73) instead hex code.

Text Font Color

.myTextColor { color: #5B3949; }

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

This text font color is #5B3949.

Background Color

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

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

This div background color is #5B3949.

Border color

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

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

This div border color is #5B3949.

Opacity

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

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

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

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

This text has shadow with #5B3949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B3949.

Preview

Color preview on black background

This text has color #5B3949 on black background.


Color preview on white background

This text has color #5B3949 on white background.


Black color preview on #5B3949 background

This text has black color on #5B3949 background.


White color preview on #5B3949 background

This text has white color on #5B3949 background.


Related colors

Complementary color

Complementary color for #hex is #A4C6B6.


I love getcolorcode.com

Triadic colors

1 #495B39 and #39495B with #5B3949 are triadic colors.

2 #49395B and #395B49 with #5B3949 are triadic colors.