COLOR #5B5137

HEX: #5B5137
RGB: (91,81,55)

Color info

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

RGB color model

#5B5137 color RGB value is (91,81,55).

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

RGB channels and saturation

R 91 of 255 = 36%
G 81 of 255 = 32%
B 55 of 255 = 22%

91
81
55

R + G + B ~ 30%. #5B5137 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 81 + 55 = 227 (100%)
R 91 of 227 ~ 40.09%
G 81 of 227 ~ 35.68%
B 55 of 227 ~ 24.23%

%40.09
%35.68
%24.23

CMYK color model

#5B5137 color CMYK value is (0,11,40,64).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(0,11,40,64)
C0M11Y40K64 
(0%,11%,40%,64%)
(0.00/0.11/0.40/0.64)	

CMYK percentages

%0
%10.99
%39.56
%64.31

Codes

Color #5B5137 in popluar color models

5B5137
RGB918155
HSL43°24.66%28.63%
HSB/HSV43°39.56%35.69%
CMYK0.00%10.99%39.56%
64.31%

Color #5B5137 in popluar number systems.

HEX5B5137
Decimal918155
Binary10110111010001110111
Octal13312167

Shades and tints

Shades of #5B5137

#5B5137
(91,81,55)
#534A32
(83,74,50)
#4B432D
(75,67,45)
#433C28
(67,60,40)
#3B3523
(59,53,35)
#332E1E
(51,46,30)
#2B2719
(43,39,25)
#232014
(35,32,20)
#1B190F
(27,25,15)
#13120A
(19,18,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #5B5137

#5B5137
(91,81,55)
#696049
(105,96,73)
#776F5B
(119,111,91)
#857E6D
(133,126,109)
#938D7F
(147,141,127)
#A19C91
(161,156,145)
#AFABA3
(175,171,163)
#BDBAB5
(189,186,181)
#CBC9C7
(203,201,199)
#D9D8D9
(217,216,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5137; }

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

This text font color is #5B5137.


Background Color

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

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

This div background color is #5B5137.


Border color

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

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

This div border color is #5B5137.


Opacity

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

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

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

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

This text has shadow with #5B5137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5137 on black background.


Color preview on white background

This text has color #5B5137 on white background.



Black color preview on #5B5137 background

This text has black color on #5B5137 background.


White color preview on #5B5137 background

This text has white color on #5B5137 background.