COLOR #363551

HEX: #363551
RGB: (54,53,81)

Color info

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

RGB color model

#363551 color RGB value is (54,53,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 53 of 255 = 21%
B 81 of 255 = 32%

54
53
81

R + G + B ~ 25%. #363551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 53 + 81 = 188 (100%)
R 54 of 188 ~ 28.72%
G 53 of 188 ~ 28.19%
B 81 of 188 ~ 43.09%

%28.72
%28.19
%43.09

CMYK color model

#363551 color CMYK value is (33,35,0,68).

  • cyan value is 33.33%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(33,35,0,68)
C33M35Y0K68 
(33%,35%,0%,68%)
(0.33/0.35/0.00/0.68)	

CMYK percentages

%33.33
%34.57
%0
%68.24

Codes

Color #363551 in popluar color models

363551
RGB545381
HSL242°20.90%26.27%
HSB/HSV242°34.57%31.76%
CMYK33.33%34.57%0.00%
68.24%

Color #363551 in popluar number systems.

HEX363551
Decimal545381
Binary1101101101011010001
Octal6665121

Shades and tints

Shades of #363551

#363551
(54,53,81)
#32314A
(50,49,74)
#2E2D43
(46,45,67)
#2A293C
(42,41,60)
#262535
(38,37,53)
#22212E
(34,33,46)
#1E1D27
(30,29,39)
#1A1920
(26,25,32)
#161519
(22,21,25)
#121112
(18,17,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #363551

#363551
(54,53,81)
#484760
(72,71,96)
#5A596F
(90,89,111)
#6C6B7E
(108,107,126)
#7E7D8D
(126,125,141)
#908F9C
(144,143,156)
#A2A1AB
(162,161,171)
#B4B3BA
(180,179,186)
#C6C5C9
(198,197,201)
#D8D7D8
(216,215,216)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363551; }

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

This text font color is #363551.


Background Color

.myBgColor { background-color: #363551; }

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

This div background color is #363551.


Border color

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

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

This div border color is #363551.


Opacity

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

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

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

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

This text has shadow with #363551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363551 on black background.


Color preview on white background

This text has color #363551 on white background.



Black color preview on #363551 background

This text has black color on #363551 background.


White color preview on #363551 background

This text has white color on #363551 background.