COLOR #421948

HEX: #421948
RGB: (66,25,72)

Color info

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

RGB color model

#421948 color RGB value is (66,25,72).

  • red value is 66;
  • green value is 25;
  • blue value is 72.
RGB:
(66,25,72)
(26%,10%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 25 of 255 = 10%
B 72 of 255 = 28%

66
25
72

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

Portions of RGB colors in percentages

R + G + B =
66 + 25 + 72 = 163 (100%)
R 66 of 163 ~ 40.49%
G 25 of 163 ~ 15.34%
B 72 of 163 ~ 44.17%

%40.49
%15.34
%44.17

CMYK color model

#421948 color CMYK value is (8,65,0,72).

  • cyan value is 8.33%
  • magenta value is 65.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(8,65,0,72)
C8M65Y0K72 
(8%,65%,0%,72%)
(0.08/0.65/0.00/0.72)	

CMYK percentages

%8.33
%65.28
%0
%71.76

Codes

Color #421948 in popluar color models

421948
RGB662572
HSL292°48.45%19.02%
HSB/HSV292°65.28%28.24%
CMYK8.33%65.28%0.00%
71.76%

Color #421948 in popluar number systems.

HEX421948
Decimal662572
Binary1000010110011001000
Octal10231110

Shades and tints

Shades of #421948

#421948
(66,25,72)
#3C1742
(60,23,66)
#36153C
(54,21,60)
#301336
(48,19,54)
#2A1130
(42,17,48)
#240F2A
(36,15,42)
#1E0D24
(30,13,36)
#180B1E
(24,11,30)
#120918
(18,9,24)
#0C0712
(12,7,18)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #421948

#421948
(66,25,72)
#532D58
(83,45,88)
#644168
(100,65,104)
#755578
(117,85,120)
#866988
(134,105,136)
#977D98
(151,125,152)
#A891A8
(168,145,168)
#B9A5B8
(185,165,184)
#CAB9C8
(202,185,200)
#DBCDD8
(219,205,216)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421948; }

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

This text font color is #421948.


Background Color

.myBgColor { background-color: #421948; }

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

This div background color is #421948.


Border color

.myBorderColor { border: 1px solid #421948; }

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

This div border color is #421948.


Opacity

.myOpacity80 { color: #421948; opacity: 0.8; }

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

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

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

This text has shadow with #421948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421948 on black background.


Color preview on white background

This text has color #421948 on white background.



Black color preview on #421948 background

This text has black color on #421948 background.


White color preview on #421948 background

This text has white color on #421948 background.