COLOR #421D2D

HEX: #421D2D
RGB: (66,29,45)

Color info

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

RGB color model

#421D2D color RGB value is (66,29,45).

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

RGB channels and saturation

R 66 of 255 = 26%
G 29 of 255 = 11%
B 45 of 255 = 18%

66
29
45

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

Portions of RGB colors in percentages

R + G + B =
66 + 29 + 45 = 140 (100%)
R 66 of 140 ~ 47.14%
G 29 of 140 ~ 20.71%
B 45 of 140 ~ 32.14%

%47.14
%20.71
%32.14

CMYK color model

#421D2D color CMYK value is (0,56,32,74).

  • cyan value is 0.00%
  • magenta value is 56.06%
  • yellow value is 31.82%
  • key color value is 74.12%
CMYK:
(0,56,32,74)
C0M56Y32K74 
(0%,56%,32%,74%)
(0.00/0.56/0.32/0.74)	

CMYK percentages

%0
%56.06
%31.82
%74.12

Codes

Color #421D2D in popluar color models

421D2D
RGB662945
HSL334°38.95%18.63%
HSB/HSV334°56.06%25.88%
CMYK0.00%56.06%31.82%
74.12%

Color #421D2D in popluar number systems.

HEX421D2D
Decimal662945
Binary100001011101101101
Octal1023555

Shades and tints

Shades of #421D2D

#421D2D
(66,29,45)
#3C1B29
(60,27,41)
#361925
(54,25,37)
#301721
(48,23,33)
#2A151D
(42,21,29)
#241319
(36,19,25)
#1E1115
(30,17,21)
#180F11
(24,15,17)
#120D0D
(18,13,13)
#0C0B09
(12,11,9)
#060905
(6,9,5)
#000000
(0,0,0)

Tints of #421D2D

#421D2D
(66,29,45)
#533140
(83,49,64)
#644553
(100,69,83)
#755966
(117,89,102)
#866D79
(134,109,121)
#97818C
(151,129,140)
#A8959F
(168,149,159)
#B9A9B2
(185,169,178)
#CABDC5
(202,189,197)
#DBD1D8
(219,209,216)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421D2D; }

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

This text font color is #421D2D.


Background Color

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

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

This div background color is #421D2D.


Border color

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

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

This div border color is #421D2D.


Opacity

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

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

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

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

This text has shadow with #421D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421D2D on black background.


Color preview on white background

This text has color #421D2D on white background.



Black color preview on #421D2D background

This text has black color on #421D2D background.


White color preview on #421D2D background

This text has white color on #421D2D background.