COLOR #552549

HEX: #552549
RGB: (85,37,73)

Color info

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

RGB color model

#552549 color RGB value is (85,37,73).

  • red value is 85;
  • green value is 37;
  • blue value is 73.
RGB:
(85,37,73)
(33%,15%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 73 of 255 = 29%

85
37
73

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

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 73 = 195 (100%)
R 85 of 195 ~ 43.59%
G 37 of 195 ~ 18.97%
B 73 of 195 ~ 37.44%

%43.59
%18.97
%37.44

CMYK color model

#552549 color CMYK value is (0,56,14,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(0,56,14,67)
C0M56Y14K67 
(0%,56%,14%,67%)
(0.00/0.56/0.14/0.67)	

CMYK percentages

%0
%56.47
%14.12
%66.67

Codes

Color #552549 in popluar color models

552549
RGB853773
HSL315°39.34%23.92%
HSB/HSV315°56.47%33.33%
CMYK0.00%56.47%14.12%
66.67%

Color #552549 in popluar number systems.

HEX552549
Decimal853773
Binary10101011001011001001
Octal12545111

Shades and tints

Shades of #552549

#552549
(85,37,73)
#4E2243
(78,34,67)
#471F3D
(71,31,61)
#401C37
(64,28,55)
#391931
(57,25,49)
#32162B
(50,22,43)
#2B1325
(43,19,37)
#24101F
(36,16,31)
#1D0D19
(29,13,25)
#160A13
(22,10,19)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #552549

#552549
(85,37,73)
#643859
(100,56,89)
#734B69
(115,75,105)
#825E79
(130,94,121)
#917189
(145,113,137)
#A08499
(160,132,153)
#AF97A9
(175,151,169)
#BEAAB9
(190,170,185)
#CDBDC9
(205,189,201)
#DCD0D9
(220,208,217)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552549 color. Also use rgb(85,37,73) instead hex code.

Text Font Color

.myTextColor { color: #552549; }

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

This text font color is #552549.


Background Color

.myBgColor { background-color: #552549; }

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

This div background color is #552549.


Border color

.myBorderColor { border: 1px solid #552549; }

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

This div border color is #552549.


Opacity

.myOpacity80 { color: #552549; opacity: 0.8; }

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

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

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

This text has shadow with #552549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552549 on black background.


Color preview on white background

This text has color #552549 on white background.



Black color preview on #552549 background

This text has black color on #552549 background.


White color preview on #552549 background

This text has white color on #552549 background.