COLOR #5B6E37

HEX: #5B6E37
RGB: (91,110,55)

Color info

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

RGB color model

#5B6E37 color RGB value is (91,110,55).

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

RGB channels and saturation

R 91 of 255 = 36%
G 110 of 255 = 43%
B 55 of 255 = 22%

91
110
55

R + G + B ~ 34%. #5B6E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 110 + 55 = 256 (100%)
R 91 of 256 ~ 35.55%
G 110 of 256 ~ 42.97%
B 55 of 256 ~ 21.48%

%35.55
%42.97
%21.48

CMYK color model

#5B6E37 color CMYK value is (17,0,50,57).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(17,0,50,57)
C17M0Y50K57 
(17%,0%,50%,57%)
(0.17/0.00/0.50/0.57)	

CMYK percentages

%17.27
%0
%50
%56.86

Codes

Color #5B6E37 in popluar color models

5B6E37
RGB9111055
HSL81°33.33%32.35%
HSB/HSV81°50.00%43.14%
CMYK17.27%0.00%50.00%
56.86%

Color #5B6E37 in popluar number systems.

HEX5B6E37
Decimal9111055
Binary10110111101110110111
Octal13315667

Shades and tints

Shades of #5B6E37

#5B6E37
(91,110,55)
#536432
(83,100,50)
#4B5A2D
(75,90,45)
#435028
(67,80,40)
#3B4623
(59,70,35)
#333C1E
(51,60,30)
#2B3219
(43,50,25)
#232814
(35,40,20)
#1B1E0F
(27,30,15)
#13140A
(19,20,10)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #5B6E37

#5B6E37
(91,110,55)
#697B49
(105,123,73)
#77885B
(119,136,91)
#85956D
(133,149,109)
#93A27F
(147,162,127)
#A1AF91
(161,175,145)
#AFBCA3
(175,188,163)
#BDC9B5
(189,201,181)
#CBD6C7
(203,214,199)
#D9E3D9
(217,227,217)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6E37; }

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

This text font color is #5B6E37.


Background Color

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

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

This div background color is #5B6E37.


Border color

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

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

This div border color is #5B6E37.


Opacity

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

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

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

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

This text has shadow with #5B6E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6E37 on black background.


Color preview on white background

This text has color #5B6E37 on white background.



Black color preview on #5B6E37 background

This text has black color on #5B6E37 background.


White color preview on #5B6E37 background

This text has white color on #5B6E37 background.