COLOR #5B5739

HEX: #5B5739
RGB: (91,87,57)

Color info

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

RGB color model

#5B5739 color RGB value is (91,87,57).

  • red value is 91;
  • green value is 87;
  • blue value is 57.
RGB:
(91,87,57)
(36%,34%,22%)

RGB channels and saturation

R 91 of 255 = 36%
G 87 of 255 = 34%
B 57 of 255 = 22%

91
87
57

R + G + B ~ 31%. #5B5739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 87 + 57 = 235 (100%)
R 91 of 235 ~ 38.72%
G 87 of 235 ~ 37.02%
B 57 of 235 ~ 24.26%

%38.72
%37.02
%24.26

CMYK color model

#5B5739 color CMYK value is (0,4,37,64).

  • cyan value is 0.00%
  • magenta value is 4.40%
  • yellow value is 37.36%
  • key color value is 64.31%
CMYK:
(0,4,37,64)
C0M4Y37K64 
(0%,4%,37%,64%)
(0.00/0.04/0.37/0.64)	

CMYK percentages

%0
%4.4
%37.36
%64.31

Codes

Color #5B5739 in popluar color models

5B5739
RGB918757
HSL53°22.97%29.02%
HSB/HSV53°37.36%35.69%
CMYK0.00%4.40%37.36%
64.31%

Color #5B5739 in popluar number systems.

HEX5B5739
Decimal918757
Binary10110111010111111001
Octal13312771

Shades and tints

Shades of #5B5739

#5B5739
(91,87,57)
#535034
(83,80,52)
#4B492F
(75,73,47)
#43422A
(67,66,42)
#3B3B25
(59,59,37)
#333420
(51,52,32)
#2B2D1B
(43,45,27)
#232616
(35,38,22)
#1B1F11
(27,31,17)
#13180C
(19,24,12)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #5B5739

#5B5739
(91,87,57)
#69664B
(105,102,75)
#77755D
(119,117,93)
#85846F
(133,132,111)
#939381
(147,147,129)
#A1A293
(161,162,147)
#AFB1A5
(175,177,165)
#BDC0B7
(189,192,183)
#CBCFC9
(203,207,201)
#D9DEDB
(217,222,219)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5739 color. Also use rgb(91,87,57) instead hex code.

Text Font Color

.myTextColor { color: #5B5739; }

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

This text font color is #5B5739.


Background Color

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

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

This div background color is #5B5739.


Border color

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

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

This div border color is #5B5739.


Opacity

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

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

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

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

This text has shadow with #5B5739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B5739 on black background.


Color preview on white background

This text has color #5B5739 on white background.



Black color preview on #5B5739 background

This text has black color on #5B5739 background.


White color preview on #5B5739 background

This text has white color on #5B5739 background.