COLOR #363063

HEX: #363063
RGB: (54,48,99)

Color info

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

RGB color model

#363063 color RGB value is (54,48,99).

  • red value is 54;
  • green value is 48;
  • blue value is 99.
RGB:
(54,48,99)
(21%,19%,39%)

RGB channels and saturation

R 54 of 255 = 21%
G 48 of 255 = 19%
B 99 of 255 = 39%

54
48
99

R + G + B ~ 26%. #363063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 48 + 99 = 201 (100%)
R 54 of 201 ~ 26.87%
G 48 of 201 ~ 23.88%
B 99 of 201 ~ 49.25%

%26.87
%23.88
%49.25

CMYK color model

#363063 color CMYK value is (45,52,0,61).

  • cyan value is 45.45%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(45,52,0,61)
C45M52Y0K61 
(45%,52%,0%,61%)
(0.45/0.52/0.00/0.61)	

CMYK percentages

%45.45
%51.52
%0
%61.18

Codes

Color #363063 in popluar color models

363063
RGB544899
HSL247°34.69%28.82%
HSB/HSV247°51.52%38.82%
CMYK45.45%51.52%0.00%
61.18%

Color #363063 in popluar number systems.

HEX363063
Decimal544899
Binary1101101100001100011
Octal6660143

Shades and tints

Shades of #363063

#363063
(54,48,99)
#322C5A
(50,44,90)
#2E2851
(46,40,81)
#2A2448
(42,36,72)
#26203F
(38,32,63)
#221C36
(34,28,54)
#1E182D
(30,24,45)
#1A1424
(26,20,36)
#16101B
(22,16,27)
#120C12
(18,12,18)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #363063

#363063
(54,48,99)
#484271
(72,66,113)
#5A547F
(90,84,127)
#6C668D
(108,102,141)
#7E789B
(126,120,155)
#908AA9
(144,138,169)
#A29CB7
(162,156,183)
#B4AEC5
(180,174,197)
#C6C0D3
(198,192,211)
#D8D2E1
(216,210,225)
#EAE4EF
(234,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363063 color. Also use rgb(54,48,99) instead hex code.

Text Font Color

.myTextColor { color: #363063; }

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

This text font color is #363063.


Background Color

.myBgColor { background-color: #363063; }

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

This div background color is #363063.


Border color

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

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

This div border color is #363063.


Opacity

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

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

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

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

This text has shadow with #363063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363063 on black background.


Color preview on white background

This text has color #363063 on white background.



Black color preview on #363063 background

This text has black color on #363063 background.


White color preview on #363063 background

This text has white color on #363063 background.