COLOR #5B3219

HEX: #5B3219
RGB: (91,50,25)

Color info

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

RGB color model

#5B3219 color RGB value is (91,50,25).

  • red value is 91;
  • green value is 50;
  • blue value is 25.
RGB:
(91,50,25)
(36%,20%,10%)

RGB channels and saturation

R 91 of 255 = 36%
G 50 of 255 = 20%
B 25 of 255 = 10%

91
50
25

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

Portions of RGB colors in percentages

R + G + B =
91 + 50 + 25 = 166 (100%)
R 91 of 166 ~ 54.82%
G 50 of 166 ~ 30.12%
B 25 of 166 ~ 15.06%

%54.82
%30.12
%15.06

CMYK color model

#5B3219 color CMYK value is (0,45,73,64).

  • cyan value is 0.00%
  • magenta value is 45.05%
  • yellow value is 72.53%
  • key color value is 64.31%
CMYK:
(0,45,73,64)
C0M45Y73K64 
(0%,45%,73%,64%)
(0.00/0.45/0.73/0.64)	

CMYK percentages

%0
%45.05
%72.53
%64.31

Codes

Color #5B3219 in popluar color models

5B3219
RGB915025
HSL23°56.90%22.75%
HSB/HSV23°72.53%35.69%
CMYK0.00%45.05%72.53%
64.31%

Color #5B3219 in popluar number systems.

HEX5B3219
Decimal915025
Binary101101111001011001
Octal1336231

Shades and tints

Shades of #5B3219

#5B3219
(91,50,25)
#532E17
(83,46,23)
#4B2A15
(75,42,21)
#432613
(67,38,19)
#3B2211
(59,34,17)
#331E0F
(51,30,15)
#2B1A0D
(43,26,13)
#23160B
(35,22,11)
#1B1209
(27,18,9)
#130E07
(19,14,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #5B3219

#5B3219
(91,50,25)
#69442D
(105,68,45)
#775641
(119,86,65)
#856855
(133,104,85)
#937A69
(147,122,105)
#A18C7D
(161,140,125)
#AF9E91
(175,158,145)
#BDB0A5
(189,176,165)
#CBC2B9
(203,194,185)
#D9D4CD
(217,212,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3219; }

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

This text font color is #5B3219.


Background Color

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

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

This div background color is #5B3219.


Border color

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

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

This div border color is #5B3219.


Opacity

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

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

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

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

This text has shadow with #5B3219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3219 on black background.


Color preview on white background

This text has color #5B3219 on white background.



Black color preview on #5B3219 background

This text has black color on #5B3219 background.


White color preview on #5B3219 background

This text has white color on #5B3219 background.