COLOR #550D3E

HEX: #550D3E
RGB: (85,13,62)

Color info

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

RGB color model

#550D3E color RGB value is (85,13,62).

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

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 62 of 255 = 24%

85
13
62

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

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 62 = 160 (100%)
R 85 of 160 ~ 53.13%
G 13 of 160 ~ 8.13%
B 62 of 160 ~ 38.75%

%53.13
%38.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 27.06%
  • key color value is 66.67%
CMYK:
(0,85,27,67)
C0M85Y27K67 
(0%,85%,27%,67%)
(0.00/0.85/0.27/0.67)	

CMYK percentages

%0
%84.71
%27.06
%66.67

Codes

Color #550D3E in popluar color models

550D3E
RGB851362
HSL319°73.47%19.22%
HSB/HSV319°84.71%33.33%
CMYK0.00%84.71%27.06%
66.67%

Color #550D3E in popluar number systems.

HEX550D3E
Decimal851362
Binary10101011101111110
Octal1251576

Shades and tints

Shades of #550D3E

#550D3E
(85,13,62)
#4E0C39
(78,12,57)
#470B34
(71,11,52)
#400A2F
(64,10,47)
#39092A
(57,9,42)
#320825
(50,8,37)
#2B0720
(43,7,32)
#24061B
(36,6,27)
#1D0516
(29,5,22)
#160411
(22,4,17)
#0F030C
(15,3,12)
#000000
(0,0,0)

Tints of #550D3E

#550D3E
(85,13,62)
#64234F
(100,35,79)
#733960
(115,57,96)
#824F71
(130,79,113)
#916582
(145,101,130)
#A07B93
(160,123,147)
#AF91A4
(175,145,164)
#BEA7B5
(190,167,181)
#CDBDC6
(205,189,198)
#DCD3D7
(220,211,215)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550D3E; }

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

This text font color is #550D3E.


Background Color

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

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

This div background color is #550D3E.


Border color

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

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

This div border color is #550D3E.


Opacity

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

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

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

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

This text has shadow with #550D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550D3E on black background.


Color preview on white background

This text has color #550D3E on white background.



Black color preview on #550D3E background

This text has black color on #550D3E background.


White color preview on #550D3E background

This text has white color on #550D3E background.