COLOR #422140

HEX: #422140
RGB: (66,33,64)

Color info

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

RGB color model

#422140 color RGB value is (66,33,64).

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

RGB channels and saturation

R 66 of 255 = 26%
G 33 of 255 = 13%
B 64 of 255 = 25%

66
33
64

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

Portions of RGB colors in percentages

R + G + B =
66 + 33 + 64 = 163 (100%)
R 66 of 163 ~ 40.49%
G 33 of 163 ~ 20.25%
B 64 of 163 ~ 39.26%

%40.49
%20.25
%39.26

CMYK color model

#422140 color CMYK value is (0,50,3,74).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 3.03%
  • key color value is 74.12%
CMYK:
(0,50,3,74)
C0M50Y3K74 
(0%,50%,3%,74%)
(0.00/0.50/0.03/0.74)	

CMYK percentages

%0
%50
%3.03
%74.12

Codes

Color #422140 in popluar color models

422140
RGB663364
HSL304°33.33%19.41%
HSB/HSV304°50.00%25.88%
CMYK0.00%50.00%3.03%
74.12%

Color #422140 in popluar number systems.

HEX422140
Decimal663364
Binary10000101000011000000
Octal10241100

Shades and tints

Shades of #422140

#422140
(66,33,64)
#3C1E3B
(60,30,59)
#361B36
(54,27,54)
#301831
(48,24,49)
#2A152C
(42,21,44)
#241227
(36,18,39)
#1E0F22
(30,15,34)
#180C1D
(24,12,29)
#120918
(18,9,24)
#0C0613
(12,6,19)
#06030E
(6,3,14)
#000000
(0,0,0)

Tints of #422140

#422140
(66,33,64)
#533551
(83,53,81)
#644962
(100,73,98)
#755D73
(117,93,115)
#867184
(134,113,132)
#978595
(151,133,149)
#A899A6
(168,153,166)
#B9ADB7
(185,173,183)
#CAC1C8
(202,193,200)
#DBD5D9
(219,213,217)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #422140; }

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

This text font color is #422140.


Background Color

.myBgColor { background-color: #422140; }

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

This div background color is #422140.


Border color

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

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

This div border color is #422140.


Opacity

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

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

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

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

This text has shadow with #422140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #422140 on black background.


Color preview on white background

This text has color #422140 on white background.



Black color preview on #422140 background

This text has black color on #422140 background.


White color preview on #422140 background

This text has white color on #422140 background.