COLOR #5B371B

HEX: #5B371B
RGB: (91,55,27)

Color info

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

RGB color model

#5B371B color RGB value is (91,55,27).

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

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 27 of 255 = 11%

91
55
27

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

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 27 = 173 (100%)
R 91 of 173 ~ 52.6%
G 55 of 173 ~ 31.79%
B 27 of 173 ~ 15.61%

%52.6
%31.79
%15.61

CMYK color model

#5B371B color CMYK value is (0,40,70,64).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 70.33%
  • key color value is 64.31%
CMYK:
(0,40,70,64)
C0M40Y70K64 
(0%,40%,70%,64%)
(0.00/0.40/0.70/0.64)	

CMYK percentages

%0
%39.56
%70.33
%64.31

Codes

Color #5B371B in popluar color models

5B371B
RGB915527
HSL26°54.24%23.14%
HSB/HSV26°70.33%35.69%
CMYK0.00%39.56%70.33%
64.31%

Color #5B371B in popluar number systems.

HEX5B371B
Decimal915527
Binary101101111011111011
Octal1336733

Shades and tints

Shades of #5B371B

#5B371B
(91,55,27)
#533219
(83,50,25)
#4B2D17
(75,45,23)
#432815
(67,40,21)
#3B2313
(59,35,19)
#331E11
(51,30,17)
#2B190F
(43,25,15)
#23140D
(35,20,13)
#1B0F0B
(27,15,11)
#130A09
(19,10,9)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #5B371B

#5B371B
(91,55,27)
#69492F
(105,73,47)
#775B43
(119,91,67)
#856D57
(133,109,87)
#937F6B
(147,127,107)
#A1917F
(161,145,127)
#AFA393
(175,163,147)
#BDB5A7
(189,181,167)
#CBC7BB
(203,199,187)
#D9D9CF
(217,217,207)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B371B; }

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

This text font color is #5B371B.


Background Color

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

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

This div background color is #5B371B.


Border color

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

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

This div border color is #5B371B.


Opacity

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

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

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

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

This text has shadow with #5B371B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B371B on black background.


Color preview on white background

This text has color #5B371B on white background.



Black color preview on #5B371B background

This text has black color on #5B371B background.


White color preview on #5B371B background

This text has white color on #5B371B background.