COLOR #421B3B

HEX: #421B3B
RGB: (66,27,59)

Color info

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

RGB color model

#421B3B color RGB value is (66,27,59).

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

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 59 of 255 = 23%

66
27
59

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

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 59 = 152 (100%)
R 66 of 152 ~ 43.42%
G 27 of 152 ~ 17.76%
B 59 of 152 ~ 38.82%

%43.42
%17.76
%38.82

CMYK color model

#421B3B color CMYK value is (0,59,11,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(0,59,11,74)
C0M59Y11K74 
(0%,59%,11%,74%)
(0.00/0.59/0.11/0.74)	

CMYK percentages

%0
%59.09
%10.61
%74.12

Codes

Color #421B3B in popluar color models

421B3B
RGB662759
HSL311°41.94%18.24%
HSB/HSV311°59.09%25.88%
CMYK0.00%59.09%10.61%
74.12%

Color #421B3B in popluar number systems.

HEX421B3B
Decimal662759
Binary100001011011111011
Octal1023373

Shades and tints

Shades of #421B3B

#421B3B
(66,27,59)
#3C1936
(60,25,54)
#361731
(54,23,49)
#30152C
(48,21,44)
#2A1327
(42,19,39)
#241122
(36,17,34)
#1E0F1D
(30,15,29)
#180D18
(24,13,24)
#120B13
(18,11,19)
#0C090E
(12,9,14)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #421B3B

#421B3B
(66,27,59)
#532F4C
(83,47,76)
#64435D
(100,67,93)
#75576E
(117,87,110)
#866B7F
(134,107,127)
#977F90
(151,127,144)
#A893A1
(168,147,161)
#B9A7B2
(185,167,178)
#CABBC3
(202,187,195)
#DBCFD4
(219,207,212)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B3B; }

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

This text font color is #421B3B.


Background Color

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

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

This div background color is #421B3B.


Border color

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

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

This div border color is #421B3B.


Opacity

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

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

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

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

This text has shadow with #421B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B3B on black background.


Color preview on white background

This text has color #421B3B on white background.



Black color preview on #421B3B background

This text has black color on #421B3B background.


White color preview on #421B3B background

This text has white color on #421B3B background.