COLOR #421A3D

HEX: #421A3D
RGB: (66,26,61)

Color info

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

RGB color model

#421A3D color RGB value is (66,26,61).

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

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 61 of 255 = 24%

66
26
61

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

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 61 = 153 (100%)
R 66 of 153 ~ 43.14%
G 26 of 153 ~ 16.99%
B 61 of 153 ~ 39.87%

%43.14
%16.99
%39.87

CMYK color model

#421A3D color CMYK value is (0,61,8,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(0,61,8,74)
C0M61Y8K74 
(0%,61%,8%,74%)
(0.00/0.61/0.08/0.74)	

CMYK percentages

%0
%60.61
%7.58
%74.12

Codes

Color #421A3D in popluar color models

421A3D
RGB662661
HSL308°43.48%18.04%
HSB/HSV308°60.61%25.88%
CMYK0.00%60.61%7.58%
74.12%

Color #421A3D in popluar number systems.

HEX421A3D
Decimal662661
Binary100001011010111101
Octal1023275

Shades and tints

Shades of #421A3D

#421A3D
(66,26,61)
#3C1838
(60,24,56)
#361633
(54,22,51)
#30142E
(48,20,46)
#2A1229
(42,18,41)
#241024
(36,16,36)
#1E0E1F
(30,14,31)
#180C1A
(24,12,26)
#120A15
(18,10,21)
#0C0810
(12,8,16)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #421A3D

#421A3D
(66,26,61)
#532E4E
(83,46,78)
#64425F
(100,66,95)
#755670
(117,86,112)
#866A81
(134,106,129)
#977E92
(151,126,146)
#A892A3
(168,146,163)
#B9A6B4
(185,166,180)
#CABAC5
(202,186,197)
#DBCED6
(219,206,214)
#ECE2E7
(236,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421A3D; }

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

This text font color is #421A3D.


Background Color

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

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

This div background color is #421A3D.


Border color

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

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

This div border color is #421A3D.


Opacity

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

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

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

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

This text has shadow with #421A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A3D on black background.


Color preview on white background

This text has color #421A3D on white background.



Black color preview on #421A3D background

This text has black color on #421A3D background.


White color preview on #421A3D background

This text has white color on #421A3D background.