COLOR #363163

HEX: #363163
RGB: (54,49,99)

Color info

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

RGB color model

#363163 color RGB value is (54,49,99).

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

RGB channels and saturation

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

54
49
99

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 99 = 202 (100%)
R 54 of 202 ~ 26.73%
G 49 of 202 ~ 24.26%
B 99 of 202 ~ 49.01%

%26.73
%24.26
%49.01

CMYK color model

#363163 color CMYK value is (45,51,0,61).

  • cyan value is 45.45%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(45,51,0,61)
C45M51Y0K61 
(45%,51%,0%,61%)
(0.45/0.51/0.00/0.61)	

CMYK percentages

%45.45
%50.51
%0
%61.18

Codes

Color #363163 in popluar color models

363163
RGB544999
HSL246°33.78%29.02%
HSB/HSV246°50.51%38.82%
CMYK45.45%50.51%0.00%
61.18%

Color #363163 in popluar number systems.

HEX363163
Decimal544999
Binary1101101100011100011
Octal6661143

Shades and tints

Shades of #363163

#363163
(54,49,99)
#322D5A
(50,45,90)
#2E2951
(46,41,81)
#2A2548
(42,37,72)
#26213F
(38,33,63)
#221D36
(34,29,54)
#1E192D
(30,25,45)
#1A1524
(26,21,36)
#16111B
(22,17,27)
#120D12
(18,13,18)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #363163

#363163
(54,49,99)
#484371
(72,67,113)
#5A557F
(90,85,127)
#6C678D
(108,103,141)
#7E799B
(126,121,155)
#908BA9
(144,139,169)
#A29DB7
(162,157,183)
#B4AFC5
(180,175,197)
#C6C1D3
(198,193,211)
#D8D3E1
(216,211,225)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363163; }

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

This text font color is #363163.


Background Color

.myBgColor { background-color: #363163; }

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

This div background color is #363163.


Border color

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

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

This div border color is #363163.


Opacity

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

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

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

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

This text has shadow with #363163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363163 on black background.


Color preview on white background

This text has color #363163 on white background.



Black color preview on #363163 background

This text has black color on #363163 background.


White color preview on #363163 background

This text has white color on #363163 background.