COLOR #5B4246

HEX: #5B4246
RGB: (91,66,70)

Color info

#5B4246 contains red, green and blue colors in about the same proportion. Web safe color of #5B4246 is #663333 (or #633).

RGB color model

#5B4246 color RGB value is (91,66,70).

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

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 70 of 255 = 27%

91
66
70

R + G + B ~ 30%. #5B4246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 66 + 70 = 227 (100%)
R 91 of 227 ~ 40.09%
G 66 of 227 ~ 29.07%
B 70 of 227 ~ 30.84%

%40.09
%29.07
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 23.08%
  • key color value is 64.31%
CMYK:
(0,27,23,64)
C0M27Y23K64 
(0%,27%,23%,64%)
(0.00/0.27/0.23/0.64)	

CMYK percentages

%0
%27.47
%23.08
%64.31

Codes

Color #5B4246 in popluar color models

5B4246
RGB916670
HSL350°15.92%30.78%
HSB/HSV350°27.47%35.69%
CMYK0.00%27.47%23.08%
64.31%

Color #5B4246 in popluar number systems.

HEX5B4246
Decimal916670
Binary101101110000101000110
Octal133102106

Shades and tints

Shades of #5B4246

#5B4246
(91,66,70)
#533C40
(83,60,64)
#4B363A
(75,54,58)
#433034
(67,48,52)
#3B2A2E
(59,42,46)
#332428
(51,36,40)
#2B1E22
(43,30,34)
#23181C
(35,24,28)
#1B1216
(27,18,22)
#130C10
(19,12,16)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #5B4246

#5B4246
(91,66,70)
#695356
(105,83,86)
#776466
(119,100,102)
#857576
(133,117,118)
#938686
(147,134,134)
#A19796
(161,151,150)
#AFA8A6
(175,168,166)
#BDB9B6
(189,185,182)
#CBCAC6
(203,202,198)
#D9DBD6
(217,219,214)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4246; }

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

This text font color is #5B4246.


Background Color

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

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

This div background color is #5B4246.


Border color

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

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

This div border color is #5B4246.


Opacity

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

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

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

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

This text has shadow with #5B4246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4246 on black background.


Color preview on white background

This text has color #5B4246 on white background.



Black color preview on #5B4246 background

This text has black color on #5B4246 background.


White color preview on #5B4246 background

This text has white color on #5B4246 background.