COLOR #421F41

HEX: #421F41
RGB: (66,31,65)

Color info

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

RGB color model

#421F41 color RGB value is (66,31,65).

  • red value is 66;
  • green value is 31;
  • blue value is 65.
RGB:
(66,31,65)
(26%,12%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 65 of 255 = 25%

66
31
65

R + G + B ~ 21%. #421F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 31 + 65 = 162 (100%)
R 66 of 162 ~ 40.74%
G 31 of 162 ~ 19.14%
B 65 of 162 ~ 40.12%

%40.74
%19.14
%40.12

CMYK color model

#421F41 color CMYK value is (0,53,2,74).

  • cyan value is 0.00%
  • magenta value is 53.03%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(0,53,2,74)
C0M53Y2K74 
(0%,53%,2%,74%)
(0.00/0.53/0.02/0.74)	

CMYK percentages

%0
%53.03
%1.52
%74.12

Codes

Color #421F41 in popluar color models

421F41
RGB663165
HSL302°36.08%19.02%
HSB/HSV302°53.03%25.88%
CMYK0.00%53.03%1.52%
74.12%

Color #421F41 in popluar number systems.

HEX421F41
Decimal663165
Binary1000010111111000001
Octal10237101

Shades and tints

Shades of #421F41

#421F41
(66,31,65)
#3C1D3C
(60,29,60)
#361B37
(54,27,55)
#301932
(48,25,50)
#2A172D
(42,23,45)
#241528
(36,21,40)
#1E1323
(30,19,35)
#18111E
(24,17,30)
#120F19
(18,15,25)
#0C0D14
(12,13,20)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #421F41

#421F41
(66,31,65)
#533352
(83,51,82)
#644763
(100,71,99)
#755B74
(117,91,116)
#866F85
(134,111,133)
#978396
(151,131,150)
#A897A7
(168,151,167)
#B9ABB8
(185,171,184)
#CABFC9
(202,191,201)
#DBD3DA
(219,211,218)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #421F41 color. Also use rgb(66,31,65) instead hex code.

Text Font Color

.myTextColor { color: #421F41; }

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

This text font color is #421F41.


Background Color

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

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

This div background color is #421F41.


Border color

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

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

This div border color is #421F41.


Opacity

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

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

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

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

This text has shadow with #421F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421F41 on black background.


Color preview on white background

This text has color #421F41 on white background.



Black color preview on #421F41 background

This text has black color on #421F41 background.


White color preview on #421F41 background

This text has white color on #421F41 background.