COLOR #5B371F

HEX: #5B371F
RGB: (91,55,31)

Color info

#5B371F contains mainly red and green colors. Web safe color of #5B371F is #663333 (or #633).

RGB color model

#5B371F color RGB value is (91,55,31).

  • red value is 91;
  • green value is 55;
  • blue value is 31.
RGB:
(91,55,31)
(36%,22%,12%)

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 31 of 255 = 12%

91
55
31

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

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 31 = 177 (100%)
R 91 of 177 ~ 51.41%
G 55 of 177 ~ 31.07%
B 31 of 177 ~ 17.51%

%51.41
%31.07
%17.51

CMYK color model

#5B371F color CMYK value is (0,40,66,64).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 65.93%
  • key color value is 64.31%
CMYK:
(0,40,66,64)
C0M40Y66K64 
(0%,40%,66%,64%)
(0.00/0.40/0.66/0.64)	

CMYK percentages

%0
%39.56
%65.93
%64.31

Codes

Color #5B371F in popluar color models

5B371F
RGB915531
HSL24°49.18%23.92%
HSB/HSV24°65.93%35.69%
CMYK0.00%39.56%65.93%
64.31%

Color #5B371F in popluar number systems.

HEX5B371F
Decimal915531
Binary101101111011111111
Octal1336737

Shades and tints

Shades of #5B371F

#5B371F
(91,55,31)
#53321D
(83,50,29)
#4B2D1B
(75,45,27)
#432819
(67,40,25)
#3B2317
(59,35,23)
#331E15
(51,30,21)
#2B1913
(43,25,19)
#231411
(35,20,17)
#1B0F0F
(27,15,15)
#130A0D
(19,10,13)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #5B371F

#5B371F
(91,55,31)
#694933
(105,73,51)
#775B47
(119,91,71)
#856D5B
(133,109,91)
#937F6F
(147,127,111)
#A19183
(161,145,131)
#AFA397
(175,163,151)
#BDB5AB
(189,181,171)
#CBC7BF
(203,199,191)
#D9D9D3
(217,217,211)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B371F color. Also use rgb(91,55,31) instead hex code.

Text Font Color

.myTextColor { color: #5B371F; }

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

This text font color is #5B371F.


Background Color

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

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

This div background color is #5B371F.


Border color

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

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

This div border color is #5B371F.


Opacity

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

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

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

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

This text has shadow with #5B371F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B371F on black background.


Color preview on white background

This text has color #5B371F on white background.



Black color preview on #5B371F background

This text has black color on #5B371F background.


White color preview on #5B371F background

This text has white color on #5B371F background.