COLOR #550C3B

HEX: #550C3B
RGB: (85,12,59)

Color info

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

RGB color model

#550C3B color RGB value is (85,12,59).

  • red value is 85;
  • green value is 12;
  • blue value is 59.
RGB:
(85,12,59)
(33%,5%,23%)

RGB channels and saturation

R 85 of 255 = 33%
G 12 of 255 = 5%
B 59 of 255 = 23%

85
12
59

R + G + B ~ 20%. #550C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 12 + 59 = 156 (100%)
R 85 of 156 ~ 54.49%
G 12 of 156 ~ 7.69%
B 59 of 156 ~ 37.82%

%54.49
%37.82

CMYK color model

#550C3B color CMYK value is (0,86,31,67).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(0,86,31,67)
C0M86Y31K67 
(0%,86%,31%,67%)
(0.00/0.86/0.31/0.67)	

CMYK percentages

%0
%85.88
%30.59
%66.67

Codes

Color #550C3B in popluar color models

550C3B
RGB851259
HSL321°75.26%19.02%
HSB/HSV321°85.88%33.33%
CMYK0.00%85.88%30.59%
66.67%

Color #550C3B in popluar number systems.

HEX550C3B
Decimal851259
Binary10101011100111011
Octal1251473

Shades and tints

Shades of #550C3B

#550C3B
(85,12,59)
#4E0B36
(78,11,54)
#470A31
(71,10,49)
#40092C
(64,9,44)
#390827
(57,8,39)
#320722
(50,7,34)
#2B061D
(43,6,29)
#240518
(36,5,24)
#1D0413
(29,4,19)
#16030E
(22,3,14)
#0F0209
(15,2,9)
#000000
(0,0,0)

Tints of #550C3B

#550C3B
(85,12,59)
#64224C
(100,34,76)
#73385D
(115,56,93)
#824E6E
(130,78,110)
#91647F
(145,100,127)
#A07A90
(160,122,144)
#AF90A1
(175,144,161)
#BEA6B2
(190,166,178)
#CDBCC3
(205,188,195)
#DCD2D4
(220,210,212)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550C3B color. Also use rgb(85,12,59) instead hex code.

Text Font Color

.myTextColor { color: #550C3B; }

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

This text font color is #550C3B.


Background Color

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

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

This div background color is #550C3B.


Border color

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

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

This div border color is #550C3B.


Opacity

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

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

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

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

This text has shadow with #550C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550C3B on black background.


Color preview on white background

This text has color #550C3B on white background.



Black color preview on #550C3B background

This text has black color on #550C3B background.


White color preview on #550C3B background

This text has white color on #550C3B background.