COLOR #5B4641

HEX: #5B4641
RGB: (91,70,65)

Color info

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

RGB color model

#5B4641 color RGB value is (91,70,65).

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

RGB channels and saturation

R 91 of 255 = 36%
G 70 of 255 = 27%
B 65 of 255 = 25%

91
70
65

R + G + B ~ 29%. #5B4641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 70 + 65 = 226 (100%)
R 91 of 226 ~ 40.27%
G 70 of 226 ~ 30.97%
B 65 of 226 ~ 28.76%

%40.27
%30.97
%28.76

CMYK color model

#5B4641 color CMYK value is (0,23,29,64).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,23,29,64)
C0M23Y29K64 
(0%,23%,29%,64%)
(0.00/0.23/0.29/0.64)	

CMYK percentages

%0
%23.08
%28.57
%64.31

Codes

Color #5B4641 in popluar color models

5B4641
RGB917065
HSL12°16.67%30.59%
HSB/HSV12°28.57%35.69%
CMYK0.00%23.08%28.57%
64.31%

Color #5B4641 in popluar number systems.

HEX5B4641
Decimal917065
Binary101101110001101000001
Octal133106101

Shades and tints

Shades of #5B4641

#5B4641
(91,70,65)
#53403C
(83,64,60)
#4B3A37
(75,58,55)
#433432
(67,52,50)
#3B2E2D
(59,46,45)
#332828
(51,40,40)
#2B2223
(43,34,35)
#231C1E
(35,28,30)
#1B1619
(27,22,25)
#131014
(19,16,20)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #5B4641

#5B4641
(91,70,65)
#695652
(105,86,82)
#776663
(119,102,99)
#857674
(133,118,116)
#938685
(147,134,133)
#A19696
(161,150,150)
#AFA6A7
(175,166,167)
#BDB6B8
(189,182,184)
#CBC6C9
(203,198,201)
#D9D6DA
(217,214,218)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4641; }

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

This text font color is #5B4641.


Background Color

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

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

This div background color is #5B4641.


Border color

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

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

This div border color is #5B4641.


Opacity

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

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

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

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

This text has shadow with #5B4641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4641 on black background.


Color preview on white background

This text has color #5B4641 on white background.



Black color preview on #5B4641 background

This text has black color on #5B4641 background.


White color preview on #5B4641 background

This text has white color on #5B4641 background.