COLOR #450001

HEX: #450001
RGB: (69,0,1)

Color info

#450001 contains mainly red color. Web safe color of #450001 is #330000 (or #300).

RGB color model

#450001 color RGB value is (69,0,1).

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

RGB channels and saturation

R 69 of 255 = 27%
G 0 of 255 = 0%
B 1 of 255 = 0%

69
0
1

R + G + B ~ 9%. #450001 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 0 + 1 = 70 (100%)
R 69 of 70 ~ 98.57%
G 0 of 70 ~ 0%
B 1 of 70 ~ 1.43%

%98.57

CMYK color model

#450001 color CMYK value is (0,100,99,73).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 98.55%
  • key color value is 72.94%
CMYK:
(0,100,99,73)
C0M100Y99K73 
(0%,100%,99%,73%)
(0.00/1.00/0.99/0.73)	

CMYK percentages

%0
%100
%98.55
%72.94

Codes

Color #450001 in popluar color models

450001
RGB6901
HSL359°100.00%13.53%
HSB/HSV359°100.00%27.06%
CMYK0.00%100.00%98.55%
72.94%

Color #450001 in popluar number systems.

HEX450001
Decimal6901
Binary100010101
Octal10501

Shades and tints

Shades of #450001

#450001
(69,0,1)
#3F0001
(63,0,1)
#390001
(57,0,1)
#330001
(51,0,1)
#2D0001
(45,0,1)
#270001
(39,0,1)
#210001
(33,0,1)
#1B0001
(27,0,1)
#150001
(21,0,1)
#0F0001
(15,0,1)
#090001
(9,0,1)
#000000
(0,0,0)

Tints of #450001

#450001
(69,0,1)
#551718
(85,23,24)
#652E2F
(101,46,47)
#754546
(117,69,70)
#855C5D
(133,92,93)
#957374
(149,115,116)
#A58A8B
(165,138,139)
#B5A1A2
(181,161,162)
#C5B8B9
(197,184,185)
#D5CFD0
(213,207,208)
#E5E6E7
(229,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #450001 color. Also use rgb(69,0,1) instead hex code.

Text Font Color

.myTextColor { color: #450001; }

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

This text font color is #450001.


Background Color

.myBgColor { background-color: #450001; }

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

This div background color is #450001.


Border color

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

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

This div border color is #450001.


Opacity

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

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

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

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

This text has shadow with #450001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450001 on black background.


Color preview on white background

This text has color #450001 on white background.



Black color preview on #450001 background

This text has black color on #450001 background.


White color preview on #450001 background

This text has white color on #450001 background.