COLOR #5B3640

HEX: #5B3640
RGB: (91,54,64)

Color info

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

RGB color model

#5B3640 color RGB value is (91,54,64).

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

RGB channels and saturation

R 91 of 255 = 36%
G 54 of 255 = 21%
B 64 of 255 = 25%

91
54
64

R + G + B ~ 27%. #5B3640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 54 + 64 = 209 (100%)
R 91 of 209 ~ 43.54%
G 54 of 209 ~ 25.84%
B 64 of 209 ~ 30.62%

%43.54
%25.84
%30.62

CMYK color model

#5B3640 color CMYK value is (0,41,30,64).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(0,41,30,64)
C0M41Y30K64 
(0%,41%,30%,64%)
(0.00/0.41/0.30/0.64)	

CMYK percentages

%0
%40.66
%29.67
%64.31

Codes

Color #5B3640 in popluar color models

5B3640
RGB915464
HSL344°25.52%28.43%
HSB/HSV344°40.66%35.69%
CMYK0.00%40.66%29.67%
64.31%

Color #5B3640 in popluar number systems.

HEX5B3640
Decimal915464
Binary10110111101101000000
Octal13366100

Shades and tints

Shades of #5B3640

#5B3640
(91,54,64)
#53323B
(83,50,59)
#4B2E36
(75,46,54)
#432A31
(67,42,49)
#3B262C
(59,38,44)
#332227
(51,34,39)
#2B1E22
(43,30,34)
#231A1D
(35,26,29)
#1B1618
(27,22,24)
#131213
(19,18,19)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #5B3640

#5B3640
(91,54,64)
#694851
(105,72,81)
#775A62
(119,90,98)
#856C73
(133,108,115)
#937E84
(147,126,132)
#A19095
(161,144,149)
#AFA2A6
(175,162,166)
#BDB4B7
(189,180,183)
#CBC6C8
(203,198,200)
#D9D8D9
(217,216,217)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3640; }

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

This text font color is #5B3640.


Background Color

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

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

This div background color is #5B3640.


Border color

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

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

This div border color is #5B3640.


Opacity

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

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

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

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

This text has shadow with #5B3640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3640 on black background.


Color preview on white background

This text has color #5B3640 on white background.



Black color preview on #5B3640 background

This text has black color on #5B3640 background.


White color preview on #5B3640 background

This text has white color on #5B3640 background.