COLOR #5B1117

HEX: #5B1117
RGB: (91,17,23)

Color info

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

RGB color model

#5B1117 color RGB value is (91,17,23).

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

RGB channels and saturation

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

91
17
23

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

Portions of RGB colors in percentages

R + G + B =
91 + 17 + 23 = 131 (100%)
R 91 of 131 ~ 69.47%
G 17 of 131 ~ 12.98%
B 23 of 131 ~ 17.56%

%69.47
%12.98
%17.56

CMYK color model

#5B1117 color CMYK value is (0,81,75,64).

  • cyan value is 0.00%
  • magenta value is 81.32%
  • yellow value is 74.73%
  • key color value is 64.31%
CMYK:
(0,81,75,64)
C0M81Y75K64 
(0%,81%,75%,64%)
(0.00/0.81/0.75/0.64)	

CMYK percentages

%0
%81.32
%74.73
%64.31

Codes

Color #5B1117 in popluar color models

5B1117
RGB911723
HSL355°68.52%21.18%
HSB/HSV355°81.32%35.69%
CMYK0.00%81.32%74.73%
64.31%

Color #5B1117 in popluar number systems.

HEX5B1117
Decimal911723
Binary10110111000110111
Octal1332127

Shades and tints

Shades of #5B1117

#5B1117
(91,17,23)
#531015
(83,16,21)
#4B0F13
(75,15,19)
#430E11
(67,14,17)
#3B0D0F
(59,13,15)
#330C0D
(51,12,13)
#2B0B0B
(43,11,11)
#230A09
(35,10,9)
#1B0907
(27,9,7)
#130805
(19,8,5)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #5B1117

#5B1117
(91,17,23)
#69262C
(105,38,44)
#773B41
(119,59,65)
#855056
(133,80,86)
#93656B
(147,101,107)
#A17A80
(161,122,128)
#AF8F95
(175,143,149)
#BDA4AA
(189,164,170)
#CBB9BF
(203,185,191)
#D9CED4
(217,206,212)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B1117; }

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

This text font color is #5B1117.


Background Color

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

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

This div background color is #5B1117.


Border color

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

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

This div border color is #5B1117.


Opacity

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

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

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

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

This text has shadow with #5B1117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B1117 on black background.


Color preview on white background

This text has color #5B1117 on white background.



Black color preview on #5B1117 background

This text has black color on #5B1117 background.


White color preview on #5B1117 background

This text has white color on #5B1117 background.