COLOR #550D1C

HEX: #550D1C
RGB: (85,13,28)

Color info

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

RGB color model

#550D1C color RGB value is (85,13,28).

  • red value is 85;
  • green value is 13;
  • blue value is 28.
RGB:
(85,13,28)
(33%,5%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 28 of 255 = 11%

85
13
28

R + G + B ~ 16%. #550D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 28 = 126 (100%)
R 85 of 126 ~ 67.46%
G 13 of 126 ~ 10.32%
B 28 of 126 ~ 22.22%

%67.46
%10.32
%22.22

CMYK color model

#550D1C color CMYK value is (0,85,67,67).

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 67.06%
  • key color value is 66.67%
CMYK:
(0,85,67,67)
C0M85Y67K67 
(0%,85%,67%,67%)
(0.00/0.85/0.67/0.67)	

CMYK percentages

%0
%84.71
%67.06
%66.67

Codes

Color #550D1C in popluar color models

550D1C
RGB851328
HSL348°73.47%19.22%
HSB/HSV348°84.71%33.33%
CMYK0.00%84.71%67.06%
66.67%

Color #550D1C in popluar number systems.

HEX550D1C
Decimal851328
Binary1010101110111100
Octal1251534

Shades and tints

Shades of #550D1C

#550D1C
(85,13,28)
#4E0C1A
(78,12,26)
#470B18
(71,11,24)
#400A16
(64,10,22)
#390914
(57,9,20)
#320812
(50,8,18)
#2B0710
(43,7,16)
#24060E
(36,6,14)
#1D050C
(29,5,12)
#16040A
(22,4,10)
#0F0308
(15,3,8)
#000000
(0,0,0)

Tints of #550D1C

#550D1C
(85,13,28)
#642330
(100,35,48)
#733944
(115,57,68)
#824F58
(130,79,88)
#91656C
(145,101,108)
#A07B80
(160,123,128)
#AF9194
(175,145,148)
#BEA7A8
(190,167,168)
#CDBDBC
(205,189,188)
#DCD3D0
(220,211,208)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550D1C color. Also use rgb(85,13,28) instead hex code.

Text Font Color

.myTextColor { color: #550D1C; }

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

This text font color is #550D1C.


Background Color

.myBgColor { background-color: #550D1C; }

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

This div background color is #550D1C.


Border color

.myBorderColor { border: 1px solid #550D1C; }

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

This div border color is #550D1C.


Opacity

.myOpacity80 { color: #550D1C; opacity: 0.8; }

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

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

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

This text has shadow with #550D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550D1C on black background.


Color preview on white background

This text has color #550D1C on white background.



Black color preview on #550D1C background

This text has black color on #550D1C background.


White color preview on #550D1C background

This text has white color on #550D1C background.