COLOR #5B3711

HEX: #5B3711
RGB: (91,55,17)

Color info

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

RGB color model

#5B3711 color RGB value is (91,55,17).

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

RGB channels and saturation

R 91 of 255 = 36%
G 55 of 255 = 22%
B 17 of 255 = 7%

91
55
17

R + G + B ~ 22%. #5B3711 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 55 + 17 = 163 (100%)
R 91 of 163 ~ 55.83%
G 55 of 163 ~ 33.74%
B 17 of 163 ~ 10.43%

%55.83
%33.74
%10.43

CMYK color model

#5B3711 color CMYK value is (0,40,81,64).

  • cyan value is 0.00%
  • magenta value is 39.56%
  • yellow value is 81.32%
  • key color value is 64.31%
CMYK:
(0,40,81,64)
C0M40Y81K64 
(0%,40%,81%,64%)
(0.00/0.40/0.81/0.64)	

CMYK percentages

%0
%39.56
%81.32
%64.31

Codes

Color #5B3711 in popluar color models

5B3711
RGB915517
HSL31°68.52%21.18%
HSB/HSV31°81.32%35.69%
CMYK0.00%39.56%81.32%
64.31%

Color #5B3711 in popluar number systems.

HEX5B3711
Decimal915517
Binary101101111011110001
Octal1336721

Shades and tints

Shades of #5B3711

#5B3711
(91,55,17)
#533210
(83,50,16)
#4B2D0F
(75,45,15)
#43280E
(67,40,14)
#3B230D
(59,35,13)
#331E0C
(51,30,12)
#2B190B
(43,25,11)
#23140A
(35,20,10)
#1B0F09
(27,15,9)
#130A08
(19,10,8)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #5B3711

#5B3711
(91,55,17)
#694926
(105,73,38)
#775B3B
(119,91,59)
#856D50
(133,109,80)
#937F65
(147,127,101)
#A1917A
(161,145,122)
#AFA38F
(175,163,143)
#BDB5A4
(189,181,164)
#CBC7B9
(203,199,185)
#D9D9CE
(217,217,206)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3711; }

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

This text font color is #5B3711.


Background Color

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

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

This div background color is #5B3711.


Border color

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

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

This div border color is #5B3711.


Opacity

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

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

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

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

This text has shadow with #5B3711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3711 on black background.


Color preview on white background

This text has color #5B3711 on white background.



Black color preview on #5B3711 background

This text has black color on #5B3711 background.


White color preview on #5B3711 background

This text has white color on #5B3711 background.