COLOR #421F03

HEX: #421F03
RGB: (66,31,3)

Color info

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

RGB color model

#421F03 color RGB value is (66,31,3).

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

RGB channels and saturation

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

66
31
3

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

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 3 = 100 (100%)
R 66 of 100 ~ 66%
G 31 of 100 ~ 31%
B 3 of 100 ~ 3%

%66
%31

CMYK color model

#421F03 color CMYK value is (0,53,95,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 95.45%
  • key color value is 74.12%
CMYK:
(0,53,95,74)
C0M53Y95K74 
(0%,53%,95%,74%)
(0.00/0.53/0.95/0.74)	

CMYK percentages

%0
%53.03
%95.45
%74.12

Codes

Color #421F03 in popluar color models

421F03
RGB66313
HSL27°91.30%13.53%
HSB/HSV27°95.45%25.88%
CMYK0.00%53.03%95.45%
74.12%

Color #421F03 in popluar number systems.

HEX421F03
Decimal66313
Binary10000101111111
Octal102373

Shades and tints

Shades of #421F03

#421F03
(66,31,3)
#3C1D03
(60,29,3)
#361B03
(54,27,3)
#301903
(48,25,3)
#2A1703
(42,23,3)
#241503
(36,21,3)
#1E1303
(30,19,3)
#181103
(24,17,3)
#120F03
(18,15,3)
#0C0D03
(12,13,3)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #421F03

#421F03
(66,31,3)
#533319
(83,51,25)
#64472F
(100,71,47)
#755B45
(117,91,69)
#866F5B
(134,111,91)
#978371
(151,131,113)
#A89787
(168,151,135)
#B9AB9D
(185,171,157)
#CABFB3
(202,191,179)
#DBD3C9
(219,211,201)
#ECE7DF
(236,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F03; }

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

This text font color is #421F03.


Background Color

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

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

This div background color is #421F03.


Border color

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

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

This div border color is #421F03.


Opacity

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

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

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

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

This text has shadow with #421F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F03 on black background.


Color preview on white background

This text has color #421F03 on white background.



Black color preview on #421F03 background

This text has black color on #421F03 background.


White color preview on #421F03 background

This text has white color on #421F03 background.