COLOR #451D63

HEX: #451D63 RGB: (69,29,99)

Color info

#451D63 contains mainly red and blue colors. Web safe color of #451D63 is #333366 (or #336).

RGB color model

#451D63 color RGB value is (69,29,99).

RGB: (69,29,99) (27%, 11%, 39%)

RGB channels and saturation

R 69 of 255 = 27%
G 29 of 255 = 11%
B 99 of 255 = 39%

69
29
99

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

Portions of RGB colors in percentages

R + G + B = 69 + 29 + 99 = 197 (100%)
R 69 of 197 ~ 35.03%
G 29 of 197 ~ 14.72%
B 99 of 197 ~ 50.25'%

%35.03
%14.72
%50.25

CMYK color model

#451D63 color CMYK value is (30,71,0,61).

  • cyan value is 30.30%
  • magenta value is 70.71%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (30,71,0,61)
C30M71Y0K61 (30%, 71%, 0%, 61%)
(0.30 / 0.71 / 0.00 / 0.61)

CMYK percentages

%30.3
%70.71
%0
%61.18

Codes

Color #451D63 in popluar color models

45 1D 63
RGB 69 29 99
HSL 274° 54.69% 25.10%
HSB/HSV 274° 70.71% 38.82%
CMYK 30.30% 70.71% 0.00%
61.18%

Color #451D63 in popluar number systems.

HEX 45 1D 63
Decimal 69 29 99
Binary 1000101 11101 1100011
Octal 105 35 143

Shades and tints

Shades of #451D63

#451D63
(69,29,99)
#3F1B5A
(63,27,90)
#391951
(57,25,81)
#331748
(51,23,72)
#2D153F
(45,21,63)
#271336
(39,19,54)
#21112D
(33,17,45)
#1B0F24
(27,15,36)
#150D1B
(21,13,27)
#0F0B12
(15,11,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #451D63

#451D63
(69,29,99)
#553171
(85,49,113)
#65457F
(101,69,127)
#75598D
(117,89,141)
#856D9B
(133,109,155)
#9581A9
(149,129,169)
#A595B7
(165,149,183)
#B5A9C5
(181,169,197)
#C5BDD3
(197,189,211)
#D5D1E1
(213,209,225)
#E5E5EF
(229,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #451D63; }

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

This text font color is #451D63.

Background Color

.myBgColor { background-color: #451D63; }

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

This div background color is #451D63.

Border color

.myBorderColor { border: 1px solid #451D63; }

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

This div border color is #451D63.

Opacity

.myOpacity80 { color: #451D63; opacity: 0.8; }

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

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

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

This text has shadow with #451D63 color.


.textShadow {text-shadow: 3px 3px 1px #451D63', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #451D63; -webkit-box-shadow: 1px 1px 3px 2px #451D63; box-shadow:1px 1px 3px 2px #451D63;">
Div content here
</div>

This div box has shadow with color #451D63.

Preview

Color preview on black background

This text has color #451D63 on black background.


Color preview on white background

This text has color #451D63 on white background.


Black color preview on #451D63 background

This text has black color on #451D63 background.


White color preview on #451D63 background

This text has white color on #451D63 background.


Related colors

Complementary color

Complementary color for #hex is #BAE29C.


I love getcolorcode.com

Triadic colors

1 #63451D and #1D6345 with #451D63 are triadic colors.

2 #631D45 and #1D4563 with #451D63 are triadic colors.