COLOR #5B2319

HEX: #5B2319 RGB: (91,35,25)

Color info

#5B2319 contains mainly red and green colors. Web safe color of #5B2319 is #663300 (or #630).

RGB color model

#5B2319 color RGB value is (91,35,25).

RGB: (91,35,25) (36%, 14%, 10%)

RGB channels and saturation

R 91 of 255 = 36%
G 35 of 255 = 14%
B 25 of 255 = 10%

91
35
25

R + G + B ~ 20%. #5B2319 is dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 35 + 25 = 151 (100%)
R 91 of 151 ~ 60.26%
G 35 of 151 ~ 23.18%
B 25 of 151 ~ 16.56'%

%60.26
%23.18
%16.56

CMYK color model

#5B2319 color CMYK value is (0,62,73,64).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 72.53%
  • key color value is 64.31%

CMYK: (0,62,73,64)
C0M62Y73K64 (0%, 62%, 73%, 64%)
(0.00 / 0.62 / 0.73 / 0.64)

CMYK percentages

%0
%61.54
%72.53
%64.31

Codes

Color #5B2319 in popluar color models

5B 23 19
RGB 91 35 25
HSL 56.90% 22.75%
HSB/HSV 72.53% 35.69%
CMYK 0.00% 61.54% 72.53%
64.31%

Color #5B2319 in popluar number systems.

HEX 5B 23 19
Decimal 91 35 25
Binary 1011011 100011 11001
Octal 133 43 31

Shades and tints

Shades of #5B2319

#5B2319
(91,35,25)
#532017
(83,32,23)
#4B1D15
(75,29,21)
#431A13
(67,26,19)
#3B1711
(59,23,17)
#33140F
(51,20,15)
#2B110D
(43,17,13)
#230E0B
(35,14,11)
#1B0B09
(27,11,9)
#130807
(19,8,7)
#0B0505
(11,5,5)
#000000
(0,0,0)

Tints of #5B2319

#5B2319
(91,35,25)
#69372D
(105,55,45)
#774B41
(119,75,65)
#855F55
(133,95,85)
#937369
(147,115,105)
#A1877D
(161,135,125)
#AF9B91
(175,155,145)
#BDAFA5
(189,175,165)
#CBC3B9
(203,195,185)
#D9D7CD
(217,215,205)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2319; }

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

This text font color is #5B2319.

Background Color

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

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

This div background color is #5B2319.

Border color

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

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

This div border color is #5B2319.

Opacity

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

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

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

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

This text has shadow with #5B2319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B2319.

Preview

Color preview on black background

This text has color #5B2319 on black background.


Color preview on white background

This text has color #5B2319 on white background.


Black color preview on #5B2319 background

This text has black color on #5B2319 background.


White color preview on #5B2319 background

This text has white color on #5B2319 background.


Related colors

Complementary color

Complementary color for #hex is #A4DCE6.


I love getcolorcode.com

Triadic colors

1 #195B23 and #23195B with #5B2319 are triadic colors.

2 #19235B and #235B19 with #5B2319 are triadic colors.