COLOR #55324D

HEX: #55324D
RGB: (85,50,77)

Color info

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

RGB color model

#55324D color RGB value is (85,50,77).

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

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 77 of 255 = 30%

85
50
77

R + G + B ~ 28%. #55324D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 77 = 212 (100%)
R 85 of 212 ~ 40.09%
G 50 of 212 ~ 23.58%
B 77 of 212 ~ 36.32%

%40.09
%23.58
%36.32

CMYK color model

#55324D color CMYK value is (0,41,9,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,41,9,67)
C0M41Y9K67 
(0%,41%,9%,67%)
(0.00/0.41/0.09/0.67)	

CMYK percentages

%0
%41.18
%9.41
%66.67

Codes

Color #55324D in popluar color models

55324D
RGB855077
HSL314°25.93%26.47%
HSB/HSV314°41.18%33.33%
CMYK0.00%41.18%9.41%
66.67%

Color #55324D in popluar number systems.

HEX55324D
Decimal855077
Binary10101011100101001101
Octal12562115

Shades and tints

Shades of #55324D

#55324D
(85,50,77)
#4E2E46
(78,46,70)
#472A3F
(71,42,63)
#402638
(64,38,56)
#392231
(57,34,49)
#321E2A
(50,30,42)
#2B1A23
(43,26,35)
#24161C
(36,22,28)
#1D1215
(29,18,21)
#160E0E
(22,14,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #55324D

#55324D
(85,50,77)
#64445D
(100,68,93)
#73566D
(115,86,109)
#82687D
(130,104,125)
#917A8D
(145,122,141)
#A08C9D
(160,140,157)
#AF9EAD
(175,158,173)
#BEB0BD
(190,176,189)
#CDC2CD
(205,194,205)
#DCD4DD
(220,212,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55324D color. Also use rgb(85,50,77) instead hex code.

Text Font Color

.myTextColor { color: #55324D; }

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

This text font color is #55324D.


Background Color

.myBgColor { background-color: #55324D; }

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

This div background color is #55324D.


Border color

.myBorderColor { border: 1px solid #55324D; }

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

This div border color is #55324D.


Opacity

.myOpacity80 { color: #55324D; opacity: 0.8; }

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

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

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

This text has shadow with #55324D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55324D on black background.


Color preview on white background

This text has color #55324D on white background.



Black color preview on #55324D background

This text has black color on #55324D background.


White color preview on #55324D background

This text has white color on #55324D background.