COLOR #421A24

HEX: #421A24
RGB: (66,26,36)

Color info

#421A24 contains red, green and blue colors in about the same proportion. Web safe color of #421A24 is #330033 (or #303).

RGB color model

#421A24 color RGB value is (66,26,36).

  • red value is 66;
  • green value is 26;
  • blue value is 36.
RGB:
(66,26,36)
(26%,10%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 36 of 255 = 14%

66
26
36

R + G + B ~ 17%. #421A24 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 36 = 128 (100%)
R 66 of 128 ~ 51.56%
G 26 of 128 ~ 20.31%
B 36 of 128 ~ 28.13%

%51.56
%20.31
%28.13

CMYK color model

#421A24 color CMYK value is (0,61,45,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(0,61,45,74)
C0M61Y45K74 
(0%,61%,45%,74%)
(0.00/0.61/0.45/0.74)	

CMYK percentages

%0
%60.61
%45.45
%74.12

Codes

Color #421A24 in popluar color models

421A24
RGB662636
HSL345°43.48%18.04%
HSB/HSV345°60.61%25.88%
CMYK0.00%60.61%45.45%
74.12%

Color #421A24 in popluar number systems.

HEX421A24
Decimal662636
Binary100001011010100100
Octal1023244

Shades and tints

Shades of #421A24

#421A24
(66,26,36)
#3C1821
(60,24,33)
#36161E
(54,22,30)
#30141B
(48,20,27)
#2A1218
(42,18,24)
#241015
(36,16,21)
#1E0E12
(30,14,18)
#180C0F
(24,12,15)
#120A0C
(18,10,12)
#0C0809
(12,8,9)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #421A24

#421A24
(66,26,36)
#532E37
(83,46,55)
#64424A
(100,66,74)
#75565D
(117,86,93)
#866A70
(134,106,112)
#977E83
(151,126,131)
#A89296
(168,146,150)
#B9A6A9
(185,166,169)
#CABABC
(202,186,188)
#DBCECF
(219,206,207)
#ECE2E2
(236,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421A24 color. Also use rgb(66,26,36) instead hex code.

Text Font Color

.myTextColor { color: #421A24; }

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

This text font color is #421A24.


Background Color

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

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

This div background color is #421A24.


Border color

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

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

This div border color is #421A24.


Opacity

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

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

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

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

This text has shadow with #421A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A24 on black background.


Color preview on white background

This text has color #421A24 on white background.



Black color preview on #421A24 background

This text has black color on #421A24 background.


White color preview on #421A24 background

This text has white color on #421A24 background.