COLOR #5B5237

HEX: #5B5237
RGB: (91,82,55)

Color info

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

RGB color model

#5B5237 color RGB value is (91,82,55).

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

RGB channels and saturation

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

91
82
55

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

Portions of RGB colors in percentages

R + G + B =
91 + 82 + 55 = 228 (100%)
R 91 of 228 ~ 39.91%
G 82 of 228 ~ 35.96%
B 55 of 228 ~ 24.12%

%39.91
%35.96
%24.12

CMYK color model

#5B5237 color CMYK value is (0,10,40,64).

  • cyan value is 0.00%
  • magenta value is 9.89%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(0,10,40,64)
C0M10Y40K64 
(0%,10%,40%,64%)
(0.00/0.10/0.40/0.64)	

CMYK percentages

%0
%9.89
%39.56
%64.31

Codes

Color #5B5237 in popluar color models

5B5237
RGB918255
HSL45°24.66%28.63%
HSB/HSV45°39.56%35.69%
CMYK0.00%9.89%39.56%
64.31%

Color #5B5237 in popluar number systems.

HEX5B5237
Decimal918255
Binary10110111010010110111
Octal13312267

Shades and tints

Shades of #5B5237

#5B5237
(91,82,55)
#534B32
(83,75,50)
#4B442D
(75,68,45)
#433D28
(67,61,40)
#3B3623
(59,54,35)
#332F1E
(51,47,30)
#2B2819
(43,40,25)
#232114
(35,33,20)
#1B1A0F
(27,26,15)
#13130A
(19,19,10)
#0B0C05
(11,12,5)
#000000
(0,0,0)

Tints of #5B5237

#5B5237
(91,82,55)
#696149
(105,97,73)
#77705B
(119,112,91)
#857F6D
(133,127,109)
#938E7F
(147,142,127)
#A19D91
(161,157,145)
#AFACA3
(175,172,163)
#BDBBB5
(189,187,181)
#CBCAC7
(203,202,199)
#D9D9D9
(217,217,217)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5237; }

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

This text font color is #5B5237.


Background Color

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

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

This div background color is #5B5237.


Border color

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

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

This div border color is #5B5237.


Opacity

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

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

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

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

This text has shadow with #5B5237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5237 on black background.


Color preview on white background

This text has color #5B5237 on white background.



Black color preview on #5B5237 background

This text has black color on #5B5237 background.


White color preview on #5B5237 background

This text has white color on #5B5237 background.