COLOR #55445E

HEX: #55445E
RGB: (85,68,94)

Color info

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

RGB color model

#55445E color RGB value is (85,68,94).

  • red value is 85;
  • green value is 68;
  • blue value is 94.
RGB:
(85,68,94)
(33%,27%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 68 of 255 = 27%
B 94 of 255 = 37%

85
68
94

R + G + B ~ 32%. #55445E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 94 = 247 (100%)
R 85 of 247 ~ 34.41%
G 68 of 247 ~ 27.53%
B 94 of 247 ~ 38.06%

%34.41
%27.53
%38.06

CMYK color model

#55445E color CMYK value is (10,28,0,63).

  • cyan value is 9.57%
  • magenta value is 27.66%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,28,0,63)
C10M28Y0K63 
(10%,28%,0%,63%)
(0.10/0.28/0.00/0.63)	

CMYK percentages

%9.57
%27.66
%0
%63.14

Codes

Color #55445E in popluar color models

55445E
RGB856894
HSL279°16.05%31.76%
HSB/HSV279°27.66%36.86%
CMYK9.57%27.66%0.00%
63.14%

Color #55445E in popluar number systems.

HEX55445E
Decimal856894
Binary101010110001001011110
Octal125104136

Shades and tints

Shades of #55445E

#55445E
(85,68,94)
#4E3E56
(78,62,86)
#47384E
(71,56,78)
#403246
(64,50,70)
#392C3E
(57,44,62)
#322636
(50,38,54)
#2B202E
(43,32,46)
#241A26
(36,26,38)
#1D141E
(29,20,30)
#160E16
(22,14,22)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #55445E

#55445E
(85,68,94)
#64556C
(100,85,108)
#73667A
(115,102,122)
#827788
(130,119,136)
#918896
(145,136,150)
#A099A4
(160,153,164)
#AFAAB2
(175,170,178)
#BEBBC0
(190,187,192)
#CDCCCE
(205,204,206)
#DCDDDC
(220,221,220)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55445E color. Also use rgb(85,68,94) instead hex code.

Text Font Color

.myTextColor { color: #55445E; }

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

This text font color is #55445E.


Background Color

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

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

This div background color is #55445E.


Border color

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

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

This div border color is #55445E.


Opacity

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

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

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

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

This text has shadow with #55445E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55445E on black background.


Color preview on white background

This text has color #55445E on white background.



Black color preview on #55445E background

This text has black color on #55445E background.


White color preview on #55445E background

This text has white color on #55445E background.