COLOR #5B2115

HEX: #5B2115
RGB: (91,33,21)

Color info

#5B2115 contains mainly red and green colors. Web safe color of #5B2115 is #663300 (or #630).

RGB color model

#5B2115 color RGB value is (91,33,21).

  • red value is 91;
  • green value is 33;
  • blue value is 21.
RGB:
(91,33,21)
(36%,13%,8%)

RGB channels and saturation

R 91 of 255 = 36%
G 33 of 255 = 13%
B 21 of 255 = 8%

91
33
21

R + G + B ~ 19%. #5B2115 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 33 + 21 = 145 (100%)
R 91 of 145 ~ 62.76%
G 33 of 145 ~ 22.76%
B 21 of 145 ~ 14.48%

%62.76
%22.76
%14.48

CMYK color model

#5B2115 color CMYK value is (0,64,77,64).

  • cyan value is 0.00%
  • magenta value is 63.74%
  • yellow value is 76.92%
  • key color value is 64.31%
CMYK:
(0,64,77,64)
C0M64Y77K64 
(0%,64%,77%,64%)
(0.00/0.64/0.77/0.64)	

CMYK percentages

%0
%63.74
%76.92
%64.31

Codes

Color #5B2115 in popluar color models

5B2115
RGB913321
HSL10°62.50%21.96%
HSB/HSV10°76.92%35.69%
CMYK0.00%63.74%76.92%
64.31%

Color #5B2115 in popluar number systems.

HEX5B2115
Decimal913321
Binary101101110000110101
Octal1334125

Shades and tints

Shades of #5B2115

#5B2115
(91,33,21)
#531E14
(83,30,20)
#4B1B13
(75,27,19)
#431812
(67,24,18)
#3B1511
(59,21,17)
#331210
(51,18,16)
#2B0F0F
(43,15,15)
#230C0E
(35,12,14)
#1B090D
(27,9,13)
#13060C
(19,6,12)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #5B2115

#5B2115
(91,33,21)
#69352A
(105,53,42)
#77493F
(119,73,63)
#855D54
(133,93,84)
#937169
(147,113,105)
#A1857E
(161,133,126)
#AF9993
(175,153,147)
#BDADA8
(189,173,168)
#CBC1BD
(203,193,189)
#D9D5D2
(217,213,210)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B2115 color. Also use rgb(91,33,21) instead hex code.

Text Font Color

.myTextColor { color: #5B2115; }

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

This text font color is #5B2115.


Background Color

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

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

This div background color is #5B2115.


Border color

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

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

This div border color is #5B2115.


Opacity

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

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

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

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

This text has shadow with #5B2115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2115 on black background.


Color preview on white background

This text has color #5B2115 on white background.



Black color preview on #5B2115 background

This text has black color on #5B2115 background.


White color preview on #5B2115 background

This text has white color on #5B2115 background.