COLOR #5B5643

HEX: #5B5643
RGB: (91,86,67)

Color info

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

RGB color model

#5B5643 color RGB value is (91,86,67).

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

RGB channels and saturation

R 91 of 255 = 36%
G 86 of 255 = 34%
B 67 of 255 = 26%

91
86
67

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

Portions of RGB colors in percentages

R + G + B =
91 + 86 + 67 = 244 (100%)
R 91 of 244 ~ 37.3%
G 86 of 244 ~ 35.25%
B 67 of 244 ~ 27.46%

%37.3
%35.25
%27.46

CMYK color model

#5B5643 color CMYK value is (0,5,26,64).

  • cyan value is 0.00%
  • magenta value is 5.49%
  • yellow value is 26.37%
  • key color value is 64.31%
CMYK:
(0,5,26,64)
C0M5Y26K64 
(0%,5%,26%,64%)
(0.00/0.05/0.26/0.64)	

CMYK percentages

%0
%5.49
%26.37
%64.31

Codes

Color #5B5643 in popluar color models

5B5643
RGB918667
HSL48°15.19%30.98%
HSB/HSV48°26.37%35.69%
CMYK0.00%5.49%26.37%
64.31%

Color #5B5643 in popluar number systems.

HEX5B5643
Decimal918667
Binary101101110101101000011
Octal133126103

Shades and tints

Shades of #5B5643

#5B5643
(91,86,67)
#534F3D
(83,79,61)
#4B4837
(75,72,55)
#434131
(67,65,49)
#3B3A2B
(59,58,43)
#333325
(51,51,37)
#2B2C1F
(43,44,31)
#232519
(35,37,25)
#1B1E13
(27,30,19)
#13170D
(19,23,13)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #5B5643

#5B5643
(91,86,67)
#696554
(105,101,84)
#777465
(119,116,101)
#858376
(133,131,118)
#939287
(147,146,135)
#A1A198
(161,161,152)
#AFB0A9
(175,176,169)
#BDBFBA
(189,191,186)
#CBCECB
(203,206,203)
#D9DDDC
(217,221,220)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5643; }

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

This text font color is #5B5643.


Background Color

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

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

This div background color is #5B5643.


Border color

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

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

This div border color is #5B5643.


Opacity

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

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

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

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

This text has shadow with #5B5643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5643 on black background.


Color preview on white background

This text has color #5B5643 on white background.



Black color preview on #5B5643 background

This text has black color on #5B5643 background.


White color preview on #5B5643 background

This text has white color on #5B5643 background.