COLOR #55284E

HEX: #55284E
RGB: (85,40,78)

Color info

#55284E contains red, green and blue colors in about the same proportion. Web safe color of #55284E is #663366 (or #636).

RGB color model

#55284E color RGB value is (85,40,78).

  • red value is 85;
  • green value is 40;
  • blue value is 78.
RGB:
(85,40,78)
(33%,16%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 40 of 255 = 16%
B 78 of 255 = 31%

85
40
78

R + G + B ~ 27%. #55284E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 40 + 78 = 203 (100%)
R 85 of 203 ~ 41.87%
G 40 of 203 ~ 19.7%
B 78 of 203 ~ 38.42%

%41.87
%19.7
%38.42

CMYK color model

#55284E color CMYK value is (0,53,8,67).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,53,8,67)
C0M53Y8K67 
(0%,53%,8%,67%)
(0.00/0.53/0.08/0.67)	

CMYK percentages

%0
%52.94
%8.24
%66.67

Codes

Color #55284E in popluar color models

55284E
RGB854078
HSL309°36.00%24.51%
HSB/HSV309°52.94%33.33%
CMYK0.00%52.94%8.24%
66.67%

Color #55284E in popluar number systems.

HEX55284E
Decimal854078
Binary10101011010001001110
Octal12550116

Shades and tints

Shades of #55284E

#55284E
(85,40,78)
#4E2547
(78,37,71)
#472240
(71,34,64)
#401F39
(64,31,57)
#391C32
(57,28,50)
#32192B
(50,25,43)
#2B1624
(43,22,36)
#24131D
(36,19,29)
#1D1016
(29,16,22)
#160D0F
(22,13,15)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #55284E

#55284E
(85,40,78)
#643B5E
(100,59,94)
#734E6E
(115,78,110)
#82617E
(130,97,126)
#91748E
(145,116,142)
#A0879E
(160,135,158)
#AF9AAE
(175,154,174)
#BEADBE
(190,173,190)
#CDC0CE
(205,192,206)
#DCD3DE
(220,211,222)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55284E color. Also use rgb(85,40,78) instead hex code.

Text Font Color

.myTextColor { color: #55284E; }

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

This text font color is #55284E.


Background Color

.myBgColor { background-color: #55284E; }

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

This div background color is #55284E.


Border color

.myBorderColor { border: 1px solid #55284E; }

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

This div border color is #55284E.


Opacity

.myOpacity80 { color: #55284E; opacity: 0.8; }

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

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

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

This text has shadow with #55284E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55284E on black background.


Color preview on white background

This text has color #55284E on white background.



Black color preview on #55284E background

This text has black color on #55284E background.


White color preview on #55284E background

This text has white color on #55284E background.