COLOR #5B3142

HEX: #5B3142
RGB: (91,49,66)

Color info

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

RGB color model

#5B3142 color RGB value is (91,49,66).

  • red value is 91;
  • green value is 49;
  • blue value is 66.
RGB:
(91,49,66)
(36%,19%,26%)

RGB channels and saturation

R 91 of 255 = 36%
G 49 of 255 = 19%
B 66 of 255 = 26%

91
49
66

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

Portions of RGB colors in percentages

R + G + B =
91 + 49 + 66 = 206 (100%)
R 91 of 206 ~ 44.17%
G 49 of 206 ~ 23.79%
B 66 of 206 ~ 32.04%

%44.17
%23.79
%32.04

CMYK color model

#5B3142 color CMYK value is (0,46,27,64).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 27.47%
  • key color value is 64.31%
CMYK:
(0,46,27,64)
C0M46Y27K64 
(0%,46%,27%,64%)
(0.00/0.46/0.27/0.64)	

CMYK percentages

%0
%46.15
%27.47
%64.31

Codes

Color #5B3142 in popluar color models

5B3142
RGB914966
HSL336°30.00%27.45%
HSB/HSV336°46.15%35.69%
CMYK0.00%46.15%27.47%
64.31%

Color #5B3142 in popluar number systems.

HEX5B3142
Decimal914966
Binary10110111100011000010
Octal13361102

Shades and tints

Shades of #5B3142

#5B3142
(91,49,66)
#532D3C
(83,45,60)
#4B2936
(75,41,54)
#432530
(67,37,48)
#3B212A
(59,33,42)
#331D24
(51,29,36)
#2B191E
(43,25,30)
#231518
(35,21,24)
#1B1112
(27,17,18)
#130D0C
(19,13,12)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #5B3142

#5B3142
(91,49,66)
#694353
(105,67,83)
#775564
(119,85,100)
#856775
(133,103,117)
#937986
(147,121,134)
#A18B97
(161,139,151)
#AF9DA8
(175,157,168)
#BDAFB9
(189,175,185)
#CBC1CA
(203,193,202)
#D9D3DB
(217,211,219)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3142 color. Also use rgb(91,49,66) instead hex code.

Text Font Color

.myTextColor { color: #5B3142; }

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

This text font color is #5B3142.


Background Color

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

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

This div background color is #5B3142.


Border color

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

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

This div border color is #5B3142.


Opacity

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

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

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

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

This text has shadow with #5B3142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3142 on black background.


Color preview on white background

This text has color #5B3142 on white background.



Black color preview on #5B3142 background

This text has black color on #5B3142 background.


White color preview on #5B3142 background

This text has white color on #5B3142 background.