COLOR #5B3C47

HEX: #5B3C47
RGB: (91,60,71)

Color info

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

RGB color model

#5B3C47 color RGB value is (91,60,71).

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

RGB channels and saturation

R 91 of 255 = 36%
G 60 of 255 = 24%
B 71 of 255 = 28%

91
60
71

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

Portions of RGB colors in percentages

R + G + B =
91 + 60 + 71 = 222 (100%)
R 91 of 222 ~ 40.99%
G 60 of 222 ~ 27.03%
B 71 of 222 ~ 31.98%

%40.99
%27.03
%31.98

CMYK color model

#5B3C47 color CMYK value is (0,34,22,64).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 21.98%
  • key color value is 64.31%
CMYK:
(0,34,22,64)
C0M34Y22K64 
(0%,34%,22%,64%)
(0.00/0.34/0.22/0.64)	

CMYK percentages

%0
%34.07
%21.98
%64.31

Codes

Color #5B3C47 in popluar color models

5B3C47
RGB916071
HSL339°20.53%29.61%
HSB/HSV339°34.07%35.69%
CMYK0.00%34.07%21.98%
64.31%

Color #5B3C47 in popluar number systems.

HEX5B3C47
Decimal916071
Binary10110111111001000111
Octal13374107

Shades and tints

Shades of #5B3C47

#5B3C47
(91,60,71)
#533741
(83,55,65)
#4B323B
(75,50,59)
#432D35
(67,45,53)
#3B282F
(59,40,47)
#332329
(51,35,41)
#2B1E23
(43,30,35)
#23191D
(35,25,29)
#1B1417
(27,20,23)
#130F11
(19,15,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #5B3C47

#5B3C47
(91,60,71)
#694D57
(105,77,87)
#775E67
(119,94,103)
#856F77
(133,111,119)
#938087
(147,128,135)
#A19197
(161,145,151)
#AFA2A7
(175,162,167)
#BDB3B7
(189,179,183)
#CBC4C7
(203,196,199)
#D9D5D7
(217,213,215)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3C47; }

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

This text font color is #5B3C47.


Background Color

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

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

This div background color is #5B3C47.


Border color

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

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

This div border color is #5B3C47.


Opacity

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

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

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

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

This text has shadow with #5B3C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3C47 on black background.


Color preview on white background

This text has color #5B3C47 on white background.



Black color preview on #5B3C47 background

This text has black color on #5B3C47 background.


White color preview on #5B3C47 background

This text has white color on #5B3C47 background.