COLOR #552C51

HEX: #552C51
RGB: (85,44,81)

Color info

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

RGB color model

#552C51 color RGB value is (85,44,81).

  • red value is 85;
  • green value is 44;
  • blue value is 81.
RGB:
(85,44,81)
(33%,17%,32%)

RGB channels and saturation

R 85 of 255 = 33%
G 44 of 255 = 17%
B 81 of 255 = 32%

85
44
81

R + G + B ~ 27%. #552C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 44 + 81 = 210 (100%)
R 85 of 210 ~ 40.48%
G 44 of 210 ~ 20.95%
B 81 of 210 ~ 38.57%

%40.48
%20.95
%38.57

CMYK color model

#552C51 color CMYK value is (0,48,5,67).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(0,48,5,67)
C0M48Y5K67 
(0%,48%,5%,67%)
(0.00/0.48/0.05/0.67)	

CMYK percentages

%0
%48.24
%4.71
%66.67

Codes

Color #552C51 in popluar color models

552C51
RGB854481
HSL306°31.78%25.29%
HSB/HSV306°48.24%33.33%
CMYK0.00%48.24%4.71%
66.67%

Color #552C51 in popluar number systems.

HEX552C51
Decimal854481
Binary10101011011001010001
Octal12554121

Shades and tints

Shades of #552C51

#552C51
(85,44,81)
#4E284A
(78,40,74)
#472443
(71,36,67)
#40203C
(64,32,60)
#391C35
(57,28,53)
#32182E
(50,24,46)
#2B1427
(43,20,39)
#241020
(36,16,32)
#1D0C19
(29,12,25)
#160812
(22,8,18)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #552C51

#552C51
(85,44,81)
#643F60
(100,63,96)
#73526F
(115,82,111)
#82657E
(130,101,126)
#91788D
(145,120,141)
#A08B9C
(160,139,156)
#AF9EAB
(175,158,171)
#BEB1BA
(190,177,186)
#CDC4C9
(205,196,201)
#DCD7D8
(220,215,216)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552C51 color. Also use rgb(85,44,81) instead hex code.

Text Font Color

.myTextColor { color: #552C51; }

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

This text font color is #552C51.


Background Color

.myBgColor { background-color: #552C51; }

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

This div background color is #552C51.


Border color

.myBorderColor { border: 1px solid #552C51; }

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

This div border color is #552C51.


Opacity

.myOpacity80 { color: #552C51; opacity: 0.8; }

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

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

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

This text has shadow with #552C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552C51 on black background.


Color preview on white background

This text has color #552C51 on white background.



Black color preview on #552C51 background

This text has black color on #552C51 background.


White color preview on #552C51 background

This text has white color on #552C51 background.