COLOR #421B29

HEX: #421B29
RGB: (66,27,41)

Color info

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

RGB color model

#421B29 color RGB value is (66,27,41).

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

RGB channels and saturation

R 66 of 255 = 26%
G 27 of 255 = 11%
B 41 of 255 = 16%

66
27
41

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

Portions of RGB colors in percentages

R + G + B =
66 + 27 + 41 = 134 (100%)
R 66 of 134 ~ 49.25%
G 27 of 134 ~ 20.15%
B 41 of 134 ~ 30.6%

%49.25
%20.15
%30.6

CMYK color model

#421B29 color CMYK value is (0,59,38,74).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 37.88%
  • key color value is 74.12%
CMYK:
(0,59,38,74)
C0M59Y38K74 
(0%,59%,38%,74%)
(0.00/0.59/0.38/0.74)	

CMYK percentages

%0
%59.09
%37.88
%74.12

Codes

Color #421B29 in popluar color models

421B29
RGB662741
HSL338°41.94%18.24%
HSB/HSV338°59.09%25.88%
CMYK0.00%59.09%37.88%
74.12%

Color #421B29 in popluar number systems.

HEX421B29
Decimal662741
Binary100001011011101001
Octal1023351

Shades and tints

Shades of #421B29

#421B29
(66,27,41)
#3C1926
(60,25,38)
#361723
(54,23,35)
#301520
(48,21,32)
#2A131D
(42,19,29)
#24111A
(36,17,26)
#1E0F17
(30,15,23)
#180D14
(24,13,20)
#120B11
(18,11,17)
#0C090E
(12,9,14)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #421B29

#421B29
(66,27,41)
#532F3C
(83,47,60)
#64434F
(100,67,79)
#755762
(117,87,98)
#866B75
(134,107,117)
#977F88
(151,127,136)
#A8939B
(168,147,155)
#B9A7AE
(185,167,174)
#CABBC1
(202,187,193)
#DBCFD4
(219,207,212)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421B29; }

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

This text font color is #421B29.


Background Color

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

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

This div background color is #421B29.


Border color

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

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

This div border color is #421B29.


Opacity

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

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

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

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

This text has shadow with #421B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421B29 on black background.


Color preview on white background

This text has color #421B29 on white background.



Black color preview on #421B29 background

This text has black color on #421B29 background.


White color preview on #421B29 background

This text has white color on #421B29 background.