COLOR #363550

HEX: #363550
RGB: (54,53,80)

Color info

#363550 contains red, green and blue colors in about the same proportion. Web safe color of #363550 is #333366 (or #336).

RGB color model

#363550 color RGB value is (54,53,80).

  • red value is 54;
  • green value is 53;
  • blue value is 80.
RGB:
(54,53,80)
(21%,21%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 80 of 255 = 31%

54
53
80

R + G + B ~ 24%. #363550 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 80 = 187 (100%)
R 54 of 187 ~ 28.88%
G 53 of 187 ~ 28.34%
B 80 of 187 ~ 42.78%

%28.88
%28.34
%42.78

CMYK color model

#363550 color CMYK value is (33,34,0,69).

  • cyan value is 32.50%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(33,34,0,69)
C33M34Y0K69 
(33%,34%,0%,69%)
(0.33/0.34/0.00/0.69)	

CMYK percentages

%32.5
%33.75
%0
%68.63

Codes

Color #363550 in popluar color models

363550
RGB545380
HSL242°20.30%26.08%
HSB/HSV242°33.75%31.37%
CMYK32.50%33.75%0.00%
68.63%

Color #363550 in popluar number systems.

HEX363550
Decimal545380
Binary1101101101011010000
Octal6665120

Shades and tints

Shades of #363550

#363550
(54,53,80)
#323149
(50,49,73)
#2E2D42
(46,45,66)
#2A293B
(42,41,59)
#262534
(38,37,52)
#22212D
(34,33,45)
#1E1D26
(30,29,38)
#1A191F
(26,25,31)
#161518
(22,21,24)
#121111
(18,17,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #363550

#363550
(54,53,80)
#48475F
(72,71,95)
#5A596E
(90,89,110)
#6C6B7D
(108,107,125)
#7E7D8C
(126,125,140)
#908F9B
(144,143,155)
#A2A1AA
(162,161,170)
#B4B3B9
(180,179,185)
#C6C5C8
(198,197,200)
#D8D7D7
(216,215,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363550 color. Also use rgb(54,53,80) instead hex code.

Text Font Color

.myTextColor { color: #363550; }

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

This text font color is #363550.


Background Color

.myBgColor { background-color: #363550; }

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

This div background color is #363550.


Border color

.myBorderColor { border: 1px solid #363550; }

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

This div border color is #363550.


Opacity

.myOpacity80 { color: #363550; opacity: 0.8; }

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

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

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

This text has shadow with #363550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363550 on black background.


Color preview on white background

This text has color #363550 on white background.



Black color preview on #363550 background

This text has black color on #363550 background.


White color preview on #363550 background

This text has white color on #363550 background.