COLOR #55224E

HEX: #55224E
RGB: (85,34,78)

Color info

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

RGB color model

#55224E color RGB value is (85,34,78).

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

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 78 of 255 = 31%

85
34
78

R + G + B ~ 26%. #55224E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 34 + 78 = 197 (100%)
R 85 of 197 ~ 43.15%
G 34 of 197 ~ 17.26%
B 78 of 197 ~ 39.59%

%43.15
%17.26
%39.59

CMYK color model

#55224E color CMYK value is (0,60,8,67).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,60,8,67)
C0M60Y8K67 
(0%,60%,8%,67%)
(0.00/0.60/0.08/0.67)	

CMYK percentages

%0
%60
%8.24
%66.67

Codes

Color #55224E in popluar color models

55224E
RGB853478
HSL308°42.86%23.33%
HSB/HSV308°60.00%33.33%
CMYK0.00%60.00%8.24%
66.67%

Color #55224E in popluar number systems.

HEX55224E
Decimal853478
Binary10101011000101001110
Octal12542116

Shades and tints

Shades of #55224E

#55224E
(85,34,78)
#4E1F47
(78,31,71)
#471C40
(71,28,64)
#401939
(64,25,57)
#391632
(57,22,50)
#32132B
(50,19,43)
#2B1024
(43,16,36)
#240D1D
(36,13,29)
#1D0A16
(29,10,22)
#16070F
(22,7,15)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #55224E

#55224E
(85,34,78)
#64365E
(100,54,94)
#734A6E
(115,74,110)
#825E7E
(130,94,126)
#91728E
(145,114,142)
#A0869E
(160,134,158)
#AF9AAE
(175,154,174)
#BEAEBE
(190,174,190)
#CDC2CE
(205,194,206)
#DCD6DE
(220,214,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55224E; }

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

This text font color is #55224E.


Background Color

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

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

This div background color is #55224E.


Border color

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

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

This div border color is #55224E.


Opacity

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

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

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

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

This text has shadow with #55224E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55224E on black background.


Color preview on white background

This text has color #55224E on white background.



Black color preview on #55224E background

This text has black color on #55224E background.


White color preview on #55224E background

This text has white color on #55224E background.