COLOR #5B5846

HEX: #5B5846
RGB: (91,88,70)

Color info

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

RGB color model

#5B5846 color RGB value is (91,88,70).

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

RGB channels and saturation

R 91 of 255 = 36%
G 88 of 255 = 35%
B 70 of 255 = 27%

91
88
70

R + G + B ~ 33%. #5B5846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 88 + 70 = 249 (100%)
R 91 of 249 ~ 36.55%
G 88 of 249 ~ 35.34%
B 70 of 249 ~ 28.11%

%36.55
%35.34
%28.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.30%
  • yellow value is 23.08%
  • key color value is 64.31%
CMYK:
(0,3,23,64)
C0M3Y23K64 
(0%,3%,23%,64%)
(0.00/0.03/0.23/0.64)	

CMYK percentages

%0
%3.3
%23.08
%64.31

Codes

Color #5B5846 in popluar color models

5B5846
RGB918870
HSL51°13.04%31.57%
HSB/HSV51°23.08%35.69%
CMYK0.00%3.30%23.08%
64.31%

Color #5B5846 in popluar number systems.

HEX5B5846
Decimal918870
Binary101101110110001000110
Octal133130106

Shades and tints

Shades of #5B5846

#5B5846
(91,88,70)
#535040
(83,80,64)
#4B483A
(75,72,58)
#434034
(67,64,52)
#3B382E
(59,56,46)
#333028
(51,48,40)
#2B2822
(43,40,34)
#23201C
(35,32,28)
#1B1816
(27,24,22)
#131010
(19,16,16)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #5B5846

#5B5846
(91,88,70)
#696756
(105,103,86)
#777666
(119,118,102)
#858576
(133,133,118)
#939486
(147,148,134)
#A1A396
(161,163,150)
#AFB2A6
(175,178,166)
#BDC1B6
(189,193,182)
#CBD0C6
(203,208,198)
#D9DFD6
(217,223,214)
#E7EEE6
(231,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5846; }

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

This text font color is #5B5846.


Background Color

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

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

This div background color is #5B5846.


Border color

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

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

This div border color is #5B5846.


Opacity

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

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

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

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

This text has shadow with #5B5846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5846 on black background.


Color preview on white background

This text has color #5B5846 on white background.



Black color preview on #5B5846 background

This text has black color on #5B5846 background.


White color preview on #5B5846 background

This text has white color on #5B5846 background.