COLOR #5B3F21

HEX: #5B3F21
RGB: (91,63,33)

Color info

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

RGB color model

#5B3F21 color RGB value is (91,63,33).

  • red value is 91;
  • green value is 63;
  • blue value is 33.
RGB:
(91,63,33)
(36%,25%,13%)

RGB channels and saturation

R 91 of 255 = 36%
G 63 of 255 = 25%
B 33 of 255 = 13%

91
63
33

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

Portions of RGB colors in percentages

R + G + B =
91 + 63 + 33 = 187 (100%)
R 91 of 187 ~ 48.66%
G 63 of 187 ~ 33.69%
B 33 of 187 ~ 17.65%

%48.66
%33.69
%17.65

CMYK color model

#5B3F21 color CMYK value is (0,31,64,64).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 63.74%
  • key color value is 64.31%
CMYK:
(0,31,64,64)
C0M31Y64K64 
(0%,31%,64%,64%)
(0.00/0.31/0.64/0.64)	

CMYK percentages

%0
%30.77
%63.74
%64.31

Codes

Color #5B3F21 in popluar color models

5B3F21
RGB916333
HSL31°46.77%24.31%
HSB/HSV31°63.74%35.69%
CMYK0.00%30.77%63.74%
64.31%

Color #5B3F21 in popluar number systems.

HEX5B3F21
Decimal916333
Binary1011011111111100001
Octal1337741

Shades and tints

Shades of #5B3F21

#5B3F21
(91,63,33)
#533A1E
(83,58,30)
#4B351B
(75,53,27)
#433018
(67,48,24)
#3B2B15
(59,43,21)
#332612
(51,38,18)
#2B210F
(43,33,15)
#231C0C
(35,28,12)
#1B1709
(27,23,9)
#131206
(19,18,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #5B3F21

#5B3F21
(91,63,33)
#695035
(105,80,53)
#776149
(119,97,73)
#85725D
(133,114,93)
#938371
(147,131,113)
#A19485
(161,148,133)
#AFA599
(175,165,153)
#BDB6AD
(189,182,173)
#CBC7C1
(203,199,193)
#D9D8D5
(217,216,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3F21 color. Also use rgb(91,63,33) instead hex code.

Text Font Color

.myTextColor { color: #5B3F21; }

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

This text font color is #5B3F21.


Background Color

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

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

This div background color is #5B3F21.


Border color

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

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

This div border color is #5B3F21.


Opacity

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

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

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

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

This text has shadow with #5B3F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3F21 on black background.


Color preview on white background

This text has color #5B3F21 on white background.



Black color preview on #5B3F21 background

This text has black color on #5B3F21 background.


White color preview on #5B3F21 background

This text has white color on #5B3F21 background.