COLOR #421643

HEX: #421643
RGB: (66,22,67)

Color info

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

RGB color model

#421643 color RGB value is (66,22,67).

  • red value is 66;
  • green value is 22;
  • blue value is 67.
RGB:
(66,22,67)
(26%,9%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 22 of 255 = 9%
B 67 of 255 = 26%

66
22
67

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

Portions of RGB colors in percentages

R + G + B =
66 + 22 + 67 = 155 (100%)
R 66 of 155 ~ 42.58%
G 22 of 155 ~ 14.19%
B 67 of 155 ~ 43.23%

%42.58
%14.19
%43.23

CMYK color model

#421643 color CMYK value is (1,67,0,74).

  • cyan value is 1.49%
  • magenta value is 67.16%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(1,67,0,74)
C1M67Y0K74 
(1%,67%,0%,74%)
(0.01/0.67/0.00/0.74)	

CMYK percentages

%1.49
%67.16
%0
%73.73

Codes

Color #421643 in popluar color models

421643
RGB662267
HSL299°50.56%17.45%
HSB/HSV299°67.16%26.27%
CMYK1.49%67.16%0.00%
73.73%

Color #421643 in popluar number systems.

HEX421643
Decimal662267
Binary1000010101101000011
Octal10226103

Shades and tints

Shades of #421643

#421643
(66,22,67)
#3C143D
(60,20,61)
#361237
(54,18,55)
#301031
(48,16,49)
#2A0E2B
(42,14,43)
#240C25
(36,12,37)
#1E0A1F
(30,10,31)
#180819
(24,8,25)
#120613
(18,6,19)
#0C040D
(12,4,13)
#060207
(6,2,7)
#000000
(0,0,0)

Tints of #421643

#421643
(66,22,67)
#532B54
(83,43,84)
#644065
(100,64,101)
#755576
(117,85,118)
#866A87
(134,106,135)
#977F98
(151,127,152)
#A894A9
(168,148,169)
#B9A9BA
(185,169,186)
#CABECB
(202,190,203)
#DBD3DC
(219,211,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421643 color. Also use rgb(66,22,67) instead hex code.

Text Font Color

.myTextColor { color: #421643; }

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

This text font color is #421643.


Background Color

.myBgColor { background-color: #421643; }

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

This div background color is #421643.


Border color

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

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

This div border color is #421643.


Opacity

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

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

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

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

This text has shadow with #421643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421643 on black background.


Color preview on white background

This text has color #421643 on white background.



Black color preview on #421643 background

This text has black color on #421643 background.


White color preview on #421643 background

This text has white color on #421643 background.