COLOR #55224B

HEX: #55224B
RGB: (85,34,75)

Color info

#55224B contains red, green and blue colors in about the same proportion. Web safe color of #55224B is #663333 (or #633).

RGB color model

#55224B color RGB value is (85,34,75).

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

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 75 of 255 = 29%

85
34
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 34 + 75 = 194 (100%)
R 85 of 194 ~ 43.81%
G 34 of 194 ~ 17.53%
B 75 of 194 ~ 38.66%

%43.81
%17.53
%38.66

CMYK color model

#55224B color CMYK value is (0,60,12,67).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(0,60,12,67)
C0M60Y12K67 
(0%,60%,12%,67%)
(0.00/0.60/0.12/0.67)	

CMYK percentages

%0
%60
%11.76
%66.67

Codes

Color #55224B in popluar color models

55224B
RGB853475
HSL312°42.86%23.33%
HSB/HSV312°60.00%33.33%
CMYK0.00%60.00%11.76%
66.67%

Color #55224B in popluar number systems.

HEX55224B
Decimal853475
Binary10101011000101001011
Octal12542113

Shades and tints

Shades of #55224B

#55224B
(85,34,75)
#4E1F45
(78,31,69)
#471C3F
(71,28,63)
#401939
(64,25,57)
#391633
(57,22,51)
#32132D
(50,19,45)
#2B1027
(43,16,39)
#240D21
(36,13,33)
#1D0A1B
(29,10,27)
#160715
(22,7,21)
#0F040F
(15,4,15)
#000000
(0,0,0)

Tints of #55224B

#55224B
(85,34,75)
#64365B
(100,54,91)
#734A6B
(115,74,107)
#825E7B
(130,94,123)
#91728B
(145,114,139)
#A0869B
(160,134,155)
#AF9AAB
(175,154,171)
#BEAEBB
(190,174,187)
#CDC2CB
(205,194,203)
#DCD6DB
(220,214,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55224B; }

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

This text font color is #55224B.


Background Color

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

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

This div background color is #55224B.


Border color

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

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

This div border color is #55224B.


Opacity

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

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

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

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

This text has shadow with #55224B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55224B on black background.


Color preview on white background

This text has color #55224B on white background.



Black color preview on #55224B background

This text has black color on #55224B background.


White color preview on #55224B background

This text has white color on #55224B background.