COLOR #5B3F40

HEX: #5B3F40
RGB: (91,63,64)

Color info

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

RGB color model

#5B3F40 color RGB value is (91,63,64).

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

RGB channels and saturation

R 91 of 255 = 36%
G 63 of 255 = 25%
B 64 of 255 = 25%

91
63
64

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

Portions of RGB colors in percentages

R + G + B =
91 + 63 + 64 = 218 (100%)
R 91 of 218 ~ 41.74%
G 63 of 218 ~ 28.9%
B 64 of 218 ~ 29.36%

%41.74
%28.9
%29.36

CMYK color model

#5B3F40 color CMYK value is (0,31,30,64).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 29.67%
  • key color value is 64.31%
CMYK:
(0,31,30,64)
C0M31Y30K64 
(0%,31%,30%,64%)
(0.00/0.31/0.30/0.64)	

CMYK percentages

%0
%30.77
%29.67
%64.31

Codes

Color #5B3F40 in popluar color models

5B3F40
RGB916364
HSL358°18.18%30.20%
HSB/HSV358°30.77%35.69%
CMYK0.00%30.77%29.67%
64.31%

Color #5B3F40 in popluar number systems.

HEX5B3F40
Decimal916364
Binary10110111111111000000
Octal13377100

Shades and tints

Shades of #5B3F40

#5B3F40
(91,63,64)
#533A3B
(83,58,59)
#4B3536
(75,53,54)
#433031
(67,48,49)
#3B2B2C
(59,43,44)
#332627
(51,38,39)
#2B2122
(43,33,34)
#231C1D
(35,28,29)
#1B1718
(27,23,24)
#131213
(19,18,19)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #5B3F40

#5B3F40
(91,63,64)
#695051
(105,80,81)
#776162
(119,97,98)
#857273
(133,114,115)
#938384
(147,131,132)
#A19495
(161,148,149)
#AFA5A6
(175,165,166)
#BDB6B7
(189,182,183)
#CBC7C8
(203,199,200)
#D9D8D9
(217,216,217)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3F40; }

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

This text font color is #5B3F40.


Background Color

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

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

This div background color is #5B3F40.


Border color

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

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

This div border color is #5B3F40.


Opacity

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

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

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

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

This text has shadow with #5B3F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3F40 on black background.


Color preview on white background

This text has color #5B3F40 on white background.



Black color preview on #5B3F40 background

This text has black color on #5B3F40 background.


White color preview on #5B3F40 background

This text has white color on #5B3F40 background.