COLOR #5B4551

HEX: #5B4551 RGB: (91,69,81)

Color info

#5B4551 contains red, green and blue colors in about the same proportion. Web safe color of #5B4551 is #663366 (or #636).

RGB color model

#5B4551 color RGB value is (91,69,81).

RGB: (91,69,81) (36%, 27%, 32%)

RGB channels and saturation

R 91 of 255 = 36%
G 69 of 255 = 27%
B 81 of 255 = 32%

91
69
81

R + G + B ~ 32%. #5B4551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 69 + 81 = 241 (100%)
R 91 of 241 ~ 37.76%
G 69 of 241 ~ 28.63%
B 81 of 241 ~ 33.61'%

%37.76
%28.63
%33.61

CMYK color model

#5B4551 color CMYK value is (0,24,11,64).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 10.99%
  • key color value is 64.31%

CMYK: (0,24,11,64)
C0M24Y11K64 (0%, 24%, 11%, 64%)
(0.00 / 0.24 / 0.11 / 0.64)

CMYK percentages

%0
%24.18
%10.99
%64.31

Codes

Color #5B4551 in popluar color models

5B 45 51
RGB 91 69 81
HSL 327° 13.75% 31.37%
HSB/HSV 327° 24.18% 35.69%
CMYK 0.00% 24.18% 10.99%
64.31%

Color #5B4551 in popluar number systems.

HEX 5B 45 51
Decimal 91 69 81
Binary 1011011 1000101 1010001
Octal 133 105 121

Shades and tints

Shades of #5B4551

#5B4551
(91,69,81)
#533F4A
(83,63,74)
#4B3943
(75,57,67)
#43333C
(67,51,60)
#3B2D35
(59,45,53)
#33272E
(51,39,46)
#2B2127
(43,33,39)
#231B20
(35,27,32)
#1B1519
(27,21,25)
#130F12
(19,15,18)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #5B4551

#5B4551
(91,69,81)
#695560
(105,85,96)
#77656F
(119,101,111)
#85757E
(133,117,126)
#93858D
(147,133,141)
#A1959C
(161,149,156)
#AFA5AB
(175,165,171)
#BDB5BA
(189,181,186)
#CBC5C9
(203,197,201)
#D9D5D8
(217,213,216)
#E7E5E7
(231,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4551 color. Also use rgb(91,69,81) instead hex code.

Text Font Color

.myTextColor { color: #5B4551; }

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

This text font color is #5B4551.

Background Color

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

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

This div background color is #5B4551.

Border color

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

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

This div border color is #5B4551.

Opacity

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

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

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

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

This text has shadow with #5B4551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4551.

Preview

Color preview on black background

This text has color #5B4551 on black background.


Color preview on white background

This text has color #5B4551 on white background.


Black color preview on #5B4551 background

This text has black color on #5B4551 background.


White color preview on #5B4551 background

This text has white color on #5B4551 background.


Related colors

Complementary color

Complementary color for #hex is #A4BAAE.


I love getcolorcode.com

Triadic colors

1 #515B45 and #45515B with #5B4551 are triadic colors.

2 #51455B and #455B51 with #5B4551 are triadic colors.