COLOR #55475C

HEX: #55475C
RGB: (85,71,92)

Color info

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

RGB color model

#55475C color RGB value is (85,71,92).

  • red value is 85;
  • green value is 71;
  • blue value is 92.
RGB:
(85,71,92)
(33%,28%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 92 of 255 = 36%

85
71
92

R + G + B ~ 32%. #55475C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 92 = 248 (100%)
R 85 of 248 ~ 34.27%
G 71 of 248 ~ 28.63%
B 92 of 248 ~ 37.1%

%34.27
%28.63
%37.1

CMYK color model

#55475C color CMYK value is (8,23,0,64).

  • cyan value is 7.61%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,23,0,64)
C8M23Y0K64 
(8%,23%,0%,64%)
(0.08/0.23/0.00/0.64)	

CMYK percentages

%7.61
%22.83
%0
%63.92

Codes

Color #55475C in popluar color models

55475C
RGB857192
HSL280°12.88%31.96%
HSB/HSV280°22.83%36.08%
CMYK7.61%22.83%0.00%
63.92%

Color #55475C in popluar number systems.

HEX55475C
Decimal857192
Binary101010110001111011100
Octal125107134

Shades and tints

Shades of #55475C

#55475C
(85,71,92)
#4E4154
(78,65,84)
#473B4C
(71,59,76)
#403544
(64,53,68)
#392F3C
(57,47,60)
#322934
(50,41,52)
#2B232C
(43,35,44)
#241D24
(36,29,36)
#1D171C
(29,23,28)
#161114
(22,17,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #55475C

#55475C
(85,71,92)
#64576A
(100,87,106)
#736778
(115,103,120)
#827786
(130,119,134)
#918794
(145,135,148)
#A097A2
(160,151,162)
#AFA7B0
(175,167,176)
#BEB7BE
(190,183,190)
#CDC7CC
(205,199,204)
#DCD7DA
(220,215,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55475C color. Also use rgb(85,71,92) instead hex code.

Text Font Color

.myTextColor { color: #55475C; }

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

This text font color is #55475C.


Background Color

.myBgColor { background-color: #55475C; }

<div style="background-color:#55475C">Inner text</div>

This div background color is #55475C.


Border color

.myBorderColor { border: 1px solid #55475C; }

<div style="border:3px solid #55475C">Div</div>

This div border color is #55475C.


Opacity

.myOpacity80 { color: #55475C; opacity: 0.8; }

<p style="color:#55475C;opacity:0.8;">80%</p>

Text with #55475C 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 #55475C;}

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

This text has shadow with #55475C color.

.textShadow {text-shadow: 3px 3px 1px #55475C, 3px 3px 1px red;}

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

This text has shadow with #55475C primary color and red secondary color.


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

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

This text has shadow with #55475C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55475C on black background.


Color preview on white background

This text has color #55475C on white background.



Black color preview on #55475C background

This text has black color on #55475C background.


White color preview on #55475C background

This text has white color on #55475C background.