COLOR #5B3F1A

HEX: #5B3F1A
RGB: (91,63,26)

Color info

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

RGB color model

#5B3F1A color RGB value is (91,63,26).

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

RGB channels and saturation

R 91 of 255 = 36%
G 63 of 255 = 25%
B 26 of 255 = 10%

91
63
26

R + G + B ~ 24%. #5B3F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 63 + 26 = 180 (100%)
R 91 of 180 ~ 50.56%
G 63 of 180 ~ 35%
B 26 of 180 ~ 14.44%

%50.56
%35
%14.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 71.43%
  • key color value is 64.31%
CMYK:
(0,31,71,64)
C0M31Y71K64 
(0%,31%,71%,64%)
(0.00/0.31/0.71/0.64)	

CMYK percentages

%0
%30.77
%71.43
%64.31

Codes

Color #5B3F1A in popluar color models

5B3F1A
RGB916326
HSL34°55.56%22.94%
HSB/HSV34°71.43%35.69%
CMYK0.00%30.77%71.43%
64.31%

Color #5B3F1A in popluar number systems.

HEX5B3F1A
Decimal916326
Binary101101111111111010
Octal1337732

Shades and tints

Shades of #5B3F1A

#5B3F1A
(91,63,26)
#533A18
(83,58,24)
#4B3516
(75,53,22)
#433014
(67,48,20)
#3B2B12
(59,43,18)
#332610
(51,38,16)
#2B210E
(43,33,14)
#231C0C
(35,28,12)
#1B170A
(27,23,10)
#131208
(19,18,8)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #5B3F1A

#5B3F1A
(91,63,26)
#69502E
(105,80,46)
#776142
(119,97,66)
#857256
(133,114,86)
#93836A
(147,131,106)
#A1947E
(161,148,126)
#AFA592
(175,165,146)
#BDB6A6
(189,182,166)
#CBC7BA
(203,199,186)
#D9D8CE
(217,216,206)
#E7E9E2
(231,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3F1A; }

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

This text font color is #5B3F1A.


Background Color

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

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

This div background color is #5B3F1A.


Border color

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

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

This div border color is #5B3F1A.


Opacity

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

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

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

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

This text has shadow with #5B3F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3F1A on black background.


Color preview on white background

This text has color #5B3F1A on white background.



Black color preview on #5B3F1A background

This text has black color on #5B3F1A background.


White color preview on #5B3F1A background

This text has white color on #5B3F1A background.