COLOR #421F48

HEX: #421F48 RGB: (66,31,72)

Color info

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

RGB color model

#421F48 color RGB value is (66,31,72).

RGB: (66,31,72) (26%, 12%, 28%)

RGB channels and saturation

R 66 of 255 = 26%
G 31 of 255 = 12%
B 72 of 255 = 28%

66
31
72

R + G + B ~ 22%. #421F48 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 31 + 72 = 169 (100%)
R 66 of 169 ~ 39.05%
G 31 of 169 ~ 18.34%
B 72 of 169 ~ 42.6'%

%39.05
%18.34
%42.6

CMYK color model

#421F48 color CMYK value is (8,57,0,72).

  • cyan value is 8.33%
  • magenta value is 56.94%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (8,57,0,72)
C8M57Y0K72 (8%, 57%, 0%, 72%)
(0.08 / 0.57 / 0.00 / 0.72)

CMYK percentages

%8.33
%56.94
%0
%71.76

Codes

Color #421F48 in popluar color models

42 1F 48
RGB 66 31 72
HSL 291° 39.81% 20.20%
HSB/HSV 291° 56.94% 28.24%
CMYK 8.33% 56.94% 0.00%
71.76%

Color #421F48 in popluar number systems.

HEX 42 1F 48
Decimal 66 31 72
Binary 1000010 11111 1001000
Octal 102 37 110

Shades and tints

Shades of #421F48

#421F48
(66,31,72)
#3C1D42
(60,29,66)
#361B3C
(54,27,60)
#301936
(48,25,54)
#2A1730
(42,23,48)
#24152A
(36,21,42)
#1E1324
(30,19,36)
#18111E
(24,17,30)
#120F18
(18,15,24)
#0C0D12
(12,13,18)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #421F48

#421F48
(66,31,72)
#533358
(83,51,88)
#644768
(100,71,104)
#755B78
(117,91,120)
#866F88
(134,111,136)
#978398
(151,131,152)
#A897A8
(168,151,168)
#B9ABB8
(185,171,184)
#CABFC8
(202,191,200)
#DBD3D8
(219,211,216)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421F48; }

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

This text font color is #421F48.

Background Color

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

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

This div background color is #421F48.

Border color

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

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

This div border color is #421F48.

Opacity

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

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

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

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

This text has shadow with #421F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #421F48.

Preview

Color preview on black background

This text has color #421F48 on black background.


Color preview on white background

This text has color #421F48 on white background.


Black color preview on #421F48 background

This text has black color on #421F48 background.


White color preview on #421F48 background

This text has white color on #421F48 background.


Related colors

Complementary color

Complementary color for #hex is #BDE0B7.


I love getcolorcode.com

Triadic colors

1 #48421F and #1F4842 with #421F48 are triadic colors.

2 #481F42 and #1F4248 with #421F48 are triadic colors.