COLOR #450363

HEX: #450363
RGB: (69,3,99)

Color info

#450363 contains mainly red and blue colors. Web safe color of #450363 is #330066 (or #306).

RGB color model

#450363 color RGB value is (69,3,99).

  • red value is 69;
  • green value is 3;
  • blue value is 99.
RGB:
(69,3,99)
(27%,1%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 3 of 255 = 1%
B 99 of 255 = 39%

69
3
99

R + G + B ~ 22%. #450363 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 3 + 99 = 171 (100%)
R 69 of 171 ~ 40.35%
G 3 of 171 ~ 1.75%
B 99 of 171 ~ 57.89%

%40.35
%57.89

CMYK color model

#450363 color CMYK value is (30,97,0,61).

  • cyan value is 30.30%
  • magenta value is 96.97%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(30,97,0,61)
C30M97Y0K61 
(30%,97%,0%,61%)
(0.30/0.97/0.00/0.61)	

CMYK percentages

%30.3
%96.97
%0
%61.18

Codes

Color #450363 in popluar color models

450363
RGB69399
HSL281°94.12%20.00%
HSB/HSV281°96.97%38.82%
CMYK30.30%96.97%0.00%
61.18%

Color #450363 in popluar number systems.

HEX450363
Decimal69399
Binary1000101111100011
Octal1053143

Shades and tints

Shades of #450363

#450363
(69,3,99)
#3F035A
(63,3,90)
#390351
(57,3,81)
#330348
(51,3,72)
#2D033F
(45,3,63)
#270336
(39,3,54)
#21032D
(33,3,45)
#1B0324
(27,3,36)
#15031B
(21,3,27)
#0F0312
(15,3,18)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #450363

#450363
(69,3,99)
#551971
(85,25,113)
#652F7F
(101,47,127)
#75458D
(117,69,141)
#855B9B
(133,91,155)
#9571A9
(149,113,169)
#A587B7
(165,135,183)
#B59DC5
(181,157,197)
#C5B3D3
(197,179,211)
#D5C9E1
(213,201,225)
#E5DFEF
(229,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #450363 color. Also use rgb(69,3,99) instead hex code.

Text Font Color

.myTextColor { color: #450363; }

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

This text font color is #450363.


Background Color

.myBgColor { background-color: #450363; }

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

This div background color is #450363.


Border color

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

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

This div border color is #450363.


Opacity

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

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

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

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

This text has shadow with #450363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450363 on black background.


Color preview on white background

This text has color #450363 on white background.



Black color preview on #450363 background

This text has black color on #450363 background.


White color preview on #450363 background

This text has white color on #450363 background.