COLOR #553446

HEX: #553446
RGB: (85,52,70)

Color info

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

RGB color model

#553446 color RGB value is (85,52,70).

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

RGB channels and saturation

R 85 of 255 = 33%
G 52 of 255 = 20%
B 70 of 255 = 27%

85
52
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 52 + 70 = 207 (100%)
R 85 of 207 ~ 41.06%
G 52 of 207 ~ 25.12%
B 70 of 207 ~ 33.82%

%41.06
%25.12
%33.82

CMYK color model

#553446 color CMYK value is (0,39,18,67).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,39,18,67)
C0M39Y18K67 
(0%,39%,18%,67%)
(0.00/0.39/0.18/0.67)	

CMYK percentages

%0
%38.82
%17.65
%66.67

Codes

Color #553446 in popluar color models

553446
RGB855270
HSL327°24.09%26.86%
HSB/HSV327°38.82%33.33%
CMYK0.00%38.82%17.65%
66.67%

Color #553446 in popluar number systems.

HEX553446
Decimal855270
Binary10101011101001000110
Octal12564106

Shades and tints

Shades of #553446

#553446
(85,52,70)
#4E3040
(78,48,64)
#472C3A
(71,44,58)
#402834
(64,40,52)
#39242E
(57,36,46)
#322028
(50,32,40)
#2B1C22
(43,28,34)
#24181C
(36,24,28)
#1D1416
(29,20,22)
#161010
(22,16,16)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #553446

#553446
(85,52,70)
#644656
(100,70,86)
#735866
(115,88,102)
#826A76
(130,106,118)
#917C86
(145,124,134)
#A08E96
(160,142,150)
#AFA0A6
(175,160,166)
#BEB2B6
(190,178,182)
#CDC4C6
(205,196,198)
#DCD6D6
(220,214,214)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553446; }

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

This text font color is #553446.


Background Color

.myBgColor { background-color: #553446; }

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

This div background color is #553446.


Border color

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

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

This div border color is #553446.


Opacity

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

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

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

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

This text has shadow with #553446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553446 on black background.


Color preview on white background

This text has color #553446 on white background.



Black color preview on #553446 background

This text has black color on #553446 background.


White color preview on #553446 background

This text has white color on #553446 background.