COLOR #552D49

HEX: #552D49
RGB: (85,45,73)

Color info

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

RGB color model

#552D49 color RGB value is (85,45,73).

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

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 73 of 255 = 29%

85
45
73

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

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 73 = 203 (100%)
R 85 of 203 ~ 41.87%
G 45 of 203 ~ 22.17%
B 73 of 203 ~ 35.96%

%41.87
%22.17
%35.96

CMYK color model

#552D49 color CMYK value is (0,47,14,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(0,47,14,67)
C0M47Y14K67 
(0%,47%,14%,67%)
(0.00/0.47/0.14/0.67)	

CMYK percentages

%0
%47.06
%14.12
%66.67

Codes

Color #552D49 in popluar color models

552D49
RGB854573
HSL318°30.77%25.49%
HSB/HSV318°47.06%33.33%
CMYK0.00%47.06%14.12%
66.67%

Color #552D49 in popluar number systems.

HEX552D49
Decimal854573
Binary10101011011011001001
Octal12555111

Shades and tints

Shades of #552D49

#552D49
(85,45,73)
#4E2943
(78,41,67)
#47253D
(71,37,61)
#402137
(64,33,55)
#391D31
(57,29,49)
#32192B
(50,25,43)
#2B1525
(43,21,37)
#24111F
(36,17,31)
#1D0D19
(29,13,25)
#160913
(22,9,19)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #552D49

#552D49
(85,45,73)
#644059
(100,64,89)
#735369
(115,83,105)
#826679
(130,102,121)
#917989
(145,121,137)
#A08C99
(160,140,153)
#AF9FA9
(175,159,169)
#BEB2B9
(190,178,185)
#CDC5C9
(205,197,201)
#DCD8D9
(220,216,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D49; }

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

This text font color is #552D49.


Background Color

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

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

This div background color is #552D49.


Border color

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

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

This div border color is #552D49.


Opacity

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

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

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

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

This text has shadow with #552D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D49 on black background.


Color preview on white background

This text has color #552D49 on white background.



Black color preview on #552D49 background

This text has black color on #552D49 background.


White color preview on #552D49 background

This text has white color on #552D49 background.