COLOR #421F02

HEX: #421F02
RGB: (66,31,2)

Color info

#421F02 contains mainly red and green colors. Web safe color of #421F02 is #333300 (or #330).

RGB color model

#421F02 color RGB value is (66,31,2).

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

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 2 of 255 = 1%

66
31
2

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

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 2 = 99 (100%)
R 66 of 99 ~ 66.67%
G 31 of 99 ~ 31.31%
B 2 of 99 ~ 2.02%

%66.67
%31.31

CMYK color model

#421F02 color CMYK value is (0,53,97,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 96.97%
  • key color value is 74.12%
CMYK:
(0,53,97,74)
C0M53Y97K74 
(0%,53%,97%,74%)
(0.00/0.53/0.97/0.74)	

CMYK percentages

%0
%53.03
%96.97
%74.12

Codes

Color #421F02 in popluar color models

421F02
RGB66312
HSL27°94.12%13.33%
HSB/HSV27°96.97%25.88%
CMYK0.00%53.03%96.97%
74.12%

Color #421F02 in popluar number systems.

HEX421F02
Decimal66312
Binary10000101111110
Octal102372

Shades and tints

Shades of #421F02

#421F02
(66,31,2)
#3C1D02
(60,29,2)
#361B02
(54,27,2)
#301902
(48,25,2)
#2A1702
(42,23,2)
#241502
(36,21,2)
#1E1302
(30,19,2)
#181102
(24,17,2)
#120F02
(18,15,2)
#0C0D02
(12,13,2)
#060B02
(6,11,2)
#000000
(0,0,0)

Tints of #421F02

#421F02
(66,31,2)
#533319
(83,51,25)
#644730
(100,71,48)
#755B47
(117,91,71)
#866F5E
(134,111,94)
#978375
(151,131,117)
#A8978C
(168,151,140)
#B9ABA3
(185,171,163)
#CABFBA
(202,191,186)
#DBD3D1
(219,211,209)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F02; }

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

This text font color is #421F02.


Background Color

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

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

This div background color is #421F02.


Border color

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

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

This div border color is #421F02.


Opacity

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

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

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

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

This text has shadow with #421F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F02 on black background.


Color preview on white background

This text has color #421F02 on white background.



Black color preview on #421F02 background

This text has black color on #421F02 background.


White color preview on #421F02 background

This text has white color on #421F02 background.