COLOR #5B6B37

HEX: #5B6B37
RGB: (91,107,55)

Color info

#5B6B37 contains red, green and blue colors in about the same proportion. Web safe color of #5B6B37 is #666633 (or #663).

RGB color model

#5B6B37 color RGB value is (91,107,55).

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

RGB channels and saturation

R 91 of 255 = 36%
G 107 of 255 = 42%
B 55 of 255 = 22%

91
107
55

R + G + B ~ 33%. #5B6B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 107 + 55 = 253 (100%)
R 91 of 253 ~ 35.97%
G 107 of 253 ~ 42.29%
B 55 of 253 ~ 21.74%

%35.97
%42.29
%21.74

CMYK color model

#5B6B37 color CMYK value is (15,0,49,58).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK:
(15,0,49,58)
C15M0Y49K58 
(15%,0%,49%,58%)
(0.15/0.00/0.49/0.58)	

CMYK percentages

%14.95
%0
%48.6
%58.04

Codes

Color #5B6B37 in popluar color models

5B6B37
RGB9110755
HSL78°32.10%31.76%
HSB/HSV78°48.60%41.96%
CMYK14.95%0.00%48.60%
58.04%

Color #5B6B37 in popluar number systems.

HEX5B6B37
Decimal9110755
Binary10110111101011110111
Octal13315367

Shades and tints

Shades of #5B6B37

#5B6B37
(91,107,55)
#536232
(83,98,50)
#4B592D
(75,89,45)
#435028
(67,80,40)
#3B4723
(59,71,35)
#333E1E
(51,62,30)
#2B3519
(43,53,25)
#232C14
(35,44,20)
#1B230F
(27,35,15)
#131A0A
(19,26,10)
#0B1105
(11,17,5)
#000000
(0,0,0)

Tints of #5B6B37

#5B6B37
(91,107,55)
#697849
(105,120,73)
#77855B
(119,133,91)
#85926D
(133,146,109)
#939F7F
(147,159,127)
#A1AC91
(161,172,145)
#AFB9A3
(175,185,163)
#BDC6B5
(189,198,181)
#CBD3C7
(203,211,199)
#D9E0D9
(217,224,217)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6B37; }

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

This text font color is #5B6B37.


Background Color

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

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

This div background color is #5B6B37.


Border color

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

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

This div border color is #5B6B37.


Opacity

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

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

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

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

This text has shadow with #5B6B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6B37 on black background.


Color preview on white background

This text has color #5B6B37 on white background.



Black color preview on #5B6B37 background

This text has black color on #5B6B37 background.


White color preview on #5B6B37 background

This text has white color on #5B6B37 background.