COLOR #552546

HEX: #552546
RGB: (85,37,70)

Color info

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

RGB color model

#552546 color RGB value is (85,37,70).

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

RGB channels and saturation

R 85 of 255 = 33%
G 37 of 255 = 15%
B 70 of 255 = 27%

85
37
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 37 + 70 = 192 (100%)
R 85 of 192 ~ 44.27%
G 37 of 192 ~ 19.27%
B 70 of 192 ~ 36.46%

%44.27
%19.27
%36.46

CMYK color model

#552546 color CMYK value is (0,56,18,67).

  • cyan value is 0.00%
  • magenta value is 56.47%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,56,18,67)
C0M56Y18K67 
(0%,56%,18%,67%)
(0.00/0.56/0.18/0.67)	

CMYK percentages

%0
%56.47
%17.65
%66.67

Codes

Color #552546 in popluar color models

552546
RGB853770
HSL319°39.34%23.92%
HSB/HSV319°56.47%33.33%
CMYK0.00%56.47%17.65%
66.67%

Color #552546 in popluar number systems.

HEX552546
Decimal853770
Binary10101011001011000110
Octal12545106

Shades and tints

Shades of #552546

#552546
(85,37,70)
#4E2240
(78,34,64)
#471F3A
(71,31,58)
#401C34
(64,28,52)
#39192E
(57,25,46)
#321628
(50,22,40)
#2B1322
(43,19,34)
#24101C
(36,16,28)
#1D0D16
(29,13,22)
#160A10
(22,10,16)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #552546

#552546
(85,37,70)
#643856
(100,56,86)
#734B66
(115,75,102)
#825E76
(130,94,118)
#917186
(145,113,134)
#A08496
(160,132,150)
#AF97A6
(175,151,166)
#BEAAB6
(190,170,182)
#CDBDC6
(205,189,198)
#DCD0D6
(220,208,214)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552546; }

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

This text font color is #552546.


Background Color

.myBgColor { background-color: #552546; }

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

This div background color is #552546.


Border color

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

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

This div border color is #552546.


Opacity

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

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

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

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

This text has shadow with #552546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552546 on black background.


Color preview on white background

This text has color #552546 on white background.



Black color preview on #552546 background

This text has black color on #552546 background.


White color preview on #552546 background

This text has white color on #552546 background.