COLOR #55475B

HEX: #55475B
RGB: (85,71,91)

Color info

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

RGB color model

#55475B color RGB value is (85,71,91).

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

RGB channels and saturation

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

85
71
91

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 91 = 247 (100%)
R 85 of 247 ~ 34.41%
G 71 of 247 ~ 28.74%
B 91 of 247 ~ 36.84%

%34.41
%28.74
%36.84

CMYK color model

#55475B color CMYK value is (7,22,0,64).

  • cyan value is 6.59%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(7,22,0,64)
C7M22Y0K64 
(7%,22%,0%,64%)
(0.07/0.22/0.00/0.64)	

CMYK percentages

%6.59
%21.98
%0
%64.31

Codes

Color #55475B in popluar color models

55475B
RGB857191
HSL282°12.35%31.76%
HSB/HSV282°21.98%35.69%
CMYK6.59%21.98%0.00%
64.31%

Color #55475B in popluar number systems.

HEX55475B
Decimal857191
Binary101010110001111011011
Octal125107133

Shades and tints

Shades of #55475B

#55475B
(85,71,91)
#4E4153
(78,65,83)
#473B4B
(71,59,75)
#403543
(64,53,67)
#392F3B
(57,47,59)
#322933
(50,41,51)
#2B232B
(43,35,43)
#241D23
(36,29,35)
#1D171B
(29,23,27)
#161113
(22,17,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #55475B

#55475B
(85,71,91)
#645769
(100,87,105)
#736777
(115,103,119)
#827785
(130,119,133)
#918793
(145,135,147)
#A097A1
(160,151,161)
#AFA7AF
(175,167,175)
#BEB7BD
(190,183,189)
#CDC7CB
(205,199,203)
#DCD7D9
(220,215,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55475B; }

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

This text font color is #55475B.


Background Color

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

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

This div background color is #55475B.


Border color

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

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

This div border color is #55475B.


Opacity

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

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

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

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

This text has shadow with #55475B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55475B on black background.


Color preview on white background

This text has color #55475B on white background.



Black color preview on #55475B background

This text has black color on #55475B background.


White color preview on #55475B background

This text has white color on #55475B background.