COLOR #450421

HEX: #450421
RGB: (69,4,33)

Color info

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

RGB color model

#450421 color RGB value is (69,4,33).

  • red value is 69;
  • green value is 4;
  • blue value is 33.
RGB:
(69,4,33)
(27%,2%,13%)

RGB channels and saturation

R 69 of 255 = 27%
G 4 of 255 = 2%
B 33 of 255 = 13%

69
4
33

R + G + B ~ 14%. #450421 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 4 + 33 = 106 (100%)
R 69 of 106 ~ 65.09%
G 4 of 106 ~ 3.77%
B 33 of 106 ~ 31.13%

%65.09
%31.13

CMYK color model

#450421 color CMYK value is (0,94,52,73).

  • cyan value is 0.00%
  • magenta value is 94.20%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(0,94,52,73)
C0M94Y52K73 
(0%,94%,52%,73%)
(0.00/0.94/0.52/0.73)	

CMYK percentages

%0
%94.2
%52.17
%72.94

Codes

Color #450421 in popluar color models

450421
RGB69433
HSL333°89.04%14.31%
HSB/HSV333°94.20%27.06%
CMYK0.00%94.20%52.17%
72.94%

Color #450421 in popluar number systems.

HEX450421
Decimal69433
Binary1000101100100001
Octal105441

Shades and tints

Shades of #450421

#450421
(69,4,33)
#3F041E
(63,4,30)
#39041B
(57,4,27)
#330418
(51,4,24)
#2D0415
(45,4,21)
#270412
(39,4,18)
#21040F
(33,4,15)
#1B040C
(27,4,12)
#150409
(21,4,9)
#0F0406
(15,4,6)
#090403
(9,4,3)
#000000
(0,0,0)

Tints of #450421

#450421
(69,4,33)
#551A35
(85,26,53)
#653049
(101,48,73)
#75465D
(117,70,93)
#855C71
(133,92,113)
#957285
(149,114,133)
#A58899
(165,136,153)
#B59EAD
(181,158,173)
#C5B4C1
(197,180,193)
#D5CAD5
(213,202,213)
#E5E0E9
(229,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #450421 color. Also use rgb(69,4,33) instead hex code.

Text Font Color

.myTextColor { color: #450421; }

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

This text font color is #450421.


Background Color

.myBgColor { background-color: #450421; }

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

This div background color is #450421.


Border color

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

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

This div border color is #450421.


Opacity

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

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

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

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

This text has shadow with #450421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450421 on black background.


Color preview on white background

This text has color #450421 on white background.



Black color preview on #450421 background

This text has black color on #450421 background.


White color preview on #450421 background

This text has white color on #450421 background.