COLOR #421639

HEX: #421639
RGB: (66,22,57)

Color info

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

RGB color model

#421639 color RGB value is (66,22,57).

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

RGB channels and saturation

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

66
22
57

R + G + B ~ 19%. #421639 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 22 + 57 = 145 (100%)
R 66 of 145 ~ 45.52%
G 22 of 145 ~ 15.17%
B 57 of 145 ~ 39.31%

%45.52
%15.17
%39.31

CMYK color model

#421639 color CMYK value is (0,67,14,74).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 13.64%
  • key color value is 74.12%
CMYK:
(0,67,14,74)
C0M67Y14K74 
(0%,67%,14%,74%)
(0.00/0.67/0.14/0.74)	

CMYK percentages

%0
%66.67
%13.64
%74.12

Codes

Color #421639 in popluar color models

421639
RGB662257
HSL312°50.00%17.25%
HSB/HSV312°66.67%25.88%
CMYK0.00%66.67%13.64%
74.12%

Color #421639 in popluar number systems.

HEX421639
Decimal662257
Binary100001010110111001
Octal1022671

Shades and tints

Shades of #421639

#421639
(66,22,57)
#3C1434
(60,20,52)
#36122F
(54,18,47)
#30102A
(48,16,42)
#2A0E25
(42,14,37)
#240C20
(36,12,32)
#1E0A1B
(30,10,27)
#180816
(24,8,22)
#120611
(18,6,17)
#0C040C
(12,4,12)
#060207
(6,2,7)
#000000
(0,0,0)

Tints of #421639

#421639
(66,22,57)
#532B4B
(83,43,75)
#64405D
(100,64,93)
#75556F
(117,85,111)
#866A81
(134,106,129)
#977F93
(151,127,147)
#A894A5
(168,148,165)
#B9A9B7
(185,169,183)
#CABEC9
(202,190,201)
#DBD3DB
(219,211,219)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421639; }

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

This text font color is #421639.


Background Color

.myBgColor { background-color: #421639; }

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

This div background color is #421639.


Border color

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

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

This div border color is #421639.


Opacity

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

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

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

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

This text has shadow with #421639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421639 on black background.


Color preview on white background

This text has color #421639 on white background.



Black color preview on #421639 background

This text has black color on #421639 background.


White color preview on #421639 background

This text has white color on #421639 background.