COLOR #5B3C3F

HEX: #5B3C3F
RGB: (91,60,63)

Color info

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

RGB color model

#5B3C3F color RGB value is (91,60,63).

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

RGB channels and saturation

R 91 of 255 = 36%
G 60 of 255 = 24%
B 63 of 255 = 25%

91
60
63

R + G + B ~ 28%. #5B3C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 60 + 63 = 214 (100%)
R 91 of 214 ~ 42.52%
G 60 of 214 ~ 28.04%
B 63 of 214 ~ 29.44%

%42.52
%28.04
%29.44

CMYK color model

#5B3C3F color CMYK value is (0,34,31,64).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 30.77%
  • key color value is 64.31%
CMYK:
(0,34,31,64)
C0M34Y31K64 
(0%,34%,31%,64%)
(0.00/0.34/0.31/0.64)	

CMYK percentages

%0
%34.07
%30.77
%64.31

Codes

Color #5B3C3F in popluar color models

5B3C3F
RGB916063
HSL354°20.53%29.61%
HSB/HSV354°34.07%35.69%
CMYK0.00%34.07%30.77%
64.31%

Color #5B3C3F in popluar number systems.

HEX5B3C3F
Decimal916063
Binary1011011111100111111
Octal1337477

Shades and tints

Shades of #5B3C3F

#5B3C3F
(91,60,63)
#53373A
(83,55,58)
#4B3235
(75,50,53)
#432D30
(67,45,48)
#3B282B
(59,40,43)
#332326
(51,35,38)
#2B1E21
(43,30,33)
#23191C
(35,25,28)
#1B1417
(27,20,23)
#130F12
(19,15,18)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #5B3C3F

#5B3C3F
(91,60,63)
#694D50
(105,77,80)
#775E61
(119,94,97)
#856F72
(133,111,114)
#938083
(147,128,131)
#A19194
(161,145,148)
#AFA2A5
(175,162,165)
#BDB3B6
(189,179,182)
#CBC4C7
(203,196,199)
#D9D5D8
(217,213,216)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3C3F; }

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

This text font color is #5B3C3F.


Background Color

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

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

This div background color is #5B3C3F.


Border color

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

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

This div border color is #5B3C3F.


Opacity

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

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

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

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

This text has shadow with #5B3C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3C3F on black background.


Color preview on white background

This text has color #5B3C3F on white background.



Black color preview on #5B3C3F background

This text has black color on #5B3C3F background.


White color preview on #5B3C3F background

This text has white color on #5B3C3F background.