COLOR #421F20

HEX: #421F20
RGB: (66,31,32)

Color info

#421F20 contains red, green and blue colors in about the same proportion. Web safe color of #421F20 is #333333 (or #333).

RGB color model

#421F20 color RGB value is (66,31,32).

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

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 32 of 255 = 13%

66
31
32

R + G + B ~ 17%. #421F20 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 32 = 129 (100%)
R 66 of 129 ~ 51.16%
G 31 of 129 ~ 24.03%
B 32 of 129 ~ 24.81%

%51.16
%24.03
%24.81

CMYK color model

#421F20 color CMYK value is (0,53,52,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 51.52%
  • key color value is 74.12%
CMYK:
(0,53,52,74)
C0M53Y52K74 
(0%,53%,52%,74%)
(0.00/0.53/0.52/0.74)	

CMYK percentages

%0
%53.03
%51.52
%74.12

Codes

Color #421F20 in popluar color models

421F20
RGB663132
HSL358°36.08%19.02%
HSB/HSV358°53.03%25.88%
CMYK0.00%53.03%51.52%
74.12%

Color #421F20 in popluar number systems.

HEX421F20
Decimal663132
Binary100001011111100000
Octal1023740

Shades and tints

Shades of #421F20

#421F20
(66,31,32)
#3C1D1E
(60,29,30)
#361B1C
(54,27,28)
#30191A
(48,25,26)
#2A1718
(42,23,24)
#241516
(36,21,22)
#1E1314
(30,19,20)
#181112
(24,17,18)
#120F10
(18,15,16)
#0C0D0E
(12,13,14)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #421F20

#421F20
(66,31,32)
#533334
(83,51,52)
#644748
(100,71,72)
#755B5C
(117,91,92)
#866F70
(134,111,112)
#978384
(151,131,132)
#A89798
(168,151,152)
#B9ABAC
(185,171,172)
#CABFC0
(202,191,192)
#DBD3D4
(219,211,212)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F20; }

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

This text font color is #421F20.


Background Color

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

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

This div background color is #421F20.


Border color

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

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

This div border color is #421F20.


Opacity

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

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

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

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

This text has shadow with #421F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F20 on black background.


Color preview on white background

This text has color #421F20 on white background.



Black color preview on #421F20 background

This text has black color on #421F20 background.


White color preview on #421F20 background

This text has white color on #421F20 background.