COLOR #451A49

HEX: #451A49
RGB: (69,26,73)

Color info

#451A49 contains red, green and blue colors in about the same proportion. Web safe color of #451A49 is #330033 (or #303).

RGB color model

#451A49 color RGB value is (69,26,73).

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

RGB channels and saturation

R 69 of 255 = 27%
G 26 of 255 = 10%
B 73 of 255 = 29%

69
26
73

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

Portions of RGB colors in percentages

R + G + B =
69 + 26 + 73 = 168 (100%)
R 69 of 168 ~ 41.07%
G 26 of 168 ~ 15.48%
B 73 of 168 ~ 43.45%

%41.07
%15.48
%43.45

CMYK color model

#451A49 color CMYK value is (5,64,0,71).

  • cyan value is 5.48%
  • magenta value is 64.38%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(5,64,0,71)
C5M64Y0K71 
(5%,64%,0%,71%)
(0.05/0.64/0.00/0.71)	

CMYK percentages

%5.48
%64.38
%0
%71.37

Codes

Color #451A49 in popluar color models

451A49
RGB692673
HSL295°47.47%19.41%
HSB/HSV295°64.38%28.63%
CMYK5.48%64.38%0.00%
71.37%

Color #451A49 in popluar number systems.

HEX451A49
Decimal692673
Binary1000101110101001001
Octal10532111

Shades and tints

Shades of #451A49

#451A49
(69,26,73)
#3F1843
(63,24,67)
#39163D
(57,22,61)
#331437
(51,20,55)
#2D1231
(45,18,49)
#27102B
(39,16,43)
#210E25
(33,14,37)
#1B0C1F
(27,12,31)
#150A19
(21,10,25)
#0F0813
(15,8,19)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #451A49

#451A49
(69,26,73)
#552E59
(85,46,89)
#654269
(101,66,105)
#755679
(117,86,121)
#856A89
(133,106,137)
#957E99
(149,126,153)
#A592A9
(165,146,169)
#B5A6B9
(181,166,185)
#C5BAC9
(197,186,201)
#D5CED9
(213,206,217)
#E5E2E9
(229,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451A49 color. Also use rgb(69,26,73) instead hex code.

Text Font Color

.myTextColor { color: #451A49; }

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

This text font color is #451A49.


Background Color

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

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

This div background color is #451A49.


Border color

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

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

This div border color is #451A49.


Opacity

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

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

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

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

This text has shadow with #451A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451A49 on black background.


Color preview on white background

This text has color #451A49 on white background.



Black color preview on #451A49 background

This text has black color on #451A49 background.


White color preview on #451A49 background

This text has white color on #451A49 background.