COLOR #5B3143

HEX: #5B3143
RGB: (91,49,67)

Color info

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

RGB color model

#5B3143 color RGB value is (91,49,67).

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

RGB channels and saturation

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

91
49
67

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

Portions of RGB colors in percentages

R + G + B =
91 + 49 + 67 = 207 (100%)
R 91 of 207 ~ 43.96%
G 49 of 207 ~ 23.67%
B 67 of 207 ~ 32.37%

%43.96
%23.67
%32.37

CMYK color model

#5B3143 color CMYK value is (0,46,26,64).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 26.37%
  • key color value is 64.31%
CMYK:
(0,46,26,64)
C0M46Y26K64 
(0%,46%,26%,64%)
(0.00/0.46/0.26/0.64)	

CMYK percentages

%0
%46.15
%26.37
%64.31

Codes

Color #5B3143 in popluar color models

5B3143
RGB914967
HSL334°30.00%27.45%
HSB/HSV334°46.15%35.69%
CMYK0.00%46.15%26.37%
64.31%

Color #5B3143 in popluar number systems.

HEX5B3143
Decimal914967
Binary10110111100011000011
Octal13361103

Shades and tints

Shades of #5B3143

#5B3143
(91,49,67)
#532D3D
(83,45,61)
#4B2937
(75,41,55)
#432531
(67,37,49)
#3B212B
(59,33,43)
#331D25
(51,29,37)
#2B191F
(43,25,31)
#231519
(35,21,25)
#1B1113
(27,17,19)
#130D0D
(19,13,13)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #5B3143

#5B3143
(91,49,67)
#694354
(105,67,84)
#775565
(119,85,101)
#856776
(133,103,118)
#937987
(147,121,135)
#A18B98
(161,139,152)
#AF9DA9
(175,157,169)
#BDAFBA
(189,175,186)
#CBC1CB
(203,193,203)
#D9D3DC
(217,211,220)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3143; }

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

This text font color is #5B3143.


Background Color

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

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

This div background color is #5B3143.


Border color

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

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

This div border color is #5B3143.


Opacity

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

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

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

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

This text has shadow with #5B3143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3143 on black background.


Color preview on white background

This text has color #5B3143 on white background.



Black color preview on #5B3143 background

This text has black color on #5B3143 background.


White color preview on #5B3143 background

This text has white color on #5B3143 background.