COLOR #5B3817

HEX: #5B3817
RGB: (91,56,23)

Color info

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

RGB color model

#5B3817 color RGB value is (91,56,23).

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

RGB channels and saturation

R 91 of 255 = 36%
G 56 of 255 = 22%
B 23 of 255 = 9%

91
56
23

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

Portions of RGB colors in percentages

R + G + B =
91 + 56 + 23 = 170 (100%)
R 91 of 170 ~ 53.53%
G 56 of 170 ~ 32.94%
B 23 of 170 ~ 13.53%

%53.53
%32.94
%13.53

CMYK color model

#5B3817 color CMYK value is (0,38,75,64).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 74.73%
  • key color value is 64.31%
CMYK:
(0,38,75,64)
C0M38Y75K64 
(0%,38%,75%,64%)
(0.00/0.38/0.75/0.64)	

CMYK percentages

%0
%38.46
%74.73
%64.31

Codes

Color #5B3817 in popluar color models

5B3817
RGB915623
HSL29°59.65%22.35%
HSB/HSV29°74.73%35.69%
CMYK0.00%38.46%74.73%
64.31%

Color #5B3817 in popluar number systems.

HEX5B3817
Decimal915623
Binary101101111100010111
Octal1337027

Shades and tints

Shades of #5B3817

#5B3817
(91,56,23)
#533315
(83,51,21)
#4B2E13
(75,46,19)
#432911
(67,41,17)
#3B240F
(59,36,15)
#331F0D
(51,31,13)
#2B1A0B
(43,26,11)
#231509
(35,21,9)
#1B1007
(27,16,7)
#130B05
(19,11,5)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #5B3817

#5B3817
(91,56,23)
#694A2C
(105,74,44)
#775C41
(119,92,65)
#856E56
(133,110,86)
#93806B
(147,128,107)
#A19280
(161,146,128)
#AFA495
(175,164,149)
#BDB6AA
(189,182,170)
#CBC8BF
(203,200,191)
#D9DAD4
(217,218,212)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3817; }

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

This text font color is #5B3817.


Background Color

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

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

This div background color is #5B3817.


Border color

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

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

This div border color is #5B3817.


Opacity

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

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

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

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

This text has shadow with #5B3817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3817 on black background.


Color preview on white background

This text has color #5B3817 on white background.



Black color preview on #5B3817 background

This text has black color on #5B3817 background.


White color preview on #5B3817 background

This text has white color on #5B3817 background.