COLOR #55445F

HEX: #55445F
RGB: (85,68,95)

Color info

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

RGB color model

#55445F color RGB value is (85,68,95).

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

RGB channels and saturation

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

85
68
95

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

Portions of RGB colors in percentages

R + G + B =
85 + 68 + 95 = 248 (100%)
R 85 of 248 ~ 34.27%
G 68 of 248 ~ 27.42%
B 95 of 248 ~ 38.31%

%34.27
%27.42
%38.31

CMYK color model

#55445F color CMYK value is (11,28,0,63).

  • cyan value is 10.53%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(11,28,0,63)
C11M28Y0K63 
(11%,28%,0%,63%)
(0.11/0.28/0.00/0.63)	

CMYK percentages

%10.53
%28.42
%0
%62.75

Codes

Color #55445F in popluar color models

55445F
RGB856895
HSL278°16.56%31.96%
HSB/HSV278°28.42%37.25%
CMYK10.53%28.42%0.00%
62.75%

Color #55445F in popluar number systems.

HEX55445F
Decimal856895
Binary101010110001001011111
Octal125104137

Shades and tints

Shades of #55445F

#55445F
(85,68,95)
#4E3E57
(78,62,87)
#47384F
(71,56,79)
#403247
(64,50,71)
#392C3F
(57,44,63)
#322637
(50,38,55)
#2B202F
(43,32,47)
#241A27
(36,26,39)
#1D141F
(29,20,31)
#160E17
(22,14,23)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #55445F

#55445F
(85,68,95)
#64556D
(100,85,109)
#73667B
(115,102,123)
#827789
(130,119,137)
#918897
(145,136,151)
#A099A5
(160,153,165)
#AFAAB3
(175,170,179)
#BEBBC1
(190,187,193)
#CDCCCF
(205,204,207)
#DCDDDD
(220,221,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55445F; }

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

This text font color is #55445F.


Background Color

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

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

This div background color is #55445F.


Border color

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

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

This div border color is #55445F.


Opacity

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

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

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

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

This text has shadow with #55445F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55445F on black background.


Color preview on white background

This text has color #55445F on white background.



Black color preview on #55445F background

This text has black color on #55445F background.


White color preview on #55445F background

This text has white color on #55445F background.