COLOR #5B2823

HEX: #5B2823
RGB: (91,40,35)

Color info

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

RGB color model

#5B2823 color RGB value is (91,40,35).

  • red value is 91;
  • green value is 40;
  • blue value is 35.
RGB:
(91,40,35)
(36%,16%,14%)

RGB channels and saturation

R 91 of 255 = 36%
G 40 of 255 = 16%
B 35 of 255 = 14%

91
40
35

R + G + B ~ 22%. #5B2823 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 40 + 35 = 166 (100%)
R 91 of 166 ~ 54.82%
G 40 of 166 ~ 24.1%
B 35 of 166 ~ 21.08%

%54.82
%24.1
%21.08

CMYK color model

#5B2823 color CMYK value is (0,56,62,64).

  • cyan value is 0.00%
  • magenta value is 56.04%
  • yellow value is 61.54%
  • key color value is 64.31%
CMYK:
(0,56,62,64)
C0M56Y62K64 
(0%,56%,62%,64%)
(0.00/0.56/0.62/0.64)	

CMYK percentages

%0
%56.04
%61.54
%64.31

Codes

Color #5B2823 in popluar color models

5B2823
RGB914035
HSL44.44%24.71%
HSB/HSV61.54%35.69%
CMYK0.00%56.04%61.54%
64.31%

Color #5B2823 in popluar number systems.

HEX5B2823
Decimal914035
Binary1011011101000100011
Octal1335043

Shades and tints

Shades of #5B2823

#5B2823
(91,40,35)
#532520
(83,37,32)
#4B221D
(75,34,29)
#431F1A
(67,31,26)
#3B1C17
(59,28,23)
#331914
(51,25,20)
#2B1611
(43,22,17)
#23130E
(35,19,14)
#1B100B
(27,16,11)
#130D08
(19,13,8)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #5B2823

#5B2823
(91,40,35)
#693B37
(105,59,55)
#774E4B
(119,78,75)
#85615F
(133,97,95)
#937473
(147,116,115)
#A18787
(161,135,135)
#AF9A9B
(175,154,155)
#BDADAF
(189,173,175)
#CBC0C3
(203,192,195)
#D9D3D7
(217,211,215)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B2823 color. Also use rgb(91,40,35) instead hex code.

Text Font Color

.myTextColor { color: #5B2823; }

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

This text font color is #5B2823.


Background Color

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

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

This div background color is #5B2823.


Border color

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

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

This div border color is #5B2823.


Opacity

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

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

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

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

This text has shadow with #5B2823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2823 on black background.


Color preview on white background

This text has color #5B2823 on white background.



Black color preview on #5B2823 background

This text has black color on #5B2823 background.


White color preview on #5B2823 background

This text has white color on #5B2823 background.