COLOR #550003

HEX: #550003
RGB: (85,0,3)

Color info

#550003 contains mainly red color. Web safe color of #550003 is #660000 (or #600).

RGB color model

#550003 color RGB value is (85,0,3).

  • red value is 85;
  • green value is 0;
  • blue value is 3.
RGB:
(85,0,3)
(33%,0%,1%)

RGB channels and saturation

R 85 of 255 = 33%
G 0 of 255 = 0%
B 3 of 255 = 1%

85
0
3

R + G + B ~ 11%. #550003 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 0 + 3 = 88 (100%)
R 85 of 88 ~ 96.59%
G 0 of 88 ~ 0%
B 3 of 88 ~ 3.41%

%96.59

CMYK color model

#550003 color CMYK value is (0,100,96,67).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 96.47%
  • key color value is 66.67%
CMYK:
(0,100,96,67)
C0M100Y96K67 
(0%,100%,96%,67%)
(0.00/1.00/0.96/0.67)	

CMYK percentages

%0
%100
%96.47
%66.67

Codes

Color #550003 in popluar color models

550003
RGB8503
HSL358°100.00%16.67%
HSB/HSV358°100.00%33.33%
CMYK0.00%100.00%96.47%
66.67%

Color #550003 in popluar number systems.

HEX550003
Decimal8503
Binary1010101011
Octal12503

Shades and tints

Shades of #550003

#550003
(85,0,3)
#4E0003
(78,0,3)
#470003
(71,0,3)
#400003
(64,0,3)
#390003
(57,0,3)
#320003
(50,0,3)
#2B0003
(43,0,3)
#240003
(36,0,3)
#1D0003
(29,0,3)
#160003
(22,0,3)
#0F0003
(15,0,3)
#000000
(0,0,0)

Tints of #550003

#550003
(85,0,3)
#641719
(100,23,25)
#732E2F
(115,46,47)
#824545
(130,69,69)
#915C5B
(145,92,91)
#A07371
(160,115,113)
#AF8A87
(175,138,135)
#BEA19D
(190,161,157)
#CDB8B3
(205,184,179)
#DCCFC9
(220,207,201)
#EBE6DF
(235,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550003 color. Also use rgb(85,0,3) instead hex code.

Text Font Color

.myTextColor { color: #550003; }

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

This text font color is #550003.


Background Color

.myBgColor { background-color: #550003; }

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

This div background color is #550003.


Border color

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

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

This div border color is #550003.


Opacity

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

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

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

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

This text has shadow with #550003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550003 on black background.


Color preview on white background

This text has color #550003 on white background.



Black color preview on #550003 background

This text has black color on #550003 background.


White color preview on #550003 background

This text has white color on #550003 background.