COLOR #421B3E

HEX: #421B3E
RGB: (66,27,62)

Color info

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

RGB color model

#421B3E color RGB value is (66,27,62).

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

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 62 of 255 = 24%

66
27
62

R + G + B ~ 20%. #421B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 62 = 155 (100%)
R 66 of 155 ~ 42.58%
G 27 of 155 ~ 17.42%
B 62 of 155 ~ 40%

%42.58
%17.42
%40

CMYK color model

#421B3E color CMYK value is (0,59,6,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 6.06%
  • key color value is 74.12%
CMYK:
(0,59,6,74)
C0M59Y6K74 
(0%,59%,6%,74%)
(0.00/0.59/0.06/0.74)	

CMYK percentages

%0
%59.09
%6.06
%74.12

Codes

Color #421B3E in popluar color models

421B3E
RGB662762
HSL306°41.94%18.24%
HSB/HSV306°59.09%25.88%
CMYK0.00%59.09%6.06%
74.12%

Color #421B3E in popluar number systems.

HEX421B3E
Decimal662762
Binary100001011011111110
Octal1023376

Shades and tints

Shades of #421B3E

#421B3E
(66,27,62)
#3C1939
(60,25,57)
#361734
(54,23,52)
#30152F
(48,21,47)
#2A132A
(42,19,42)
#241125
(36,17,37)
#1E0F20
(30,15,32)
#180D1B
(24,13,27)
#120B16
(18,11,22)
#0C0911
(12,9,17)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #421B3E

#421B3E
(66,27,62)
#532F4F
(83,47,79)
#644360
(100,67,96)
#755771
(117,87,113)
#866B82
(134,107,130)
#977F93
(151,127,147)
#A893A4
(168,147,164)
#B9A7B5
(185,167,181)
#CABBC6
(202,187,198)
#DBCFD7
(219,207,215)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B3E; }

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

This text font color is #421B3E.


Background Color

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

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

This div background color is #421B3E.


Border color

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

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

This div border color is #421B3E.


Opacity

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

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

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

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

This text has shadow with #421B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B3E on black background.


Color preview on white background

This text has color #421B3E on white background.



Black color preview on #421B3E background

This text has black color on #421B3E background.


White color preview on #421B3E background

This text has white color on #421B3E background.