COLOR #5B4D11

HEX: #5B4D11
RGB: (91,77,17)

Color info

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

RGB color model

#5B4D11 color RGB value is (91,77,17).

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

RGB channels and saturation

R 91 of 255 = 36%
G 77 of 255 = 30%
B 17 of 255 = 7%

91
77
17

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

Portions of RGB colors in percentages

R + G + B =
91 + 77 + 17 = 185 (100%)
R 91 of 185 ~ 49.19%
G 77 of 185 ~ 41.62%
B 17 of 185 ~ 9.19%

%49.19
%41.62

CMYK color model

#5B4D11 color CMYK value is (0,15,81,64).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 81.32%
  • key color value is 64.31%
CMYK:
(0,15,81,64)
C0M15Y81K64 
(0%,15%,81%,64%)
(0.00/0.15/0.81/0.64)	

CMYK percentages

%0
%15.38
%81.32
%64.31

Codes

Color #5B4D11 in popluar color models

5B4D11
RGB917717
HSL49°68.52%21.18%
HSB/HSV49°81.32%35.69%
CMYK0.00%15.38%81.32%
64.31%

Color #5B4D11 in popluar number systems.

HEX5B4D11
Decimal917717
Binary1011011100110110001
Octal13311521

Shades and tints

Shades of #5B4D11

#5B4D11
(91,77,17)
#534610
(83,70,16)
#4B3F0F
(75,63,15)
#43380E
(67,56,14)
#3B310D
(59,49,13)
#332A0C
(51,42,12)
#2B230B
(43,35,11)
#231C0A
(35,28,10)
#1B1509
(27,21,9)
#130E08
(19,14,8)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #5B4D11

#5B4D11
(91,77,17)
#695D26
(105,93,38)
#776D3B
(119,109,59)
#857D50
(133,125,80)
#938D65
(147,141,101)
#A19D7A
(161,157,122)
#AFAD8F
(175,173,143)
#BDBDA4
(189,189,164)
#CBCDB9
(203,205,185)
#D9DDCE
(217,221,206)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4D11; }

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

This text font color is #5B4D11.


Background Color

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

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

This div background color is #5B4D11.


Border color

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

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

This div border color is #5B4D11.


Opacity

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

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

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

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

This text has shadow with #5B4D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4D11 on black background.


Color preview on white background

This text has color #5B4D11 on white background.



Black color preview on #5B4D11 background

This text has black color on #5B4D11 background.


White color preview on #5B4D11 background

This text has white color on #5B4D11 background.