COLOR #5B5540

HEX: #5B5540
RGB: (91,85,64)

Color info

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

RGB color model

#5B5540 color RGB value is (91,85,64).

  • red value is 91;
  • green value is 85;
  • blue value is 64.
RGB:
(91,85,64)
(36%,33%,25%)

RGB channels and saturation

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

91
85
64

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

Portions of RGB colors in percentages

R + G + B =
91 + 85 + 64 = 240 (100%)
R 91 of 240 ~ 37.92%
G 85 of 240 ~ 35.42%
B 64 of 240 ~ 26.67%

%37.92
%35.42
%26.67

CMYK color model

#5B5540 color CMYK value is (0,7,30,64).

  • cyan value is 0.00%
  • magenta value is 6.59%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(0,7,30,64)
C0M7Y30K64 
(0%,7%,30%,64%)
(0.00/0.07/0.30/0.64)	

CMYK percentages

%0
%6.59
%29.67
%64.31

Codes

Color #5B5540 in popluar color models

5B5540
RGB918564
HSL47°17.42%30.39%
HSB/HSV47°29.67%35.69%
CMYK0.00%6.59%29.67%
64.31%

Color #5B5540 in popluar number systems.

HEX5B5540
Decimal918564
Binary101101110101011000000
Octal133125100

Shades and tints

Shades of #5B5540

#5B5540
(91,85,64)
#534E3B
(83,78,59)
#4B4736
(75,71,54)
#434031
(67,64,49)
#3B392C
(59,57,44)
#333227
(51,50,39)
#2B2B22
(43,43,34)
#23241D
(35,36,29)
#1B1D18
(27,29,24)
#131613
(19,22,19)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #5B5540

#5B5540
(91,85,64)
#696451
(105,100,81)
#777362
(119,115,98)
#858273
(133,130,115)
#939184
(147,145,132)
#A1A095
(161,160,149)
#AFAFA6
(175,175,166)
#BDBEB7
(189,190,183)
#CBCDC8
(203,205,200)
#D9DCD9
(217,220,217)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5540; }

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

This text font color is #5B5540.


Background Color

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

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

This div background color is #5B5540.


Border color

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

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

This div border color is #5B5540.


Opacity

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

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

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

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

This text has shadow with #5B5540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5540 on black background.


Color preview on white background

This text has color #5B5540 on white background.



Black color preview on #5B5540 background

This text has black color on #5B5540 background.


White color preview on #5B5540 background

This text has white color on #5B5540 background.