COLOR #421A07

HEX: #421A07
RGB: (66,26,7)

Color info

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

RGB color model

#421A07 color RGB value is (66,26,7).

  • red value is 66;
  • green value is 26;
  • blue value is 7.
RGB:
(66,26,7)
(26%,10%,3%)

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 7 of 255 = 3%

66
26
7

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

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 7 = 99 (100%)
R 66 of 99 ~ 66.67%
G 26 of 99 ~ 26.26%
B 7 of 99 ~ 7.07%

%66.67
%26.26

CMYK color model

#421A07 color CMYK value is (0,61,89,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 89.39%
  • key color value is 74.12%
CMYK:
(0,61,89,74)
C0M61Y89K74 
(0%,61%,89%,74%)
(0.00/0.61/0.89/0.74)	

CMYK percentages

%0
%60.61
%89.39
%74.12

Codes

Color #421A07 in popluar color models

421A07
RGB66267
HSL19°80.82%14.31%
HSB/HSV19°89.39%25.88%
CMYK0.00%60.61%89.39%
74.12%

Color #421A07 in popluar number systems.

HEX421A07
Decimal66267
Binary100001011010111
Octal102327

Shades and tints

Shades of #421A07

#421A07
(66,26,7)
#3C1807
(60,24,7)
#361607
(54,22,7)
#301407
(48,20,7)
#2A1207
(42,18,7)
#241007
(36,16,7)
#1E0E07
(30,14,7)
#180C07
(24,12,7)
#120A07
(18,10,7)
#0C0807
(12,8,7)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #421A07

#421A07
(66,26,7)
#532E1D
(83,46,29)
#644233
(100,66,51)
#755649
(117,86,73)
#866A5F
(134,106,95)
#977E75
(151,126,117)
#A8928B
(168,146,139)
#B9A6A1
(185,166,161)
#CABAB7
(202,186,183)
#DBCECD
(219,206,205)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421A07 color. Also use rgb(66,26,7) instead hex code.

Text Font Color

.myTextColor { color: #421A07; }

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

This text font color is #421A07.


Background Color

.myBgColor { background-color: #421A07; }

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

This div background color is #421A07.


Border color

.myBorderColor { border: 1px solid #421A07; }

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

This div border color is #421A07.


Opacity

.myOpacity80 { color: #421A07; opacity: 0.8; }

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

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

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

This text has shadow with #421A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A07 on black background.


Color preview on white background

This text has color #421A07 on white background.



Black color preview on #421A07 background

This text has black color on #421A07 background.


White color preview on #421A07 background

This text has white color on #421A07 background.