COLOR #5B5437

HEX: #5B5437
RGB: (91,84,55)

Color info

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

RGB color model

#5B5437 color RGB value is (91,84,55).

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

RGB channels and saturation

R 91 of 255 = 36%
G 84 of 255 = 33%
B 55 of 255 = 22%

91
84
55

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

Portions of RGB colors in percentages

R + G + B =
91 + 84 + 55 = 230 (100%)
R 91 of 230 ~ 39.57%
G 84 of 230 ~ 36.52%
B 55 of 230 ~ 23.91%

%39.57
%36.52
%23.91

CMYK color model

#5B5437 color CMYK value is (0,8,40,64).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(0,8,40,64)
C0M8Y40K64 
(0%,8%,40%,64%)
(0.00/0.08/0.40/0.64)	

CMYK percentages

%0
%7.69
%39.56
%64.31

Codes

Color #5B5437 in popluar color models

5B5437
RGB918455
HSL48°24.66%28.63%
HSB/HSV48°39.56%35.69%
CMYK0.00%7.69%39.56%
64.31%

Color #5B5437 in popluar number systems.

HEX5B5437
Decimal918455
Binary10110111010100110111
Octal13312467

Shades and tints

Shades of #5B5437

#5B5437
(91,84,55)
#534D32
(83,77,50)
#4B462D
(75,70,45)
#433F28
(67,63,40)
#3B3823
(59,56,35)
#33311E
(51,49,30)
#2B2A19
(43,42,25)
#232314
(35,35,20)
#1B1C0F
(27,28,15)
#13150A
(19,21,10)
#0B0E05
(11,14,5)
#000000
(0,0,0)

Tints of #5B5437

#5B5437
(91,84,55)
#696349
(105,99,73)
#77725B
(119,114,91)
#85816D
(133,129,109)
#93907F
(147,144,127)
#A19F91
(161,159,145)
#AFAEA3
(175,174,163)
#BDBDB5
(189,189,181)
#CBCCC7
(203,204,199)
#D9DBD9
(217,219,217)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B5437; }

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

This text font color is #5B5437.


Background Color

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

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

This div background color is #5B5437.


Border color

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

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

This div border color is #5B5437.


Opacity

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

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

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

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

This text has shadow with #5B5437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5437 on black background.


Color preview on white background

This text has color #5B5437 on white background.



Black color preview on #5B5437 background

This text has black color on #5B5437 background.


White color preview on #5B5437 background

This text has white color on #5B5437 background.