COLOR #5B3441

HEX: #5B3441
RGB: (91,52,65)

Color info

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

RGB color model

#5B3441 color RGB value is (91,52,65).

  • red value is 91;
  • green value is 52;
  • blue value is 65.
RGB:
(91,52,65)
(36%,20%,25%)

RGB channels and saturation

R 91 of 255 = 36%
G 52 of 255 = 20%
B 65 of 255 = 25%

91
52
65

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

Portions of RGB colors in percentages

R + G + B =
91 + 52 + 65 = 208 (100%)
R 91 of 208 ~ 43.75%
G 52 of 208 ~ 25%
B 65 of 208 ~ 31.25%

%43.75
%25
%31.25

CMYK color model

#5B3441 color CMYK value is (0,43,29,64).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 28.57%
  • key color value is 64.31%
CMYK:
(0,43,29,64)
C0M43Y29K64 
(0%,43%,29%,64%)
(0.00/0.43/0.29/0.64)	

CMYK percentages

%0
%42.86
%28.57
%64.31

Codes

Color #5B3441 in popluar color models

5B3441
RGB915265
HSL340°27.27%28.04%
HSB/HSV340°42.86%35.69%
CMYK0.00%42.86%28.57%
64.31%

Color #5B3441 in popluar number systems.

HEX5B3441
Decimal915265
Binary10110111101001000001
Octal13364101

Shades and tints

Shades of #5B3441

#5B3441
(91,52,65)
#53303C
(83,48,60)
#4B2C37
(75,44,55)
#432832
(67,40,50)
#3B242D
(59,36,45)
#332028
(51,32,40)
#2B1C23
(43,28,35)
#23181E
(35,24,30)
#1B1419
(27,20,25)
#131014
(19,16,20)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #5B3441

#5B3441
(91,52,65)
#694652
(105,70,82)
#775863
(119,88,99)
#856A74
(133,106,116)
#937C85
(147,124,133)
#A18E96
(161,142,150)
#AFA0A7
(175,160,167)
#BDB2B8
(189,178,184)
#CBC4C9
(203,196,201)
#D9D6DA
(217,214,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3441 color. Also use rgb(91,52,65) instead hex code.

Text Font Color

.myTextColor { color: #5B3441; }

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

This text font color is #5B3441.


Background Color

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

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

This div background color is #5B3441.


Border color

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

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

This div border color is #5B3441.


Opacity

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

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

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

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

This text has shadow with #5B3441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3441 on black background.


Color preview on white background

This text has color #5B3441 on white background.



Black color preview on #5B3441 background

This text has black color on #5B3441 background.


White color preview on #5B3441 background

This text has white color on #5B3441 background.