COLOR #421202

HEX: #421202
RGB: (66,18,2)

Color info

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

RGB color model

#421202 color RGB value is (66,18,2).

  • red value is 66;
  • green value is 18;
  • blue value is 2.
RGB:
(66,18,2)
(26%,7%,1%)

RGB channels and saturation

R 66 of 255 = 26%
G 18 of 255 = 7%
B 2 of 255 = 1%

66
18
2

R + G + B ~ 11%. #421202 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 18 + 2 = 86 (100%)
R 66 of 86 ~ 76.74%
G 18 of 86 ~ 20.93%
B 2 of 86 ~ 2.33%

%76.74
%20.93

CMYK color model

#421202 color CMYK value is (0,73,97,74).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 96.97%
  • key color value is 74.12%
CMYK:
(0,73,97,74)
C0M73Y97K74 
(0%,73%,97%,74%)
(0.00/0.73/0.97/0.74)	

CMYK percentages

%0
%72.73
%96.97
%74.12

Codes

Color #421202 in popluar color models

421202
RGB66182
HSL15°94.12%13.33%
HSB/HSV15°96.97%25.88%
CMYK0.00%72.73%96.97%
74.12%

Color #421202 in popluar number systems.

HEX421202
Decimal66182
Binary10000101001010
Octal102222

Shades and tints

Shades of #421202

#421202
(66,18,2)
#3C1102
(60,17,2)
#361002
(54,16,2)
#300F02
(48,15,2)
#2A0E02
(42,14,2)
#240D02
(36,13,2)
#1E0C02
(30,12,2)
#180B02
(24,11,2)
#120A02
(18,10,2)
#0C0902
(12,9,2)
#060802
(6,8,2)
#000000
(0,0,0)

Tints of #421202

#421202
(66,18,2)
#532719
(83,39,25)
#643C30
(100,60,48)
#755147
(117,81,71)
#86665E
(134,102,94)
#977B75
(151,123,117)
#A8908C
(168,144,140)
#B9A5A3
(185,165,163)
#CABABA
(202,186,186)
#DBCFD1
(219,207,209)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421202 color. Also use rgb(66,18,2) instead hex code.

Text Font Color

.myTextColor { color: #421202; }

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

This text font color is #421202.


Background Color

.myBgColor { background-color: #421202; }

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

This div background color is #421202.


Border color

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

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

This div border color is #421202.


Opacity

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

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

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

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

This text has shadow with #421202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421202 on black background.


Color preview on white background

This text has color #421202 on white background.



Black color preview on #421202 background

This text has black color on #421202 background.


White color preview on #421202 background

This text has white color on #421202 background.