COLOR #5B4637

HEX: #5B4637
RGB: (91,70,55)

Color info

#5B4637 contains red, green and blue colors in about the same proportion. Web safe color of #5B4637 is #663333 (or #633).

RGB color model

#5B4637 color RGB value is (91,70,55).

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

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 55 of 255 = 22%

91
70
55

R + G + B ~ 28%. #5B4637 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 55 = 216 (100%)
R 91 of 216 ~ 42.13%
G 70 of 216 ~ 32.41%
B 55 of 216 ~ 25.46%

%42.13
%32.41
%25.46

CMYK color model

#5B4637 color CMYK value is (0,23,40,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 39.56%
  • key color value is 64.31%
CMYK:
(0,23,40,64)
C0M23Y40K64 
(0%,23%,40%,64%)
(0.00/0.23/0.40/0.64)	

CMYK percentages

%0
%23.08
%39.56
%64.31

Codes

Color #5B4637 in popluar color models

5B4637
RGB917055
HSL25°24.66%28.63%
HSB/HSV25°39.56%35.69%
CMYK0.00%23.08%39.56%
64.31%

Color #5B4637 in popluar number systems.

HEX5B4637
Decimal917055
Binary10110111000110110111
Octal13310667

Shades and tints

Shades of #5B4637

#5B4637
(91,70,55)
#534032
(83,64,50)
#4B3A2D
(75,58,45)
#433428
(67,52,40)
#3B2E23
(59,46,35)
#33281E
(51,40,30)
#2B2219
(43,34,25)
#231C14
(35,28,20)
#1B160F
(27,22,15)
#13100A
(19,16,10)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #5B4637

#5B4637
(91,70,55)
#695649
(105,86,73)
#77665B
(119,102,91)
#85766D
(133,118,109)
#93867F
(147,134,127)
#A19691
(161,150,145)
#AFA6A3
(175,166,163)
#BDB6B5
(189,182,181)
#CBC6C7
(203,198,199)
#D9D6D9
(217,214,217)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4637; }

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

This text font color is #5B4637.


Background Color

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

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

This div background color is #5B4637.


Border color

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

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

This div border color is #5B4637.


Opacity

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

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

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

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

This text has shadow with #5B4637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4637 on black background.


Color preview on white background

This text has color #5B4637 on white background.



Black color preview on #5B4637 background

This text has black color on #5B4637 background.


White color preview on #5B4637 background

This text has white color on #5B4637 background.