COLOR #421A3A

HEX: #421A3A
RGB: (66,26,58)

Color info

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

RGB color model

#421A3A color RGB value is (66,26,58).

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

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 58 of 255 = 23%

66
26
58

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

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 58 = 150 (100%)
R 66 of 150 ~ 44%
G 26 of 150 ~ 17.33%
B 58 of 150 ~ 38.67%

%44
%17.33
%38.67

CMYK color model

#421A3A color CMYK value is (0,61,12,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 12.12%
  • key color value is 74.12%
CMYK:
(0,61,12,74)
C0M61Y12K74 
(0%,61%,12%,74%)
(0.00/0.61/0.12/0.74)	

CMYK percentages

%0
%60.61
%12.12
%74.12

Codes

Color #421A3A in popluar color models

421A3A
RGB662658
HSL312°43.48%18.04%
HSB/HSV312°60.61%25.88%
CMYK0.00%60.61%12.12%
74.12%

Color #421A3A in popluar number systems.

HEX421A3A
Decimal662658
Binary100001011010111010
Octal1023272

Shades and tints

Shades of #421A3A

#421A3A
(66,26,58)
#3C1835
(60,24,53)
#361630
(54,22,48)
#30142B
(48,20,43)
#2A1226
(42,18,38)
#241021
(36,16,33)
#1E0E1C
(30,14,28)
#180C17
(24,12,23)
#120A12
(18,10,18)
#0C080D
(12,8,13)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #421A3A

#421A3A
(66,26,58)
#532E4B
(83,46,75)
#64425C
(100,66,92)
#75566D
(117,86,109)
#866A7E
(134,106,126)
#977E8F
(151,126,143)
#A892A0
(168,146,160)
#B9A6B1
(185,166,177)
#CABAC2
(202,186,194)
#DBCED3
(219,206,211)
#ECE2E4
(236,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421A3A; }

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

This text font color is #421A3A.


Background Color

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

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

This div background color is #421A3A.


Border color

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

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

This div border color is #421A3A.


Opacity

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

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

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

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

This text has shadow with #421A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A3A on black background.


Color preview on white background

This text has color #421A3A on white background.



Black color preview on #421A3A background

This text has black color on #421A3A background.


White color preview on #421A3A background

This text has white color on #421A3A background.