COLOR #421001

HEX: #421001
RGB: (66,16,1)

Color info

#421001 contains mainly red and green colors. Web safe color of #421001 is #330000 (or #300).

RGB color model

#421001 color RGB value is (66,16,1).

  • red value is 66;
  • green value is 16;
  • blue value is 1.
RGB:
(66,16,1)
(26%,6%,0%)

RGB channels and saturation

R 66 of 255 = 26%
G 16 of 255 = 6%
B 1 of 255 = 0%

66
16
1

R + G + B ~ 11%. #421001 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 16 + 1 = 83 (100%)
R 66 of 83 ~ 79.52%
G 16 of 83 ~ 19.28%
B 1 of 83 ~ 1.2%

%79.52
%19.28

CMYK color model

#421001 color CMYK value is (0,76,98,74).

  • cyan value is 0.00%
  • magenta value is 75.76%
  • yellow value is 98.48%
  • key color value is 74.12%
CMYK:
(0,76,98,74)
C0M76Y98K74 
(0%,76%,98%,74%)
(0.00/0.76/0.98/0.74)	

CMYK percentages

%0
%75.76
%98.48
%74.12

Codes

Color #421001 in popluar color models

421001
RGB66161
HSL14°97.01%13.14%
HSB/HSV14°98.48%25.88%
CMYK0.00%75.76%98.48%
74.12%

Color #421001 in popluar number systems.

HEX421001
Decimal66161
Binary1000010100001
Octal102201

Shades and tints

Shades of #421001

#421001
(66,16,1)
#3C0F01
(60,15,1)
#360E01
(54,14,1)
#300D01
(48,13,1)
#2A0C01
(42,12,1)
#240B01
(36,11,1)
#1E0A01
(30,10,1)
#180901
(24,9,1)
#120801
(18,8,1)
#0C0701
(12,7,1)
#060601
(6,6,1)
#000000
(0,0,0)

Tints of #421001

#421001
(66,16,1)
#532518
(83,37,24)
#643A2F
(100,58,47)
#754F46
(117,79,70)
#86645D
(134,100,93)
#977974
(151,121,116)
#A88E8B
(168,142,139)
#B9A3A2
(185,163,162)
#CAB8B9
(202,184,185)
#DBCDD0
(219,205,208)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421001 color. Also use rgb(66,16,1) instead hex code.

Text Font Color

.myTextColor { color: #421001; }

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

This text font color is #421001.


Background Color

.myBgColor { background-color: #421001; }

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

This div background color is #421001.


Border color

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

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

This div border color is #421001.


Opacity

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

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

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

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

This text has shadow with #421001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421001 on black background.


Color preview on white background

This text has color #421001 on white background.



Black color preview on #421001 background

This text has black color on #421001 background.


White color preview on #421001 background

This text has white color on #421001 background.