COLOR #363C4E

HEX: #363C4E
RGB: (54,60,78)

Color info

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

RGB color model

#363C4E color RGB value is (54,60,78).

  • red value is 54;
  • green value is 60;
  • blue value is 78.
RGB:
(54,60,78)
(21%,24%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 60 of 255 = 24%
B 78 of 255 = 31%

54
60
78

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

Portions of RGB colors in percentages

R + G + B =
54 + 60 + 78 = 192 (100%)
R 54 of 192 ~ 28.13%
G 60 of 192 ~ 31.25%
B 78 of 192 ~ 40.63%

%28.13
%31.25
%40.63

CMYK color model

#363C4E color CMYK value is (31,23,0,69).

  • cyan value is 30.77%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(31,23,0,69)
C31M23Y0K69 
(31%,23%,0%,69%)
(0.31/0.23/0.00/0.69)	

CMYK percentages

%30.77
%23.08
%0
%69.41

Codes

Color #363C4E in popluar color models

363C4E
RGB546078
HSL225°18.18%25.88%
HSB/HSV225°30.77%30.59%
CMYK30.77%23.08%0.00%
69.41%

Color #363C4E in popluar number systems.

HEX363C4E
Decimal546078
Binary1101101111001001110
Octal6674116

Shades and tints

Shades of #363C4E

#363C4E
(54,60,78)
#323747
(50,55,71)
#2E3240
(46,50,64)
#2A2D39
(42,45,57)
#262832
(38,40,50)
#22232B
(34,35,43)
#1E1E24
(30,30,36)
#1A191D
(26,25,29)
#161416
(22,20,22)
#120F0F
(18,15,15)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #363C4E

#363C4E
(54,60,78)
#484D5E
(72,77,94)
#5A5E6E
(90,94,110)
#6C6F7E
(108,111,126)
#7E808E
(126,128,142)
#90919E
(144,145,158)
#A2A2AE
(162,162,174)
#B4B3BE
(180,179,190)
#C6C4CE
(198,196,206)
#D8D5DE
(216,213,222)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363C4E color. Also use rgb(54,60,78) instead hex code.

Text Font Color

.myTextColor { color: #363C4E; }

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

This text font color is #363C4E.


Background Color

.myBgColor { background-color: #363C4E; }

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

This div background color is #363C4E.


Border color

.myBorderColor { border: 1px solid #363C4E; }

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

This div border color is #363C4E.


Opacity

.myOpacity80 { color: #363C4E; opacity: 0.8; }

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

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

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

This text has shadow with #363C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363C4E on black background.


Color preview on white background

This text has color #363C4E on white background.



Black color preview on #363C4E background

This text has black color on #363C4E background.


White color preview on #363C4E background

This text has white color on #363C4E background.