COLOR #5B3C06

HEX: #5B3C06
RGB: (91,60,6)

Color info

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

RGB color model

#5B3C06 color RGB value is (91,60,6).

  • red value is 91;
  • green value is 60;
  • blue value is 6.
RGB:
(91,60,6)
(36%,24%,2%)

RGB channels and saturation

R 91 of 255 = 36%
G 60 of 255 = 24%
B 6 of 255 = 2%

91
60
6

R + G + B ~ 21%. #5B3C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 60 + 6 = 157 (100%)
R 91 of 157 ~ 57.96%
G 60 of 157 ~ 38.22%
B 6 of 157 ~ 3.82%

%57.96
%38.22

CMYK color model

#5B3C06 color CMYK value is (0,34,93,64).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 93.41%
  • key color value is 64.31%
CMYK:
(0,34,93,64)
C0M34Y93K64 
(0%,34%,93%,64%)
(0.00/0.34/0.93/0.64)	

CMYK percentages

%0
%34.07
%93.41
%64.31

Codes

Color #5B3C06 in popluar color models

5B3C06
RGB91606
HSL38°87.63%19.02%
HSB/HSV38°93.41%35.69%
CMYK0.00%34.07%93.41%
64.31%

Color #5B3C06 in popluar number systems.

HEX5B3C06
Decimal91606
Binary1011011111100110
Octal133746

Shades and tints

Shades of #5B3C06

#5B3C06
(91,60,6)
#533706
(83,55,6)
#4B3206
(75,50,6)
#432D06
(67,45,6)
#3B2806
(59,40,6)
#332306
(51,35,6)
#2B1E06
(43,30,6)
#231906
(35,25,6)
#1B1406
(27,20,6)
#130F06
(19,15,6)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #5B3C06

#5B3C06
(91,60,6)
#694D1C
(105,77,28)
#775E32
(119,94,50)
#856F48
(133,111,72)
#93805E
(147,128,94)
#A19174
(161,145,116)
#AFA28A
(175,162,138)
#BDB3A0
(189,179,160)
#CBC4B6
(203,196,182)
#D9D5CC
(217,213,204)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3C06 color. Also use rgb(91,60,6) instead hex code.

Text Font Color

.myTextColor { color: #5B3C06; }

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

This text font color is #5B3C06.


Background Color

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

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

This div background color is #5B3C06.


Border color

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

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

This div border color is #5B3C06.


Opacity

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

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

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

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

This text has shadow with #5B3C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3C06 on black background.


Color preview on white background

This text has color #5B3C06 on white background.



Black color preview on #5B3C06 background

This text has black color on #5B3C06 background.


White color preview on #5B3C06 background

This text has white color on #5B3C06 background.