COLOR #5B4541

HEX: #5B4541 RGB: (91,69,65)

Color info

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

RGB color model

#5B4541 color RGB value is (91,69,65).

RGB: (91,69,65) (36%, 27%, 25%)

RGB channels and saturation

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

91
69
65

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

Portions of RGB colors in percentages

R + G + B = 91 + 69 + 65 = 225 (100%)
R 91 of 225 ~ 40.44%
G 69 of 225 ~ 30.67%
B 65 of 225 ~ 28.89'%

%40.44
%30.67
%28.89

CMYK color model

#5B4541 color CMYK value is (0,24,29,64).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 28.57%
  • key color value is 64.31%

CMYK: (0,24,29,64)
C0M24Y29K64 (0%, 24%, 29%, 64%)
(0.00 / 0.24 / 0.29 / 0.64)

CMYK percentages

%0
%24.18
%28.57
%64.31

Codes

Color #5B4541 in popluar color models

5B 45 41
RGB 91 69 65
HSL 16.67% 30.59%
HSB/HSV 28.57% 35.69%
CMYK 0.00% 24.18% 28.57%
64.31%

Color #5B4541 in popluar number systems.

HEX 5B 45 41
Decimal 91 69 65
Binary 1011011 1000101 1000001
Octal 133 105 101

Shades and tints

Shades of #5B4541

#5B4541
(91,69,65)
#533F3C
(83,63,60)
#4B3937
(75,57,55)
#433332
(67,51,50)
#3B2D2D
(59,45,45)
#332728
(51,39,40)
#2B2123
(43,33,35)
#231B1E
(35,27,30)
#1B1519
(27,21,25)
#130F14
(19,15,20)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #5B4541

#5B4541
(91,69,65)
#695552
(105,85,82)
#776563
(119,101,99)
#857574
(133,117,116)
#938585
(147,133,133)
#A19596
(161,149,150)
#AFA5A7
(175,165,167)
#BDB5B8
(189,181,184)
#CBC5C9
(203,197,201)
#D9D5DA
(217,213,218)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4541; }

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

This text font color is #5B4541.

Background Color

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

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

This div background color is #5B4541.

Border color

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

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

This div border color is #5B4541.

Opacity

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

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

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

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

This text has shadow with #5B4541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4541.

Preview

Color preview on black background

This text has color #5B4541 on black background.


Color preview on white background

This text has color #5B4541 on white background.


Black color preview on #5B4541 background

This text has black color on #5B4541 background.


White color preview on #5B4541 background

This text has white color on #5B4541 background.


Related colors

Complementary color

Complementary color for #hex is #A4BABE.


I love getcolorcode.com

Triadic colors

1 #415B45 and #45415B with #5B4541 are triadic colors.

2 #41455B and #455B41 with #5B4541 are triadic colors.