COLOR #552D32

HEX: #552D32
RGB: (85,45,50)

Color info

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

RGB color model

#552D32 color RGB value is (85,45,50).

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

RGB channels and saturation

R 85 of 255 = 33%
G 45 of 255 = 18%
B 50 of 255 = 20%

85
45
50

R + G + B ~ 24%. #552D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 45 + 50 = 180 (100%)
R 85 of 180 ~ 47.22%
G 45 of 180 ~ 25%
B 50 of 180 ~ 27.78%

%47.22
%25
%27.78

CMYK color model

#552D32 color CMYK value is (0,47,41,67).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK:
(0,47,41,67)
C0M47Y41K67 
(0%,47%,41%,67%)
(0.00/0.47/0.41/0.67)	

CMYK percentages

%0
%47.06
%41.18
%66.67

Codes

Color #552D32 in popluar color models

552D32
RGB854550
HSL353°30.77%25.49%
HSB/HSV353°47.06%33.33%
CMYK0.00%47.06%41.18%
66.67%

Color #552D32 in popluar number systems.

HEX552D32
Decimal854550
Binary1010101101101110010
Octal1255562

Shades and tints

Shades of #552D32

#552D32
(85,45,50)
#4E292E
(78,41,46)
#47252A
(71,37,42)
#402126
(64,33,38)
#391D22
(57,29,34)
#32191E
(50,25,30)
#2B151A
(43,21,26)
#241116
(36,17,22)
#1D0D12
(29,13,18)
#16090E
(22,9,14)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #552D32

#552D32
(85,45,50)
#644044
(100,64,68)
#735356
(115,83,86)
#826668
(130,102,104)
#91797A
(145,121,122)
#A08C8C
(160,140,140)
#AF9F9E
(175,159,158)
#BEB2B0
(190,178,176)
#CDC5C2
(205,197,194)
#DCD8D4
(220,216,212)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #552D32; }

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

This text font color is #552D32.


Background Color

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

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

This div background color is #552D32.


Border color

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

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

This div border color is #552D32.


Opacity

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

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

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

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

This text has shadow with #552D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552D32 on black background.


Color preview on white background

This text has color #552D32 on white background.



Black color preview on #552D32 background

This text has black color on #552D32 background.


White color preview on #552D32 background

This text has white color on #552D32 background.