COLOR #5B1118

HEX: #5B1118
RGB: (91,17,24)

Color info

#5B1118 contains mainly red color. Web safe color of #5B1118 is #660000 (or #600).

RGB color model

#5B1118 color RGB value is (91,17,24).

  • red value is 91;
  • green value is 17;
  • blue value is 24.
RGB:
(91,17,24)
(36%,7%,9%)

RGB channels and saturation

R 91 of 255 = 36%
G 17 of 255 = 7%
B 24 of 255 = 9%

91
17
24

R + G + B ~ 17%. #5B1118 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 17 + 24 = 132 (100%)
R 91 of 132 ~ 68.94%
G 17 of 132 ~ 12.88%
B 24 of 132 ~ 18.18%

%68.94
%12.88
%18.18

CMYK color model

#5B1118 color CMYK value is (0,81,74,64).

  • cyan value is 0.00%
  • magenta value is 81.32%
  • yellow value is 73.63%
  • key color value is 64.31%
CMYK:
(0,81,74,64)
C0M81Y74K64 
(0%,81%,74%,64%)
(0.00/0.81/0.74/0.64)	

CMYK percentages

%0
%81.32
%73.63
%64.31

Codes

Color #5B1118 in popluar color models

5B1118
RGB911724
HSL354°68.52%21.18%
HSB/HSV354°81.32%35.69%
CMYK0.00%81.32%73.63%
64.31%

Color #5B1118 in popluar number systems.

HEX5B1118
Decimal911724
Binary10110111000111000
Octal1332130

Shades and tints

Shades of #5B1118

#5B1118
(91,17,24)
#531016
(83,16,22)
#4B0F14
(75,15,20)
#430E12
(67,14,18)
#3B0D10
(59,13,16)
#330C0E
(51,12,14)
#2B0B0C
(43,11,12)
#230A0A
(35,10,10)
#1B0908
(27,9,8)
#130806
(19,8,6)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #5B1118

#5B1118
(91,17,24)
#69262D
(105,38,45)
#773B42
(119,59,66)
#855057
(133,80,87)
#93656C
(147,101,108)
#A17A81
(161,122,129)
#AF8F96
(175,143,150)
#BDA4AB
(189,164,171)
#CBB9C0
(203,185,192)
#D9CED5
(217,206,213)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B1118 color. Also use rgb(91,17,24) instead hex code.

Text Font Color

.myTextColor { color: #5B1118; }

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

This text font color is #5B1118.


Background Color

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

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

This div background color is #5B1118.


Border color

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

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

This div border color is #5B1118.


Opacity

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

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

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

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

This text has shadow with #5B1118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1118 on black background.


Color preview on white background

This text has color #5B1118 on white background.



Black color preview on #5B1118 background

This text has black color on #5B1118 background.


White color preview on #5B1118 background

This text has white color on #5B1118 background.