COLOR #421B1C

HEX: #421B1C
RGB: (66,27,28)

Color info

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

RGB color model

#421B1C color RGB value is (66,27,28).

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

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 28 of 255 = 11%

66
27
28

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

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 28 = 121 (100%)
R 66 of 121 ~ 54.55%
G 27 of 121 ~ 22.31%
B 28 of 121 ~ 23.14%

%54.55
%22.31
%23.14

CMYK color model

#421B1C color CMYK value is (0,59,58,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 57.58%
  • key color value is 74.12%
CMYK:
(0,59,58,74)
C0M59Y58K74 
(0%,59%,58%,74%)
(0.00/0.59/0.58/0.74)	

CMYK percentages

%0
%59.09
%57.58
%74.12

Codes

Color #421B1C in popluar color models

421B1C
RGB662728
HSL358°41.94%18.24%
HSB/HSV358°59.09%25.88%
CMYK0.00%59.09%57.58%
74.12%

Color #421B1C in popluar number systems.

HEX421B1C
Decimal662728
Binary10000101101111100
Octal1023334

Shades and tints

Shades of #421B1C

#421B1C
(66,27,28)
#3C191A
(60,25,26)
#361718
(54,23,24)
#301516
(48,21,22)
#2A1314
(42,19,20)
#241112
(36,17,18)
#1E0F10
(30,15,16)
#180D0E
(24,13,14)
#120B0C
(18,11,12)
#0C090A
(12,9,10)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #421B1C

#421B1C
(66,27,28)
#532F30
(83,47,48)
#644344
(100,67,68)
#755758
(117,87,88)
#866B6C
(134,107,108)
#977F80
(151,127,128)
#A89394
(168,147,148)
#B9A7A8
(185,167,168)
#CABBBC
(202,187,188)
#DBCFD0
(219,207,208)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B1C; }

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

This text font color is #421B1C.


Background Color

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

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

This div background color is #421B1C.


Border color

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

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

This div border color is #421B1C.


Opacity

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

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

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

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

This text has shadow with #421B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B1C on black background.


Color preview on white background

This text has color #421B1C on white background.



Black color preview on #421B1C background

This text has black color on #421B1C background.


White color preview on #421B1C background

This text has white color on #421B1C background.