COLOR #55346B

HEX: #55346B
RGB: (85,52,107)

Color info

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

RGB color model

#55346B color RGB value is (85,52,107).

  • red value is 85;
  • green value is 52;
  • blue value is 107.
RGB:
(85,52,107)
(33%,20%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 52 of 255 = 20%
B 107 of 255 = 42%

85
52
107

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

Portions of RGB colors in percentages

R + G + B =
85 + 52 + 107 = 244 (100%)
R 85 of 244 ~ 34.84%
G 52 of 244 ~ 21.31%
B 107 of 244 ~ 43.85%

%34.84
%21.31
%43.85

CMYK color model

#55346B color CMYK value is (21,51,0,58).

  • cyan value is 20.56%
  • magenta value is 51.40%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,51,0,58)
C21M51Y0K58 
(21%,51%,0%,58%)
(0.21/0.51/0.00/0.58)	

CMYK percentages

%20.56
%51.4
%0
%58.04

Codes

Color #55346B in popluar color models

55346B
RGB8552107
HSL276°34.59%31.18%
HSB/HSV276°51.40%41.96%
CMYK20.56%51.40%0.00%
58.04%

Color #55346B in popluar number systems.

HEX55346B
Decimal8552107
Binary10101011101001101011
Octal12564153

Shades and tints

Shades of #55346B

#55346B
(85,52,107)
#4E3062
(78,48,98)
#472C59
(71,44,89)
#402850
(64,40,80)
#392447
(57,36,71)
#32203E
(50,32,62)
#2B1C35
(43,28,53)
#24182C
(36,24,44)
#1D1423
(29,20,35)
#16101A
(22,16,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #55346B

#55346B
(85,52,107)
#644678
(100,70,120)
#735885
(115,88,133)
#826A92
(130,106,146)
#917C9F
(145,124,159)
#A08EAC
(160,142,172)
#AFA0B9
(175,160,185)
#BEB2C6
(190,178,198)
#CDC4D3
(205,196,211)
#DCD6E0
(220,214,224)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55346B color. Also use rgb(85,52,107) instead hex code.

Text Font Color

.myTextColor { color: #55346B; }

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

This text font color is #55346B.


Background Color

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

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

This div background color is #55346B.


Border color

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

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

This div border color is #55346B.


Opacity

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

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

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

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

This text has shadow with #55346B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55346B on black background.


Color preview on white background

This text has color #55346B on white background.



Black color preview on #55346B background

This text has black color on #55346B background.


White color preview on #55346B background

This text has white color on #55346B background.