COLOR #5B3819

HEX: #5B3819
RGB: (91,56,25)

Color info

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

RGB color model

#5B3819 color RGB value is (91,56,25).

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

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 25 of 255 = 10%

91
56
25

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

Portions of RGB colors in percentages

R + G + B =
91 + 56 + 25 = 172 (100%)
R 91 of 172 ~ 52.91%
G 56 of 172 ~ 32.56%
B 25 of 172 ~ 14.53%

%52.91
%32.56
%14.53

CMYK color model

#5B3819 color CMYK value is (0,38,73,64).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 72.53%
  • key color value is 64.31%
CMYK:
(0,38,73,64)
C0M38Y73K64 
(0%,38%,73%,64%)
(0.00/0.38/0.73/0.64)	

CMYK percentages

%0
%38.46
%72.53
%64.31

Codes

Color #5B3819 in popluar color models

5B3819
RGB915625
HSL28°56.90%22.75%
HSB/HSV28°72.53%35.69%
CMYK0.00%38.46%72.53%
64.31%

Color #5B3819 in popluar number systems.

HEX5B3819
Decimal915625
Binary101101111100011001
Octal1337031

Shades and tints

Shades of #5B3819

#5B3819
(91,56,25)
#533317
(83,51,23)
#4B2E15
(75,46,21)
#432913
(67,41,19)
#3B2411
(59,36,17)
#331F0F
(51,31,15)
#2B1A0D
(43,26,13)
#23150B
(35,21,11)
#1B1009
(27,16,9)
#130B07
(19,11,7)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #5B3819

#5B3819
(91,56,25)
#694A2D
(105,74,45)
#775C41
(119,92,65)
#856E55
(133,110,85)
#938069
(147,128,105)
#A1927D
(161,146,125)
#AFA491
(175,164,145)
#BDB6A5
(189,182,165)
#CBC8B9
(203,200,185)
#D9DACD
(217,218,205)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3819; }

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

This text font color is #5B3819.


Background Color

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

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

This div background color is #5B3819.


Border color

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

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

This div border color is #5B3819.


Opacity

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

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

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

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

This text has shadow with #5B3819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3819 on black background.


Color preview on white background

This text has color #5B3819 on white background.



Black color preview on #5B3819 background

This text has black color on #5B3819 background.


White color preview on #5B3819 background

This text has white color on #5B3819 background.