COLOR #5B2227

HEX: #5B2227
RGB: (91,34,39)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

91
34
39

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

Portions of RGB colors in percentages

R + G + B =
91 + 34 + 39 = 164 (100%)
R 91 of 164 ~ 55.49%
G 34 of 164 ~ 20.73%
B 39 of 164 ~ 23.78%

%55.49
%20.73
%23.78

CMYK color model

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

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

CMYK percentages

%0
%62.64
%57.14
%64.31

Codes

Color #5B2227 in popluar color models

5B2227
RGB913439
HSL355°45.60%24.51%
HSB/HSV355°62.64%35.69%
CMYK0.00%62.64%57.14%
64.31%

Color #5B2227 in popluar number systems.

HEX5B2227
Decimal913439
Binary1011011100010100111
Octal1334247

Shades and tints

Shades of #5B2227

#5B2227
(91,34,39)
#531F24
(83,31,36)
#4B1C21
(75,28,33)
#43191E
(67,25,30)
#3B161B
(59,22,27)
#331318
(51,19,24)
#2B1015
(43,16,21)
#230D12
(35,13,18)
#1B0A0F
(27,10,15)
#13070C
(19,7,12)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #5B2227

#5B2227
(91,34,39)
#69363A
(105,54,58)
#774A4D
(119,74,77)
#855E60
(133,94,96)
#937273
(147,114,115)
#A18686
(161,134,134)
#AF9A99
(175,154,153)
#BDAEAC
(189,174,172)
#CBC2BF
(203,194,191)
#D9D6D2
(217,214,210)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B2227; }

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

This text font color is #5B2227.


Background Color

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

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

This div background color is #5B2227.


Border color

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

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

This div border color is #5B2227.


Opacity

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

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

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

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

This text has shadow with #5B2227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B2227 on black background.


Color preview on white background

This text has color #5B2227 on white background.



Black color preview on #5B2227 background

This text has black color on #5B2227 background.


White color preview on #5B2227 background

This text has white color on #5B2227 background.