COLOR #5B292E

HEX: #5B292E
RGB: (91,41,46)

Color info

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

RGB color model

#5B292E color RGB value is (91,41,46).

  • red value is 91;
  • green value is 41;
  • blue value is 46.
RGB:
(91,41,46)
(36%,16%,18%)

RGB channels and saturation

R 91 of 255 = 36%
G 41 of 255 = 16%
B 46 of 255 = 18%

91
41
46

R + G + B ~ 23%. #5B292E is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 41 + 46 = 178 (100%)
R 91 of 178 ~ 51.12%
G 41 of 178 ~ 23.03%
B 46 of 178 ~ 25.84%

%51.12
%23.03
%25.84

CMYK color model

#5B292E color CMYK value is (0,55,49,64).

  • cyan value is 0.00%
  • magenta value is 54.95%
  • yellow value is 49.45%
  • key color value is 64.31%
CMYK:
(0,55,49,64)
C0M55Y49K64 
(0%,55%,49%,64%)
(0.00/0.55/0.49/0.64)	

CMYK percentages

%0
%54.95
%49.45
%64.31

Codes

Color #5B292E in popluar color models

5B292E
RGB914146
HSL354°37.88%25.88%
HSB/HSV354°54.95%35.69%
CMYK0.00%54.95%49.45%
64.31%

Color #5B292E in popluar number systems.

HEX5B292E
Decimal914146
Binary1011011101001101110
Octal1335156

Shades and tints

Shades of #5B292E

#5B292E
(91,41,46)
#53262A
(83,38,42)
#4B2326
(75,35,38)
#432022
(67,32,34)
#3B1D1E
(59,29,30)
#331A1A
(51,26,26)
#2B1716
(43,23,22)
#231412
(35,20,18)
#1B110E
(27,17,14)
#130E0A
(19,14,10)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #5B292E

#5B292E
(91,41,46)
#693C41
(105,60,65)
#774F54
(119,79,84)
#856267
(133,98,103)
#93757A
(147,117,122)
#A1888D
(161,136,141)
#AF9BA0
(175,155,160)
#BDAEB3
(189,174,179)
#CBC1C6
(203,193,198)
#D9D4D9
(217,212,217)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B292E color. Also use rgb(91,41,46) instead hex code.

Text Font Color

.myTextColor { color: #5B292E; }

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

This text font color is #5B292E.


Background Color

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

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

This div background color is #5B292E.


Border color

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

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

This div border color is #5B292E.


Opacity

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

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

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

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

This text has shadow with #5B292E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B292E on black background.


Color preview on white background

This text has color #5B292E on white background.



Black color preview on #5B292E background

This text has black color on #5B292E background.


White color preview on #5B292E background

This text has white color on #5B292E background.