COLOR #5B5646

HEX: #5B5646
RGB: (91,86,70)

Color info

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

RGB color model

#5B5646 color RGB value is (91,86,70).

  • red value is 91;
  • green value is 86;
  • blue value is 70.
RGB:
(91,86,70)
(36%,34%,27%)

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 70 of 255 = 27%

91
86
70

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 70 = 247 (100%)
R 91 of 247 ~ 36.84%
G 86 of 247 ~ 34.82%
B 70 of 247 ~ 28.34%

%36.84
%34.82
%28.34

CMYK color model

#5B5646 color CMYK value is (0,5,23,64).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 23.08%
  • key color value is 64.31%
CMYK:
(0,5,23,64)
C0M5Y23K64 
(0%,5%,23%,64%)
(0.00/0.05/0.23/0.64)	

CMYK percentages

%0
%5.49
%23.08
%64.31

Codes

Color #5B5646 in popluar color models

5B5646
RGB918670
HSL46°13.04%31.57%
HSB/HSV46°23.08%35.69%
CMYK0.00%5.49%23.08%
64.31%

Color #5B5646 in popluar number systems.

HEX5B5646
Decimal918670
Binary101101110101101000110
Octal133126106

Shades and tints

Shades of #5B5646

#5B5646
(91,86,70)
#534F40
(83,79,64)
#4B483A
(75,72,58)
#434134
(67,65,52)
#3B3A2E
(59,58,46)
#333328
(51,51,40)
#2B2C22
(43,44,34)
#23251C
(35,37,28)
#1B1E16
(27,30,22)
#131710
(19,23,16)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #5B5646

#5B5646
(91,86,70)
#696556
(105,101,86)
#777466
(119,116,102)
#858376
(133,131,118)
#939286
(147,146,134)
#A1A196
(161,161,150)
#AFB0A6
(175,176,166)
#BDBFB6
(189,191,182)
#CBCEC6
(203,206,198)
#D9DDD6
(217,221,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5646 color. Also use rgb(91,86,70) instead hex code.

Text Font Color

.myTextColor { color: #5B5646; }

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

This text font color is #5B5646.


Background Color

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

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

This div background color is #5B5646.


Border color

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

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

This div border color is #5B5646.


Opacity

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

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

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

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

This text has shadow with #5B5646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5646 on black background.


Color preview on white background

This text has color #5B5646 on white background.



Black color preview on #5B5646 background

This text has black color on #5B5646 background.


White color preview on #5B5646 background

This text has white color on #5B5646 background.