COLOR #5B362F

HEX: #5B362F
RGB: (91,54,47)

Color info

#5B362F contains red, green and blue colors in about the same proportion. Web safe color of #5B362F is #663333 (or #633).

RGB color model

#5B362F color RGB value is (91,54,47).

  • red value is 91;
  • green value is 54;
  • blue value is 47.
RGB:
(91,54,47)
(36%,21%,18%)

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 47 of 255 = 18%

91
54
47

R + G + B ~ 25%. #5B362F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 47 = 192 (100%)
R 91 of 192 ~ 47.4%
G 54 of 192 ~ 28.13%
B 47 of 192 ~ 24.48%

%47.4
%28.13
%24.48

CMYK color model

#5B362F color CMYK value is (0,41,48,64).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 48.35%
  • key color value is 64.31%
CMYK:
(0,41,48,64)
C0M41Y48K64 
(0%,41%,48%,64%)
(0.00/0.41/0.48/0.64)	

CMYK percentages

%0
%40.66
%48.35
%64.31

Codes

Color #5B362F in popluar color models

5B362F
RGB915447
HSL10°31.88%27.06%
HSB/HSV10°48.35%35.69%
CMYK0.00%40.66%48.35%
64.31%

Color #5B362F in popluar number systems.

HEX5B362F
Decimal915447
Binary1011011110110101111
Octal1336657

Shades and tints

Shades of #5B362F

#5B362F
(91,54,47)
#53322B
(83,50,43)
#4B2E27
(75,46,39)
#432A23
(67,42,35)
#3B261F
(59,38,31)
#33221B
(51,34,27)
#2B1E17
(43,30,23)
#231A13
(35,26,19)
#1B160F
(27,22,15)
#13120B
(19,18,11)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #5B362F

#5B362F
(91,54,47)
#694841
(105,72,65)
#775A53
(119,90,83)
#856C65
(133,108,101)
#937E77
(147,126,119)
#A19089
(161,144,137)
#AFA29B
(175,162,155)
#BDB4AD
(189,180,173)
#CBC6BF
(203,198,191)
#D9D8D1
(217,216,209)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B362F color. Also use rgb(91,54,47) instead hex code.

Text Font Color

.myTextColor { color: #5B362F; }

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

This text font color is #5B362F.


Background Color

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

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

This div background color is #5B362F.


Border color

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

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

This div border color is #5B362F.


Opacity

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

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

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

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

This text has shadow with #5B362F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B362F on black background.


Color preview on white background

This text has color #5B362F on white background.



Black color preview on #5B362F background

This text has black color on #5B362F background.


White color preview on #5B362F background

This text has white color on #5B362F background.