COLOR #421A2D

HEX: #421A2D
RGB: (66,26,45)

Color info

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

RGB color model

#421A2D color RGB value is (66,26,45).

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

RGB channels and saturation

R 66 of 255 = 26%
G 26 of 255 = 10%
B 45 of 255 = 18%

66
26
45

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

Portions of RGB colors in percentages

R + G + B =
66 + 26 + 45 = 137 (100%)
R 66 of 137 ~ 48.18%
G 26 of 137 ~ 18.98%
B 45 of 137 ~ 32.85%

%48.18
%18.98
%32.85

CMYK color model

#421A2D color CMYK value is (0,61,32,74).

  • cyan value is 0.00%
  • magenta value is 60.61%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,61,32,74)
C0M61Y32K74 
(0%,61%,32%,74%)
(0.00/0.61/0.32/0.74)	

CMYK percentages

%0
%60.61
%31.82
%74.12

Codes

Color #421A2D in popluar color models

421A2D
RGB662645
HSL332°43.48%18.04%
HSB/HSV332°60.61%25.88%
CMYK0.00%60.61%31.82%
74.12%

Color #421A2D in popluar number systems.

HEX421A2D
Decimal662645
Binary100001011010101101
Octal1023255

Shades and tints

Shades of #421A2D

#421A2D
(66,26,45)
#3C1829
(60,24,41)
#361625
(54,22,37)
#301421
(48,20,33)
#2A121D
(42,18,29)
#241019
(36,16,25)
#1E0E15
(30,14,21)
#180C11
(24,12,17)
#120A0D
(18,10,13)
#0C0809
(12,8,9)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #421A2D

#421A2D
(66,26,45)
#532E40
(83,46,64)
#644253
(100,66,83)
#755666
(117,86,102)
#866A79
(134,106,121)
#977E8C
(151,126,140)
#A8929F
(168,146,159)
#B9A6B2
(185,166,178)
#CABAC5
(202,186,197)
#DBCED8
(219,206,216)
#ECE2EB
(236,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421A2D; }

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

This text font color is #421A2D.


Background Color

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

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

This div background color is #421A2D.


Border color

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

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

This div border color is #421A2D.


Opacity

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

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

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

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

This text has shadow with #421A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421A2D on black background.


Color preview on white background

This text has color #421A2D on white background.



Black color preview on #421A2D background

This text has black color on #421A2D background.


White color preview on #421A2D background

This text has white color on #421A2D background.