COLOR #5B4440

HEX: #5B4440
RGB: (91,68,64)

Color info

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

RGB color model

#5B4440 color RGB value is (91,68,64).

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

RGB channels and saturation

R 91 of 255 = 36%
G 68 of 255 = 27%
B 64 of 255 = 25%

91
68
64

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

Portions of RGB colors in percentages

R + G + B =
91 + 68 + 64 = 223 (100%)
R 91 of 223 ~ 40.81%
G 68 of 223 ~ 30.49%
B 64 of 223 ~ 28.7%

%40.81
%30.49
%28.7

CMYK color model

#5B4440 color CMYK value is (0,25,30,64).

  • cyan value is 0.00%
  • magenta value is 25.27%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(0,25,30,64)
C0M25Y30K64 
(0%,25%,30%,64%)
(0.00/0.25/0.30/0.64)	

CMYK percentages

%0
%25.27
%29.67
%64.31

Codes

Color #5B4440 in popluar color models

5B4440
RGB916864
HSL17.42%30.39%
HSB/HSV29.67%35.69%
CMYK0.00%25.27%29.67%
64.31%

Color #5B4440 in popluar number systems.

HEX5B4440
Decimal916864
Binary101101110001001000000
Octal133104100

Shades and tints

Shades of #5B4440

#5B4440
(91,68,64)
#533E3B
(83,62,59)
#4B3836
(75,56,54)
#433231
(67,50,49)
#3B2C2C
(59,44,44)
#332627
(51,38,39)
#2B2022
(43,32,34)
#231A1D
(35,26,29)
#1B1418
(27,20,24)
#130E13
(19,14,19)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #5B4440

#5B4440
(91,68,64)
#695551
(105,85,81)
#776662
(119,102,98)
#857773
(133,119,115)
#938884
(147,136,132)
#A19995
(161,153,149)
#AFAAA6
(175,170,166)
#BDBBB7
(189,187,183)
#CBCCC8
(203,204,200)
#D9DDD9
(217,221,217)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4440 color. Also use rgb(91,68,64) instead hex code.

Text Font Color

.myTextColor { color: #5B4440; }

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

This text font color is #5B4440.


Background Color

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

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

This div background color is #5B4440.


Border color

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

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

This div border color is #5B4440.


Opacity

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

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

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

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

This text has shadow with #5B4440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4440 on black background.


Color preview on white background

This text has color #5B4440 on white background.



Black color preview on #5B4440 background

This text has black color on #5B4440 background.


White color preview on #5B4440 background

This text has white color on #5B4440 background.