COLOR #5B4451

HEX: #5B4451 RGB: (91,68,81)

Color info

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

RGB color model

#5B4451 color RGB value is (91,68,81).

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

RGB channels and saturation

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

91
68
81

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

Portions of RGB colors in percentages

R + G + B = 91 + 68 + 81 = 240 (100%)
R 91 of 240 ~ 37.92%
G 68 of 240 ~ 28.33%
B 81 of 240 ~ 33.75'%

%37.92
%28.33
%33.75

CMYK color model

#5B4451 color CMYK value is (0,25,11,64).

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

CMYK: (0,25,11,64)
C0M25Y11K64 (0%, 25%, 11%, 64%)
(0.00 / 0.25 / 0.11 / 0.64)

CMYK percentages

%0
%25.27
%10.99
%64.31

Codes

Color #5B4451 in popluar color models

5B 44 51
RGB 91 68 81
HSL 326° 14.47% 31.18%
HSB/HSV 326° 25.27% 35.69%
CMYK 0.00% 25.27% 10.99%
64.31%

Color #5B4451 in popluar number systems.

HEX 5B 44 51
Decimal 91 68 81
Binary 1011011 1000100 1010001
Octal 133 104 121

Shades and tints

Shades of #5B4451

#5B4451
(91,68,81)
#533E4A
(83,62,74)
#4B3843
(75,56,67)
#43323C
(67,50,60)
#3B2C35
(59,44,53)
#33262E
(51,38,46)
#2B2027
(43,32,39)
#231A20
(35,26,32)
#1B1419
(27,20,25)
#130E12
(19,14,18)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #5B4451

#5B4451
(91,68,81)
#695560
(105,85,96)
#77666F
(119,102,111)
#85777E
(133,119,126)
#93888D
(147,136,141)
#A1999C
(161,153,156)
#AFAAAB
(175,170,171)
#BDBBBA
(189,187,186)
#CBCCC9
(203,204,201)
#D9DDD8
(217,221,216)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4451; }

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

This text font color is #5B4451.

Background Color

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

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

This div background color is #5B4451.

Border color

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

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

This div border color is #5B4451.

Opacity

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

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

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

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

This text has shadow with #5B4451 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4451.

Preview

Color preview on black background

This text has color #5B4451 on black background.


Color preview on white background

This text has color #5B4451 on white background.


Black color preview on #5B4451 background

This text has black color on #5B4451 background.


White color preview on #5B4451 background

This text has white color on #5B4451 background.


Related colors

Complementary color

Complementary color for #hex is #A4BBAE.


I love getcolorcode.com

Triadic colors

1 #515B44 and #44515B with #5B4451 are triadic colors.

2 #51445B and #445B51 with #5B4451 are triadic colors.