COLOR #551636

HEX: #551636
RGB: (85,22,54)

Color info

#551636 contains mainly red and blue colors. Web safe color of #551636 is #660033 (or #603).

RGB color model

#551636 color RGB value is (85,22,54).

  • red value is 85;
  • green value is 22;
  • blue value is 54.
RGB:
(85,22,54)
(33%,9%,21%)

RGB channels and saturation

R 85 of 255 = 33%
G 22 of 255 = 9%
B 54 of 255 = 21%

85
22
54

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

Portions of RGB colors in percentages

R + G + B =
85 + 22 + 54 = 161 (100%)
R 85 of 161 ~ 52.8%
G 22 of 161 ~ 13.66%
B 54 of 161 ~ 33.54%

%52.8
%13.66
%33.54

CMYK color model

#551636 color CMYK value is (0,74,36,67).

  • cyan value is 0.00%
  • magenta value is 74.12%
  • yellow value is 36.47%
  • key color value is 66.67%
CMYK:
(0,74,36,67)
C0M74Y36K67 
(0%,74%,36%,67%)
(0.00/0.74/0.36/0.67)	

CMYK percentages

%0
%74.12
%36.47
%66.67

Codes

Color #551636 in popluar color models

551636
RGB852254
HSL330°58.88%20.98%
HSB/HSV330°74.12%33.33%
CMYK0.00%74.12%36.47%
66.67%

Color #551636 in popluar number systems.

HEX551636
Decimal852254
Binary101010110110110110
Octal1252666

Shades and tints

Shades of #551636

#551636
(85,22,54)
#4E1432
(78,20,50)
#47122E
(71,18,46)
#40102A
(64,16,42)
#390E26
(57,14,38)
#320C22
(50,12,34)
#2B0A1E
(43,10,30)
#24081A
(36,8,26)
#1D0616
(29,6,22)
#160412
(22,4,18)
#0F020E
(15,2,14)
#000000
(0,0,0)

Tints of #551636

#551636
(85,22,54)
#642B48
(100,43,72)
#73405A
(115,64,90)
#82556C
(130,85,108)
#916A7E
(145,106,126)
#A07F90
(160,127,144)
#AF94A2
(175,148,162)
#BEA9B4
(190,169,180)
#CDBEC6
(205,190,198)
#DCD3D8
(220,211,216)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551636 color. Also use rgb(85,22,54) instead hex code.

Text Font Color

.myTextColor { color: #551636; }

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

This text font color is #551636.


Background Color

.myBgColor { background-color: #551636; }

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

This div background color is #551636.


Border color

.myBorderColor { border: 1px solid #551636; }

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

This div border color is #551636.


Opacity

.myOpacity80 { color: #551636; opacity: 0.8; }

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

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

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

This text has shadow with #551636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551636 on black background.


Color preview on white background

This text has color #551636 on white background.



Black color preview on #551636 background

This text has black color on #551636 background.


White color preview on #551636 background

This text has white color on #551636 background.