COLOR #421D1F

HEX: #421D1F
RGB: (66,29,31)

Color info

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

RGB color model

#421D1F color RGB value is (66,29,31).

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

RGB channels and saturation

R 66 of 255 = 26%
G 29 of 255 = 11%
B 31 of 255 = 12%

66
29
31

R + G + B ~ 16%. #421D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 29 + 31 = 126 (100%)
R 66 of 126 ~ 52.38%
G 29 of 126 ~ 23.02%
B 31 of 126 ~ 24.6%

%52.38
%23.02
%24.6

CMYK color model

#421D1F color CMYK value is (0,56,53,74).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 53.03%
  • key color value is 74.12%
CMYK:
(0,56,53,74)
C0M56Y53K74 
(0%,56%,53%,74%)
(0.00/0.56/0.53/0.74)	

CMYK percentages

%0
%56.06
%53.03
%74.12

Codes

Color #421D1F in popluar color models

421D1F
RGB662931
HSL357°38.95%18.63%
HSB/HSV357°56.06%25.88%
CMYK0.00%56.06%53.03%
74.12%

Color #421D1F in popluar number systems.

HEX421D1F
Decimal662931
Binary10000101110111111
Octal1023537

Shades and tints

Shades of #421D1F

#421D1F
(66,29,31)
#3C1B1D
(60,27,29)
#36191B
(54,25,27)
#301719
(48,23,25)
#2A1517
(42,21,23)
#241315
(36,19,21)
#1E1113
(30,17,19)
#180F11
(24,15,17)
#120D0F
(18,13,15)
#0C0B0D
(12,11,13)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #421D1F

#421D1F
(66,29,31)
#533133
(83,49,51)
#644547
(100,69,71)
#75595B
(117,89,91)
#866D6F
(134,109,111)
#978183
(151,129,131)
#A89597
(168,149,151)
#B9A9AB
(185,169,171)
#CABDBF
(202,189,191)
#DBD1D3
(219,209,211)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421D1F; }

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

This text font color is #421D1F.


Background Color

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

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

This div background color is #421D1F.


Border color

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

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

This div border color is #421D1F.


Opacity

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

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

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

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

This text has shadow with #421D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421D1F on black background.


Color preview on white background

This text has color #421D1F on white background.



Black color preview on #421D1F background

This text has black color on #421D1F background.


White color preview on #421D1F background

This text has white color on #421D1F background.