COLOR #421909

HEX: #421909 RGB: (66,25,9)

Color info

#421909 contains red, green and blue colors in about the same proportion. Web safe color of #421909 is #330000 (or #300).

RGB color model

#421909 color RGB value is (66,25,9).

RGB: (66,25,9) (26%, 10%, 4%)

RGB channels and saturation

R 66 of 255 = 26%
G 25 of 255 = 10%
B 9 of 255 = 4%

66
25
9

R + G + B ~ 13%. #421909 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 25 + 9 = 100 (100%)
R 66 of 100 ~ 66%
G 25 of 100 ~ 25%
B 9 of 100 ~ 9'%

%66
%25

CMYK color model

#421909 color CMYK value is (0,62,86,74).

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 86.36%
  • key color value is 74.12%
CMYK: (0,62,86,74) C0M62Y86K74 (0%,62%,86%,74%) (0.00/0.62/0.86/0.74) 

CMYK percentages

%0
%62.12
%86.36
%74.12

Codes

Color #421909 in popluar color models

42 19 09
RGB 66 25 9
HSL 17° 76.00% 14.71%
HSB/HSV 17° 86.36% 25.88%
CMYK 0.00% 62.12% 86.36%
74.12%

Color #421909 in popluar number systems.

HEX 42 19 09
Decimal 66 25 9
Binary 1000010 11001 1001
Octal 102 31 11

Shades and tints

Shades of #421909

#421909
(66,25,9)
#3C1709
(60,23,9)
#361509
(54,21,9)
#301309
(48,19,9)
#2A1109
(42,17,9)
#240F09
(36,15,9)
#1E0D09
(30,13,9)
#180B09
(24,11,9)
#120909
(18,9,9)
#0C0709
(12,7,9)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #421909

#421909
(66,25,9)
#532D1F
(83,45,31)
#644135
(100,65,53)
#75554B
(117,85,75)
#866961
(134,105,97)
#977D77
(151,125,119)
#A8918D
(168,145,141)
#B9A5A3
(185,165,163)
#CAB9B9
(202,185,185)
#DBCDCF
(219,205,207)
#ECE1E5
(236,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421909; }

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

This text font color is #421909.

Background Color

.myBgColor { background-color: #421909; }

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

This div background color is #421909.

Border color

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

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

This div border color is #421909.

Opacity

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

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

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

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

This text has shadow with #421909 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421909.

Preview

Color preview on black background

This text has color #421909 on black background.


Color preview on white background

This text has color #421909 on white background.


Black color preview on #421909 background

This text has black color on #421909 background.


White color preview on #421909 background

This text has white color on #421909 background.


Related colors

Complementary color

Complementary color for #hex is #BDE6F6.


I love getcolorcode.com

Triadic colors

1 #094219 and #190942 with #421909 are triadic colors.

2 #091942 and #194209 with #421909 are triadic colors.