COLOR #450A4A

HEX: #450A4A
RGB: (69,10,74)

Color info

#450A4A contains mainly red and blue colors. Web safe color of #450A4A is #330033 (or #303).

RGB color model

#450A4A color RGB value is (69,10,74).

  • red value is 69;
  • green value is 10;
  • blue value is 74.
RGB:
(69,10,74)
(27%,4%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 10 of 255 = 4%
B 74 of 255 = 29%

69
10
74

R + G + B ~ 20%. #450A4A is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 10 + 74 = 153 (100%)
R 69 of 153 ~ 45.1%
G 10 of 153 ~ 6.54%
B 74 of 153 ~ 48.37%

%45.1
%48.37

CMYK color model

#450A4A color CMYK value is (7,86,0,71).

  • cyan value is 6.76%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(7,86,0,71)
C7M86Y0K71 
(7%,86%,0%,71%)
(0.07/0.86/0.00/0.71)	

CMYK percentages

%6.76
%86.49
%0
%70.98

Codes

Color #450A4A in popluar color models

450A4A
RGB691074
HSL295°76.19%16.47%
HSB/HSV295°86.49%29.02%
CMYK6.76%86.49%0.00%
70.98%

Color #450A4A in popluar number systems.

HEX450A4A
Decimal691074
Binary100010110101001010
Octal10512112

Shades and tints

Shades of #450A4A

#450A4A
(69,10,74)
#3F0A44
(63,10,68)
#390A3E
(57,10,62)
#330A38
(51,10,56)
#2D0A32
(45,10,50)
#270A2C
(39,10,44)
#210A26
(33,10,38)
#1B0A20
(27,10,32)
#150A1A
(21,10,26)
#0F0A14
(15,10,20)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #450A4A

#450A4A
(69,10,74)
#55205A
(85,32,90)
#65366A
(101,54,106)
#754C7A
(117,76,122)
#85628A
(133,98,138)
#95789A
(149,120,154)
#A58EAA
(165,142,170)
#B5A4BA
(181,164,186)
#C5BACA
(197,186,202)
#D5D0DA
(213,208,218)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #450A4A color. Also use rgb(69,10,74) instead hex code.

Text Font Color

.myTextColor { color: #450A4A; }

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

This text font color is #450A4A.


Background Color

.myBgColor { background-color: #450A4A; }

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

This div background color is #450A4A.


Border color

.myBorderColor { border: 1px solid #450A4A; }

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

This div border color is #450A4A.


Opacity

.myOpacity80 { color: #450A4A; opacity: 0.8; }

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

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

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

This text has shadow with #450A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450A4A on black background.


Color preview on white background

This text has color #450A4A on white background.



Black color preview on #450A4A background

This text has black color on #450A4A background.


White color preview on #450A4A background

This text has white color on #450A4A background.