COLOR #421709

HEX: #421709
RGB: (66,23,9)

Color info

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

RGB color model

#421709 color RGB value is (66,23,9).

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

RGB channels and saturation

R 66 of 255 = 26%
G 23 of 255 = 9%
B 9 of 255 = 4%

66
23
9

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

Portions of RGB colors in percentages

R + G + B =
66 + 23 + 9 = 98 (100%)
R 66 of 98 ~ 67.35%
G 23 of 98 ~ 23.47%
B 9 of 98 ~ 9.18%

%67.35
%23.47

CMYK color model

#421709 color CMYK value is (0,65,86,74).

  • cyan value is 0.00%
  • magenta value is 65.15%
  • yellow value is 86.36%
  • key color value is 74.12%
CMYK:
(0,65,86,74)
C0M65Y86K74 
(0%,65%,86%,74%)
(0.00/0.65/0.86/0.74)	

CMYK percentages

%0
%65.15
%86.36
%74.12

Codes

Color #421709 in popluar color models

421709
RGB66239
HSL15°76.00%14.71%
HSB/HSV15°86.36%25.88%
CMYK0.00%65.15%86.36%
74.12%

Color #421709 in popluar number systems.

HEX421709
Decimal66239
Binary1000010101111001
Octal1022711

Shades and tints

Shades of #421709

#421709
(66,23,9)
#3C1509
(60,21,9)
#361309
(54,19,9)
#301109
(48,17,9)
#2A0F09
(42,15,9)
#240D09
(36,13,9)
#1E0B09
(30,11,9)
#180909
(24,9,9)
#120709
(18,7,9)
#0C0509
(12,5,9)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #421709

#421709
(66,23,9)
#532C1F
(83,44,31)
#644135
(100,65,53)
#75564B
(117,86,75)
#866B61
(134,107,97)
#978077
(151,128,119)
#A8958D
(168,149,141)
#B9AAA3
(185,170,163)
#CABFB9
(202,191,185)
#DBD4CF
(219,212,207)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421709; }

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

This text font color is #421709.


Background Color

.myBgColor { background-color: #421709; }

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

This div background color is #421709.


Border color

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

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

This div border color is #421709.


Opacity

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

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

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

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

This text has shadow with #421709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421709 on black background.


Color preview on white background

This text has color #421709 on white background.



Black color preview on #421709 background

This text has black color on #421709 background.


White color preview on #421709 background

This text has white color on #421709 background.