COLOR #421901

HEX: #421901 RGB: (66,25,1)

Color info

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

RGB color model

#421901 color RGB value is (66,25,1).

RGB: (66,25,1) (26%, 10%, 0%)

RGB channels and saturation

R 66 of 255 = 26%
G 25 of 255 = 10%
B 1 of 255 = 0%

66
25
1

R + G + B ~ 12%. #421901 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 25 + 1 = 92 (100%)
R 66 of 92 ~ 71.74%
G 25 of 92 ~ 27.17%
B 1 of 92 ~ 1.09'%

%71.74
%27.17

CMYK color model

#421901 color CMYK value is (0,62,98,74).

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 98.48%
  • key color value is 74.12%

CMYK: (0,62,98,74)
C0M62Y98K74 (0%, 62%, 98%, 74%)
(0.00 / 0.62 / 0.98 / 0.74)

CMYK percentages

%0
%62.12
%98.48
%74.12

Codes

Color #421901 in popluar color models

42 19 01
RGB 66 25 1
HSL 22° 97.01% 13.14%
HSB/HSV 22° 98.48% 25.88%
CMYK 0.00% 62.12% 98.48%
74.12%

Color #421901 in popluar number systems.

HEX 42 19 01
Decimal 66 25 1
Binary 1000010 11001 1
Octal 102 31 1

Shades and tints

Shades of #421901

#421901
(66,25,1)
#3C1701
(60,23,1)
#361501
(54,21,1)
#301301
(48,19,1)
#2A1101
(42,17,1)
#240F01
(36,15,1)
#1E0D01
(30,13,1)
#180B01
(24,11,1)
#120901
(18,9,1)
#0C0701
(12,7,1)
#060501
(6,5,1)
#000000
(0,0,0)

Tints of #421901

#421901
(66,25,1)
#532D18
(83,45,24)
#64412F
(100,65,47)
#755546
(117,85,70)
#86695D
(134,105,93)
#977D74
(151,125,116)
#A8918B
(168,145,139)
#B9A5A2
(185,165,162)
#CAB9B9
(202,185,185)
#DBCDD0
(219,205,208)
#ECE1E7
(236,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421901; }

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

This text font color is #421901.

Background Color

.myBgColor { background-color: #421901; }

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

This div background color is #421901.

Border color

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

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

This div border color is #421901.

Opacity

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

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

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

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

This text has shadow with #421901 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421901.

Preview

Color preview on black background

This text has color #421901 on black background.


Color preview on white background

This text has color #421901 on white background.


Black color preview on #421901 background

This text has black color on #421901 background.


White color preview on #421901 background

This text has white color on #421901 background.


Related colors

Complementary color

Complementary color for #hex is #BDE6FE.


I love getcolorcode.com

Triadic colors

1 #014219 and #190142 with #421901 are triadic colors.

2 #011942 and #194201 with #421901 are triadic colors.