COLOR #421007

HEX: #421007
RGB: (66,16,7)

Color info

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

RGB color model

#421007 color RGB value is (66,16,7).

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

RGB channels and saturation

R 66 of 255 = 26%
G 16 of 255 = 6%
B 7 of 255 = 3%

66
16
7

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

Portions of RGB colors in percentages

R + G + B =
66 + 16 + 7 = 89 (100%)
R 66 of 89 ~ 74.16%
G 16 of 89 ~ 17.98%
B 7 of 89 ~ 7.87%

%74.16
%17.98

CMYK color model

#421007 color CMYK value is (0,76,89,74).

  • cyan value is 0.00%
  • magenta value is 75.76%
  • yellow value is 89.39%
  • key color value is 74.12%
CMYK:
(0,76,89,74)
C0M76Y89K74 
(0%,76%,89%,74%)
(0.00/0.76/0.89/0.74)	

CMYK percentages

%0
%75.76
%89.39
%74.12

Codes

Color #421007 in popluar color models

421007
RGB66167
HSL80.82%14.31%
HSB/HSV89.39%25.88%
CMYK0.00%75.76%89.39%
74.12%

Color #421007 in popluar number systems.

HEX421007
Decimal66167
Binary100001010000111
Octal102207

Shades and tints

Shades of #421007

#421007
(66,16,7)
#3C0F07
(60,15,7)
#360E07
(54,14,7)
#300D07
(48,13,7)
#2A0C07
(42,12,7)
#240B07
(36,11,7)
#1E0A07
(30,10,7)
#180907
(24,9,7)
#120807
(18,8,7)
#0C0707
(12,7,7)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #421007

#421007
(66,16,7)
#53251D
(83,37,29)
#643A33
(100,58,51)
#754F49
(117,79,73)
#86645F
(134,100,95)
#977975
(151,121,117)
#A88E8B
(168,142,139)
#B9A3A1
(185,163,161)
#CAB8B7
(202,184,183)
#DBCDCD
(219,205,205)
#ECE2E3
(236,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421007; }

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

This text font color is #421007.


Background Color

.myBgColor { background-color: #421007; }

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

This div background color is #421007.


Border color

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

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

This div border color is #421007.


Opacity

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

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

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

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

This text has shadow with #421007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421007 on black background.


Color preview on white background

This text has color #421007 on white background.



Black color preview on #421007 background

This text has black color on #421007 background.


White color preview on #421007 background

This text has white color on #421007 background.