COLOR #5B5440

HEX: #5B5440 RGB: (91,84,64)

Color info

#5B5440 contains red, green and blue colors in about the same proportion. Web safe color of #5B5440 is #666633 (or #663).

RGB color model

#5B5440 color RGB value is (91,84,64).

RGB: (91,84,64) (36%, 33%, 25%)

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 64 of 255 = 25%

91
84
64

R + G + B ~ 31%. #5B5440 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 84 + 64 = 239 (100%)
R 91 of 239 ~ 38.08%
G 84 of 239 ~ 35.15%
B 64 of 239 ~ 26.78'%

%38.08
%35.15
%26.78

CMYK color model

#5B5440 color CMYK value is (0,8,30,64).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 29.67%
  • key color value is 64.31%

CMYK: (0,8,30,64)
C0M8Y30K64 (0%, 8%, 30%, 64%)
(0.00 / 0.08 / 0.30 / 0.64)

CMYK percentages

%0
%7.69
%29.67
%64.31

Codes

Color #5B5440 in popluar color models

5B 54 40
RGB 91 84 64
HSL 44° 17.42% 30.39%
HSB/HSV 44° 29.67% 35.69%
CMYK 0.00% 7.69% 29.67%
64.31%

Color #5B5440 in popluar number systems.

HEX 5B 54 40
Decimal 91 84 64
Binary 1011011 1010100 1000000
Octal 133 124 100

Shades and tints

Shades of #5B5440

#5B5440
(91,84,64)
#534D3B
(83,77,59)
#4B4636
(75,70,54)
#433F31
(67,63,49)
#3B382C
(59,56,44)
#333127
(51,49,39)
#2B2A22
(43,42,34)
#23231D
(35,35,29)
#1B1C18
(27,28,24)
#131513
(19,21,19)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B5440

#5B5440
(91,84,64)
#696351
(105,99,81)
#777262
(119,114,98)
#858173
(133,129,115)
#939084
(147,144,132)
#A19F95
(161,159,149)
#AFAEA6
(175,174,166)
#BDBDB7
(189,189,183)
#CBCCC8
(203,204,200)
#D9DBD9
(217,219,217)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5440 color. Also use rgb(91,84,64) instead hex code.

Text Font Color

.myTextColor { color: #5B5440; }

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

This text font color is #5B5440.

Background Color

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

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

This div background color is #5B5440.

Border color

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

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

This div border color is #5B5440.

Opacity

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

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

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

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

This text has shadow with #5B5440 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B5440.

Preview

Color preview on black background

This text has color #5B5440 on black background.


Color preview on white background

This text has color #5B5440 on white background.


Black color preview on #5B5440 background

This text has black color on #5B5440 background.


White color preview on #5B5440 background

This text has white color on #5B5440 background.


Related colors

Complementary color

Complementary color for #hex is #A4ABBF.


I love getcolorcode.com

Triadic colors

1 #405B54 and #54405B with #5B5440 are triadic colors.

2 #40545B and #545B40 with #5B5440 are triadic colors.