COLOR #363150

HEX: #363150
RGB: (54,49,80)

Color info

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

RGB color model

#363150 color RGB value is (54,49,80).

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

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 80 of 255 = 31%

54
49
80

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

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 80 = 183 (100%)
R 54 of 183 ~ 29.51%
G 49 of 183 ~ 26.78%
B 80 of 183 ~ 43.72%

%29.51
%26.78
%43.72

CMYK color model

#363150 color CMYK value is (33,39,0,69).

  • cyan value is 32.50%
  • magenta value is 38.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(33,39,0,69)
C33M39Y0K69 
(33%,39%,0%,69%)
(0.33/0.39/0.00/0.69)	

CMYK percentages

%32.5
%38.75
%0
%68.63

Codes

Color #363150 in popluar color models

363150
RGB544980
HSL250°24.03%25.29%
HSB/HSV250°38.75%31.37%
CMYK32.50%38.75%0.00%
68.63%

Color #363150 in popluar number systems.

HEX363150
Decimal544980
Binary1101101100011010000
Octal6661120

Shades and tints

Shades of #363150

#363150
(54,49,80)
#322D49
(50,45,73)
#2E2942
(46,41,66)
#2A253B
(42,37,59)
#262134
(38,33,52)
#221D2D
(34,29,45)
#1E1926
(30,25,38)
#1A151F
(26,21,31)
#161118
(22,17,24)
#120D11
(18,13,17)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #363150

#363150
(54,49,80)
#48435F
(72,67,95)
#5A556E
(90,85,110)
#6C677D
(108,103,125)
#7E798C
(126,121,140)
#908B9B
(144,139,155)
#A29DAA
(162,157,170)
#B4AFB9
(180,175,185)
#C6C1C8
(198,193,200)
#D8D3D7
(216,211,215)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363150; }

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

This text font color is #363150.


Background Color

.myBgColor { background-color: #363150; }

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

This div background color is #363150.


Border color

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

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

This div border color is #363150.


Opacity

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

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

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

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

This text has shadow with #363150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363150 on black background.


Color preview on white background

This text has color #363150 on white background.



Black color preview on #363150 background

This text has black color on #363150 background.


White color preview on #363150 background

This text has white color on #363150 background.