COLOR #55364E

HEX: #55364E
RGB: (85,54,78)

Color info

#55364E contains red, green and blue colors in about the same proportion. Web safe color of #55364E is #663366 (or #636).

RGB color model

#55364E color RGB value is (85,54,78).

  • red value is 85;
  • green value is 54;
  • blue value is 78.
RGB:
(85,54,78)
(33%,21%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 78 of 255 = 31%

85
54
78

R + G + B ~ 28%. #55364E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 78 = 217 (100%)
R 85 of 217 ~ 39.17%
G 54 of 217 ~ 24.88%
B 78 of 217 ~ 35.94%

%39.17
%24.88
%35.94

CMYK color model

#55364E color CMYK value is (0,36,8,67).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,36,8,67)
C0M36Y8K67 
(0%,36%,8%,67%)
(0.00/0.36/0.08/0.67)	

CMYK percentages

%0
%36.47
%8.24
%66.67

Codes

Color #55364E in popluar color models

55364E
RGB855478
HSL314°22.30%27.25%
HSB/HSV314°36.47%33.33%
CMYK0.00%36.47%8.24%
66.67%

Color #55364E in popluar number systems.

HEX55364E
Decimal855478
Binary10101011101101001110
Octal12566116

Shades and tints

Shades of #55364E

#55364E
(85,54,78)
#4E3247
(78,50,71)
#472E40
(71,46,64)
#402A39
(64,42,57)
#392632
(57,38,50)
#32222B
(50,34,43)
#2B1E24
(43,30,36)
#241A1D
(36,26,29)
#1D1616
(29,22,22)
#16120F
(22,18,15)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #55364E

#55364E
(85,54,78)
#64485E
(100,72,94)
#735A6E
(115,90,110)
#826C7E
(130,108,126)
#917E8E
(145,126,142)
#A0909E
(160,144,158)
#AFA2AE
(175,162,174)
#BEB4BE
(190,180,190)
#CDC6CE
(205,198,206)
#DCD8DE
(220,216,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55364E color. Also use rgb(85,54,78) instead hex code.

Text Font Color

.myTextColor { color: #55364E; }

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

This text font color is #55364E.


Background Color

.myBgColor { background-color: #55364E; }

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

This div background color is #55364E.


Border color

.myBorderColor { border: 1px solid #55364E; }

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

This div border color is #55364E.


Opacity

.myOpacity80 { color: #55364E; opacity: 0.8; }

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

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

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

This text has shadow with #55364E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55364E on black background.


Color preview on white background

This text has color #55364E on white background.



Black color preview on #55364E background

This text has black color on #55364E background.


White color preview on #55364E background

This text has white color on #55364E background.