COLOR #5B2515

HEX: #5B2515
RGB: (91,37,21)

Color info

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

RGB color model

#5B2515 color RGB value is (91,37,21).

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

RGB channels and saturation

R 91 of 255 = 36%
G 37 of 255 = 15%
B 21 of 255 = 8%

91
37
21

R + G + B ~ 20%. #5B2515 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 37 + 21 = 149 (100%)
R 91 of 149 ~ 61.07%
G 37 of 149 ~ 24.83%
B 21 of 149 ~ 14.09%

%61.07
%24.83
%14.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 59.34%
  • yellow value is 76.92%
  • key color value is 64.31%
CMYK:
(0,59,77,64)
C0M59Y77K64 
(0%,59%,77%,64%)
(0.00/0.59/0.77/0.64)	

CMYK percentages

%0
%59.34
%76.92
%64.31

Codes

Color #5B2515 in popluar color models

5B2515
RGB913721
HSL14°62.50%21.96%
HSB/HSV14°76.92%35.69%
CMYK0.00%59.34%76.92%
64.31%

Color #5B2515 in popluar number systems.

HEX5B2515
Decimal913721
Binary101101110010110101
Octal1334525

Shades and tints

Shades of #5B2515

#5B2515
(91,37,21)
#532214
(83,34,20)
#4B1F13
(75,31,19)
#431C12
(67,28,18)
#3B1911
(59,25,17)
#331610
(51,22,16)
#2B130F
(43,19,15)
#23100E
(35,16,14)
#1B0D0D
(27,13,13)
#130A0C
(19,10,12)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #5B2515

#5B2515
(91,37,21)
#69382A
(105,56,42)
#774B3F
(119,75,63)
#855E54
(133,94,84)
#937169
(147,113,105)
#A1847E
(161,132,126)
#AF9793
(175,151,147)
#BDAAA8
(189,170,168)
#CBBDBD
(203,189,189)
#D9D0D2
(217,208,210)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2515; }

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

This text font color is #5B2515.


Background Color

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

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

This div background color is #5B2515.


Border color

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

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

This div border color is #5B2515.


Opacity

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

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

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

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

This text has shadow with #5B2515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2515 on black background.


Color preview on white background

This text has color #5B2515 on white background.



Black color preview on #5B2515 background

This text has black color on #5B2515 background.


White color preview on #5B2515 background

This text has white color on #5B2515 background.