COLOR #421B2E

HEX: #421B2E
RGB: (66,27,46)

Color info

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

RGB color model

#421B2E color RGB value is (66,27,46).

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

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 46 of 255 = 18%

66
27
46

R + G + B ~ 18%. #421B2E is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 46 = 139 (100%)
R 66 of 139 ~ 47.48%
G 27 of 139 ~ 19.42%
B 46 of 139 ~ 33.09%

%47.48
%19.42
%33.09

CMYK color model

#421B2E color CMYK value is (0,59,30,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 30.30%
  • key color value is 74.12%
CMYK:
(0,59,30,74)
C0M59Y30K74 
(0%,59%,30%,74%)
(0.00/0.59/0.30/0.74)	

CMYK percentages

%0
%59.09
%30.3
%74.12

Codes

Color #421B2E in popluar color models

421B2E
RGB662746
HSL331°41.94%18.24%
HSB/HSV331°59.09%25.88%
CMYK0.00%59.09%30.30%
74.12%

Color #421B2E in popluar number systems.

HEX421B2E
Decimal662746
Binary100001011011101110
Octal1023356

Shades and tints

Shades of #421B2E

#421B2E
(66,27,46)
#3C192A
(60,25,42)
#361726
(54,23,38)
#301522
(48,21,34)
#2A131E
(42,19,30)
#24111A
(36,17,26)
#1E0F16
(30,15,22)
#180D12
(24,13,18)
#120B0E
(18,11,14)
#0C090A
(12,9,10)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #421B2E

#421B2E
(66,27,46)
#532F41
(83,47,65)
#644354
(100,67,84)
#755767
(117,87,103)
#866B7A
(134,107,122)
#977F8D
(151,127,141)
#A893A0
(168,147,160)
#B9A7B3
(185,167,179)
#CABBC6
(202,187,198)
#DBCFD9
(219,207,217)
#ECE3EC
(236,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B2E; }

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

This text font color is #421B2E.


Background Color

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

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

This div background color is #421B2E.


Border color

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

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

This div border color is #421B2E.


Opacity

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

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

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

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

This text has shadow with #421B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B2E on black background.


Color preview on white background

This text has color #421B2E on white background.



Black color preview on #421B2E background

This text has black color on #421B2E background.


White color preview on #421B2E background

This text has white color on #421B2E background.