COLOR #55475A

HEX: #55475A
RGB: (85,71,90)

Color info

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

RGB color model

#55475A color RGB value is (85,71,90).

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

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 90 of 255 = 35%

85
71
90

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

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 90 = 246 (100%)
R 85 of 246 ~ 34.55%
G 71 of 246 ~ 28.86%
B 90 of 246 ~ 36.59%

%34.55
%28.86
%36.59

CMYK color model

#55475A color CMYK value is (6,21,0,65).

  • cyan value is 5.56%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(6,21,0,65)
C6M21Y0K65 
(6%,21%,0%,65%)
(0.06/0.21/0.00/0.65)	

CMYK percentages

%5.56
%21.11
%0
%64.71

Codes

Color #55475A in popluar color models

55475A
RGB857190
HSL284°11.80%31.57%
HSB/HSV284°21.11%35.29%
CMYK5.56%21.11%0.00%
64.71%

Color #55475A in popluar number systems.

HEX55475A
Decimal857190
Binary101010110001111011010
Octal125107132

Shades and tints

Shades of #55475A

#55475A
(85,71,90)
#4E4152
(78,65,82)
#473B4A
(71,59,74)
#403542
(64,53,66)
#392F3A
(57,47,58)
#322932
(50,41,50)
#2B232A
(43,35,42)
#241D22
(36,29,34)
#1D171A
(29,23,26)
#161112
(22,17,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #55475A

#55475A
(85,71,90)
#645769
(100,87,105)
#736778
(115,103,120)
#827787
(130,119,135)
#918796
(145,135,150)
#A097A5
(160,151,165)
#AFA7B4
(175,167,180)
#BEB7C3
(190,183,195)
#CDC7D2
(205,199,210)
#DCD7E1
(220,215,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55475A; }

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

This text font color is #55475A.


Background Color

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

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

This div background color is #55475A.


Border color

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

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

This div border color is #55475A.


Opacity

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

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

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

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

This text has shadow with #55475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55475A on black background.


Color preview on white background

This text has color #55475A on white background.



Black color preview on #55475A background

This text has black color on #55475A background.


White color preview on #55475A background

This text has white color on #55475A background.