COLOR #5B2222

HEX: #5B2222
RGB: (91,34,34)

Color info

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

RGB color model

#5B2222 color RGB value is (91,34,34).

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

RGB channels and saturation

R 91 of 255 = 36%
G 34 of 255 = 13%
B 34 of 255 = 13%

91
34
34

R + G + B ~ 21%. #5B2222 is dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 34 + 34 = 159 (100%)
R 91 of 159 ~ 57.23%
G 34 of 159 ~ 21.38%
B 34 of 159 ~ 21.38%

%57.23
%21.38
%21.38

CMYK color model

#5B2222 color CMYK value is (0,63,63,64).

  • cyan value is 0.00%
  • magenta value is 62.64%
  • yellow value is 62.64%
  • key color value is 64.31%
CMYK:
(0,63,63,64)
C0M63Y63K64 
(0%,63%,63%,64%)
(0.00/0.63/0.63/0.64)	

CMYK percentages

%0
%62.64
%62.64
%64.31

Codes

Color #5B2222 in popluar color models

5B2222
RGB913434
HSL45.60%24.51%
HSB/HSV62.64%35.69%
CMYK0.00%62.64%62.64%
64.31%

Color #5B2222 in popluar number systems.

HEX5B2222
Decimal913434
Binary1011011100010100010
Octal1334242

Shades and tints

Shades of #5B2222

#5B2222
(91,34,34)
#531F1F
(83,31,31)
#4B1C1C
(75,28,28)
#431919
(67,25,25)
#3B1616
(59,22,22)
#331313
(51,19,19)
#2B1010
(43,16,16)
#230D0D
(35,13,13)
#1B0A0A
(27,10,10)
#130707
(19,7,7)
#0B0404
(11,4,4)
#000000
(0,0,0)

Tints of #5B2222

#5B2222
(91,34,34)
#693636
(105,54,54)
#774A4A
(119,74,74)
#855E5E
(133,94,94)
#937272
(147,114,114)
#A18686
(161,134,134)
#AF9A9A
(175,154,154)
#BDAEAE
(189,174,174)
#CBC2C2
(203,194,194)
#D9D6D6
(217,214,214)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2222; }

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

This text font color is #5B2222.


Background Color

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

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

This div background color is #5B2222.


Border color

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

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

This div border color is #5B2222.


Opacity

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

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

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

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

This text has shadow with #5B2222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2222 on black background.


Color preview on white background

This text has color #5B2222 on white background.



Black color preview on #5B2222 background

This text has black color on #5B2222 background.


White color preview on #5B2222 background

This text has white color on #5B2222 background.