COLOR #421B1F

HEX: #421B1F
RGB: (66,27,31)

Color info

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

RGB color model

#421B1F color RGB value is (66,27,31).

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

RGB channels and saturation

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

66
27
31

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

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 31 = 124 (100%)
R 66 of 124 ~ 53.23%
G 27 of 124 ~ 21.77%
B 31 of 124 ~ 25%

%53.23
%21.77
%25

CMYK color model

#421B1F color CMYK value is (0,59,53,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 53.03%
  • key color value is 74.12%
CMYK:
(0,59,53,74)
C0M59Y53K74 
(0%,59%,53%,74%)
(0.00/0.59/0.53/0.74)	

CMYK percentages

%0
%59.09
%53.03
%74.12

Codes

Color #421B1F in popluar color models

421B1F
RGB662731
HSL354°41.94%18.24%
HSB/HSV354°59.09%25.88%
CMYK0.00%59.09%53.03%
74.12%

Color #421B1F in popluar number systems.

HEX421B1F
Decimal662731
Binary10000101101111111
Octal1023337

Shades and tints

Shades of #421B1F

#421B1F
(66,27,31)
#3C191D
(60,25,29)
#36171B
(54,23,27)
#301519
(48,21,25)
#2A1317
(42,19,23)
#241115
(36,17,21)
#1E0F13
(30,15,19)
#180D11
(24,13,17)
#120B0F
(18,11,15)
#0C090D
(12,9,13)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #421B1F

#421B1F
(66,27,31)
#532F33
(83,47,51)
#644347
(100,67,71)
#75575B
(117,87,91)
#866B6F
(134,107,111)
#977F83
(151,127,131)
#A89397
(168,147,151)
#B9A7AB
(185,167,171)
#CABBBF
(202,187,191)
#DBCFD3
(219,207,211)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B1F; }

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

This text font color is #421B1F.


Background Color

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

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

This div background color is #421B1F.


Border color

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

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

This div border color is #421B1F.


Opacity

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

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

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

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

This text has shadow with #421B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B1F on black background.


Color preview on white background

This text has color #421B1F on white background.



Black color preview on #421B1F background

This text has black color on #421B1F background.


White color preview on #421B1F background

This text has white color on #421B1F background.