COLOR #5B601F

HEX: #5B601F
RGB: (91,96,31)

Color info

#5B601F contains mainly red and green colors. Web safe color of #5B601F is #666633 (or #663).

RGB color model

#5B601F color RGB value is (91,96,31).

  • red value is 91;
  • green value is 96;
  • blue value is 31.
RGB:
(91,96,31)
(36%,38%,12%)

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 31 of 255 = 12%

91
96
31

R + G + B ~ 29%. #5B601F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 96 + 31 = 218 (100%)
R 91 of 218 ~ 41.74%
G 96 of 218 ~ 44.04%
B 31 of 218 ~ 14.22%

%41.74
%44.04
%14.22

CMYK color model

#5B601F color CMYK value is (5,0,68,62).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 67.71%
  • key color value is 62.35%
CMYK:
(5,0,68,62)
C5M0Y68K62 
(5%,0%,68%,62%)
(0.05/0.00/0.68/0.62)	

CMYK percentages

%5.21
%0
%67.71
%62.35

Codes

Color #5B601F in popluar color models

5B601F
RGB919631
HSL65°51.18%24.90%
HSB/HSV65°67.71%37.65%
CMYK5.21%0.00%67.71%
62.35%

Color #5B601F in popluar number systems.

HEX5B601F
Decimal919631
Binary1011011110000011111
Octal13314037

Shades and tints

Shades of #5B601F

#5B601F
(91,96,31)
#53581D
(83,88,29)
#4B501B
(75,80,27)
#434819
(67,72,25)
#3B4017
(59,64,23)
#333815
(51,56,21)
#2B3013
(43,48,19)
#232811
(35,40,17)
#1B200F
(27,32,15)
#13180D
(19,24,13)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #5B601F

#5B601F
(91,96,31)
#696E33
(105,110,51)
#777C47
(119,124,71)
#858A5B
(133,138,91)
#93986F
(147,152,111)
#A1A683
(161,166,131)
#AFB497
(175,180,151)
#BDC2AB
(189,194,171)
#CBD0BF
(203,208,191)
#D9DED3
(217,222,211)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B601F color. Also use rgb(91,96,31) instead hex code.

Text Font Color

.myTextColor { color: #5B601F; }

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

This text font color is #5B601F.


Background Color

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

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

This div background color is #5B601F.


Border color

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

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

This div border color is #5B601F.


Opacity

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

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

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

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

This text has shadow with #5B601F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B601F on black background.


Color preview on white background

This text has color #5B601F on white background.



Black color preview on #5B601F background

This text has black color on #5B601F background.


White color preview on #5B601F background

This text has white color on #5B601F background.