COLOR #42214F

HEX: #42214F
RGB: (66,33,79)

Color info

#42214F contains red, green and blue colors in about the same proportion. Web safe color of #42214F is #333366 (or #336).

RGB color model

#42214F color RGB value is (66,33,79).

  • red value is 66;
  • green value is 33;
  • blue value is 79.
RGB:
(66,33,79)
(26%,13%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 79 of 255 = 31%

66
33
79

R + G + B ~ 23%. #42214F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 33 + 79 = 178 (100%)
R 66 of 178 ~ 37.08%
G 33 of 178 ~ 18.54%
B 79 of 178 ~ 44.38%

%37.08
%18.54
%44.38

CMYK color model

#42214F color CMYK value is (16,58,0,69).

  • cyan value is 16.46%
  • magenta value is 58.23%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(16,58,0,69)
C16M58Y0K69 
(16%,58%,0%,69%)
(0.16/0.58/0.00/0.69)	

CMYK percentages

%16.46
%58.23
%0
%69.02

Codes

Color #42214F in popluar color models

42214F
RGB663379
HSL283°41.07%21.96%
HSB/HSV283°58.23%30.98%
CMYK16.46%58.23%0.00%
69.02%

Color #42214F in popluar number systems.

HEX42214F
Decimal663379
Binary10000101000011001111
Octal10241117

Shades and tints

Shades of #42214F

#42214F
(66,33,79)
#3C1E48
(60,30,72)
#361B41
(54,27,65)
#30183A
(48,24,58)
#2A1533
(42,21,51)
#24122C
(36,18,44)
#1E0F25
(30,15,37)
#180C1E
(24,12,30)
#120917
(18,9,23)
#0C0610
(12,6,16)
#060309
(6,3,9)
#000000
(0,0,0)

Tints of #42214F

#42214F
(66,33,79)
#53355F
(83,53,95)
#64496F
(100,73,111)
#755D7F
(117,93,127)
#86718F
(134,113,143)
#97859F
(151,133,159)
#A899AF
(168,153,175)
#B9ADBF
(185,173,191)
#CAC1CF
(202,193,207)
#DBD5DF
(219,213,223)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42214F color. Also use rgb(66,33,79) instead hex code.

Text Font Color

.myTextColor { color: #42214F; }

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

This text font color is #42214F.


Background Color

.myBgColor { background-color: #42214F; }

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

This div background color is #42214F.


Border color

.myBorderColor { border: 1px solid #42214F; }

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

This div border color is #42214F.


Opacity

.myOpacity80 { color: #42214F; opacity: 0.8; }

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

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

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

This text has shadow with #42214F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42214F on black background.


Color preview on white background

This text has color #42214F on white background.



Black color preview on #42214F background

This text has black color on #42214F background.


White color preview on #42214F background

This text has white color on #42214F background.