COLOR #5B3C4B

HEX: #5B3C4B
RGB: (91,60,75)

Color info

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

RGB color model

#5B3C4B color RGB value is (91,60,75).

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

RGB channels and saturation

R 91 of 255 = 36%
G 60 of 255 = 24%
B 75 of 255 = 29%

91
60
75

R + G + B ~ 30%. #5B3C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 60 + 75 = 226 (100%)
R 91 of 226 ~ 40.27%
G 60 of 226 ~ 26.55%
B 75 of 226 ~ 33.19%

%40.27
%26.55
%33.19

CMYK color model

#5B3C4B color CMYK value is (0,34,18,64).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 17.58%
  • key color value is 64.31%
CMYK:
(0,34,18,64)
C0M34Y18K64 
(0%,34%,18%,64%)
(0.00/0.34/0.18/0.64)	

CMYK percentages

%0
%34.07
%17.58
%64.31

Codes

Color #5B3C4B in popluar color models

5B3C4B
RGB916075
HSL331°20.53%29.61%
HSB/HSV331°34.07%35.69%
CMYK0.00%34.07%17.58%
64.31%

Color #5B3C4B in popluar number systems.

HEX5B3C4B
Decimal916075
Binary10110111111001001011
Octal13374113

Shades and tints

Shades of #5B3C4B

#5B3C4B
(91,60,75)
#533745
(83,55,69)
#4B323F
(75,50,63)
#432D39
(67,45,57)
#3B2833
(59,40,51)
#33232D
(51,35,45)
#2B1E27
(43,30,39)
#231921
(35,25,33)
#1B141B
(27,20,27)
#130F15
(19,15,21)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #5B3C4B

#5B3C4B
(91,60,75)
#694D5B
(105,77,91)
#775E6B
(119,94,107)
#856F7B
(133,111,123)
#93808B
(147,128,139)
#A1919B
(161,145,155)
#AFA2AB
(175,162,171)
#BDB3BB
(189,179,187)
#CBC4CB
(203,196,203)
#D9D5DB
(217,213,219)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3C4B; }

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

This text font color is #5B3C4B.


Background Color

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

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

This div background color is #5B3C4B.


Border color

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

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

This div border color is #5B3C4B.


Opacity

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

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

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

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

This text has shadow with #5B3C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3C4B on black background.


Color preview on white background

This text has color #5B3C4B on white background.



Black color preview on #5B3C4B background

This text has black color on #5B3C4B background.


White color preview on #5B3C4B background

This text has white color on #5B3C4B background.