COLOR #55284B

HEX: #55284B
RGB: (85,40,75)

Color info

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

RGB color model

#55284B color RGB value is (85,40,75).

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

RGB channels and saturation

R 85 of 255 = 33%
G 40 of 255 = 16%
B 75 of 255 = 29%

85
40
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 40 + 75 = 200 (100%)
R 85 of 200 ~ 42.5%
G 40 of 200 ~ 20%
B 75 of 200 ~ 37.5%

%42.5
%20
%37.5

CMYK color model

#55284B color CMYK value is (0,53,12,67).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(0,53,12,67)
C0M53Y12K67 
(0%,53%,12%,67%)
(0.00/0.53/0.12/0.67)	

CMYK percentages

%0
%52.94
%11.76
%66.67

Codes

Color #55284B in popluar color models

55284B
RGB854075
HSL313°36.00%24.51%
HSB/HSV313°52.94%33.33%
CMYK0.00%52.94%11.76%
66.67%

Color #55284B in popluar number systems.

HEX55284B
Decimal854075
Binary10101011010001001011
Octal12550113

Shades and tints

Shades of #55284B

#55284B
(85,40,75)
#4E2545
(78,37,69)
#47223F
(71,34,63)
#401F39
(64,31,57)
#391C33
(57,28,51)
#32192D
(50,25,45)
#2B1627
(43,22,39)
#241321
(36,19,33)
#1D101B
(29,16,27)
#160D15
(22,13,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #55284B

#55284B
(85,40,75)
#643B5B
(100,59,91)
#734E6B
(115,78,107)
#82617B
(130,97,123)
#91748B
(145,116,139)
#A0879B
(160,135,155)
#AF9AAB
(175,154,171)
#BEADBB
(190,173,187)
#CDC0CB
(205,192,203)
#DCD3DB
(220,211,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55284B; }

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

This text font color is #55284B.


Background Color

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

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

This div background color is #55284B.


Border color

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

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

This div border color is #55284B.


Opacity

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

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

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

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

This text has shadow with #55284B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55284B on black background.


Color preview on white background

This text has color #55284B on white background.



Black color preview on #55284B background

This text has black color on #55284B background.


White color preview on #55284B background

This text has white color on #55284B background.